Skip to content

Commit

Permalink
fix: rename namespace
Browse files Browse the repository at this point in the history
we need longer name for galaxy to publish
see ansible/galaxy#3350

Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Apr 18, 2024
1 parent 8fa24c1 commit d5dab3c
Show file tree
Hide file tree
Showing 11 changed files with 107 additions and 109 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## 1.0.0 (2024-04-16)


### Features

* add new session management role ([a4a42d2](https://github.com/opiproject/ansible-opi-dpu/commit/a4a42d29b69c9473ee9678cd00338affde7d0d9d))
Expand All @@ -28,7 +27,6 @@
* **update_bmc_password:** support both user/pass/auth ([0dfc7b5](https://github.com/opiproject/ansible-opi-dpu/commit/0dfc7b55c740e3208f11f4b3e63adfbf4c59fcdc))
* use json_query to avoid index ([f51c70a](https://github.com/opiproject/ansible-opi-dpu/commit/f51c70a473a3de432c8622a9472425d6190c4fc9)), closes [#19](https://github.com/opiproject/ansible-opi-dpu/issues/19)


### Bug Fixes

* add comment for auth token ([2932963](https://github.com/opiproject/ansible-opi-dpu/commit/293296311d1e004006324bdf7c8c4e868b85ca9a))
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ v1.0.0
New Roles
---------

- opi.dpu.bmc_fw_update - Firmware update of DPU BMC
- opi.dpu.update_bmc_password - Update Password of DPU BMC for a given user.
- opiproject.dpu.bmc_fw_update - Firmware update of DPU BMC
- opiproject.dpu.update_bmc_password - Update Password of DPU BMC for a given user.
24 changes: 12 additions & 12 deletions docs/bmc_factory_reset_role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@

.. Anchors
.. _ansible_collections.opi.dpu.bmc_factory_reset_role:
.. _ansible_collections.opiproject.dpu.bmc_factory_reset_role:

.. Title
opi.dpu.bmc_factory_reset role -- Factory reset of DPU BMC
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
opiproject.dpu.bmc_factory_reset role -- Factory reset of DPU BMC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. Collection note
.. note::
This role is part of the `opi.dpu collection <https://galaxy.ansible.com/ui/repo/published/opi/dpu/>`_ (version 1.0.0).
This role is part of the `opiproject.dpu collection <https://galaxy.ansible.com/ui/repo/published/opiproject/dpu/>`_ (version 1.0.0).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.

To install it use: :code:`ansible-galaxy collection install opi.dpu`.
To install it use: :code:`ansible-galaxy collection install opiproject.dpu`.

To use it in a playbook, specify: :code:`opi.dpu.bmc_factory_reset`.
To use it in a playbook, specify: :code:`opiproject.dpu.bmc_factory_reset`.

.. contents::
:local:
Expand All @@ -44,7 +44,7 @@ Entry point ``main`` -- Factory reset of DPU BMC
.. rst-class:: ansible-version-added

New in opi.dpu 1.0.0
New in opiproject.dpu 1.0.0

.. Deprecated
Expand Down Expand Up @@ -80,7 +80,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--auth_token"></div>

.. _ansible_collections.opi.dpu.bmc_factory_reset_role__parameter-main__auth_token:
.. _ansible_collections.opiproject.dpu.bmc_factory_reset_role__parameter-main__auth_token:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -117,7 +117,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--hostname"></div>

.. _ansible_collections.opi.dpu.bmc_factory_reset_role__parameter-main__hostname:
.. _ansible_collections.opiproject.dpu.bmc_factory_reset_role__parameter-main__hostname:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -154,7 +154,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--https_port"></div>

.. _ansible_collections.opi.dpu.bmc_factory_reset_role__parameter-main__https_port:
.. _ansible_collections.opiproject.dpu.bmc_factory_reset_role__parameter-main__https_port:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -195,7 +195,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--password"></div>

.. _ansible_collections.opi.dpu.bmc_factory_reset_role__parameter-main__password:
.. _ansible_collections.opiproject.dpu.bmc_factory_reset_role__parameter-main__password:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -232,7 +232,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--username"></div>

.. _ansible_collections.opi.dpu.bmc_factory_reset_role__parameter-main__username:
.. _ansible_collections.opiproject.dpu.bmc_factory_reset_role__parameter-main__username:

.. rst-class:: ansible-option-title

Expand Down
34 changes: 17 additions & 17 deletions docs/bmc_fw_update_role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@

.. Anchors
.. _ansible_collections.opi.dpu.bmc_fw_update_role:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role:

.. Title
opi.dpu.bmc_fw_update role -- Firmware update of DPU BMC
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
opiproject.dpu.bmc_fw_update role -- Firmware update of DPU BMC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. Collection note
.. note::
This role is part of the `opi.dpu collection <https://galaxy.ansible.com/ui/repo/published/opi/dpu/>`_ (version 1.0.0).
This role is part of the `opiproject.dpu collection <https://galaxy.ansible.com/ui/repo/published/opiproject/dpu/>`_ (version 1.0.0).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.

To install it use: :code:`ansible-galaxy collection install opi.dpu`.
To install it use: :code:`ansible-galaxy collection install opiproject.dpu`.

To use it in a playbook, specify: :code:`opi.dpu.bmc_fw_update`.
To use it in a playbook, specify: :code:`opiproject.dpu.bmc_fw_update`.

.. contents::
:local:
Expand All @@ -44,7 +44,7 @@ Entry point ``main`` -- Firmware update of DPU BMC
.. rst-class:: ansible-version-added

New in opi.dpu 1.0.0
New in opiproject.dpu 1.0.0

.. Deprecated
Expand Down Expand Up @@ -80,7 +80,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--auth_token"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__auth_token:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__auth_token:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -117,7 +117,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--bmc_fw_update_image_file"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_image_file:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_image_file:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -158,7 +158,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--bmc_fw_update_image_url"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_image_url:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_image_url:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -199,7 +199,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--bmc_fw_update_inventory_name"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_inventory_name:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_inventory_name:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -240,7 +240,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--bmc_fw_update_job_wait"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_job_wait:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_job_wait:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -285,7 +285,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--bmc_fw_update_reboot"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_reboot:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__bmc_fw_update_reboot:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -336,7 +336,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--hostname"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__hostname:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__hostname:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -373,7 +373,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--https_port"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__https_port:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__https_port:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -414,7 +414,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--password"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__password:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__password:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -451,7 +451,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--username"></div>

.. _ansible_collections.opi.dpu.bmc_fw_update_role__parameter-main__username:
.. _ansible_collections.opiproject.dpu.bmc_fw_update_role__parameter-main__username:

.. rst-class:: ansible-option-title

Expand Down
24 changes: 12 additions & 12 deletions docs/bmc_reboot_role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@

.. Anchors
.. _ansible_collections.opi.dpu.bmc_reboot_role:
.. _ansible_collections.opiproject.dpu.bmc_reboot_role:

.. Title
opi.dpu.bmc_reboot role -- Role to reset and restart DPU BMC
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
opiproject.dpu.bmc_reboot role -- Role to reset and restart DPU BMC
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. Collection note
.. note::
This role is part of the `opi.dpu collection <https://galaxy.ansible.com/ui/repo/published/opi/dpu/>`_ (version 1.0.0).
This role is part of the `opiproject.dpu collection <https://galaxy.ansible.com/ui/repo/published/opiproject/dpu/>`_ (version 1.0.0).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.

To install it use: :code:`ansible-galaxy collection install opi.dpu`.
To install it use: :code:`ansible-galaxy collection install opiproject.dpu`.

To use it in a playbook, specify: :code:`opi.dpu.bmc_reboot`.
To use it in a playbook, specify: :code:`opiproject.dpu.bmc_reboot`.

.. contents::
:local:
Expand All @@ -44,7 +44,7 @@ Entry point ``main`` -- Role to reset and restart DPU BMC
.. rst-class:: ansible-version-added

New in opi.dpu 1.0.0
New in opiproject.dpu 1.0.0

.. Deprecated
Expand Down Expand Up @@ -80,7 +80,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--auth_token"></div>

.. _ansible_collections.opi.dpu.bmc_reboot_role__parameter-main__auth_token:
.. _ansible_collections.opiproject.dpu.bmc_reboot_role__parameter-main__auth_token:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -117,7 +117,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--hostname"></div>

.. _ansible_collections.opi.dpu.bmc_reboot_role__parameter-main__hostname:
.. _ansible_collections.opiproject.dpu.bmc_reboot_role__parameter-main__hostname:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -154,7 +154,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--https_port"></div>

.. _ansible_collections.opi.dpu.bmc_reboot_role__parameter-main__https_port:
.. _ansible_collections.opiproject.dpu.bmc_reboot_role__parameter-main__https_port:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -195,7 +195,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--password"></div>

.. _ansible_collections.opi.dpu.bmc_reboot_role__parameter-main__password:
.. _ansible_collections.opiproject.dpu.bmc_reboot_role__parameter-main__password:

.. rst-class:: ansible-option-title

Expand Down Expand Up @@ -232,7 +232,7 @@ Parameters
<div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-main--username"></div>

.. _ansible_collections.opi.dpu.bmc_reboot_role__parameter-main__username:
.. _ansible_collections.opiproject.dpu.bmc_reboot_role__parameter-main__username:

.. rst-class:: ansible-option-title

Expand Down
Loading

0 comments on commit d5dab3c

Please sign in to comment.