Skip to content

Commit

Permalink
Merge 8337ed3 into 5fae1b7
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Nov 11, 2020
2 parents 5fae1b7 + 8337ed3 commit a7be9d1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -23,8 +23,8 @@ limitations under the License.

## Overview

The ibm.zhmc Ansible Galaxy collection contains
[Ansible](https://www.ansible.com/) modules that can manage platform
The [ibm.zhmc collection on Ansible Galaxy](https://galaxy.ansible.com/ibm/zhmc/)
contains [Ansible](https://www.ansible.com/) modules that can manage platform
resources on [IBM Z](http://www.ibm.com/systems/z/) and
[LinuxONE](http://www.ibm.com/systems/linuxone/) machines.

Expand Down Expand Up @@ -58,6 +58,12 @@ of the machines to be managed, by using the API of the
[zhmcclient](https://github.com/zhmcclient/python-zhmcclient)
Python package.

Note: Before version 1.0.0, the Ansible modules in this collection have been
distributed as the
[zhmc-ansible-modules package on Pypi](https://pypi.org/project/zhmc-ansible-modules/).
Starting with version 1.0.0, the Ansible modules are no longer distributed on
Pypi, but as the
[ibm.zhmc collection on Galaxy](https://galaxy.ansible.com/ibm/zhmc/).

## Documentation

Expand Down
10 changes: 6 additions & 4 deletions docs_source/changes.rst
Expand Up @@ -28,10 +28,12 @@ Released: not yet

**Incompatible changes:**

* The zhmc Ansible modules are no longer distributed as a Python package named
'zhmc-ansble-modules' on Pypi, but as a collection named 'ibm.zhmc' on
Ansible Galaxy. The installation of the zhmc Ansible modules is now done
with:
* Starting with version 1.0.0, the zhmc Ansible modules are no longer distributed
as the
`zhmc-ansible-modules package on Pypi <https://pypi.org/project/zhmc-ansible-modules/>`_,
but as the
`ibm.zhmc collection on Galaxy <https://galaxy.ansible.com/ibm/zhmc/>`_.
The installation of the zhmc Ansible modules is now done with::

ansible-galaxy collection install ibm.zhmc

Expand Down
9 changes: 8 additions & 1 deletion docs_source/intro.rst
Expand Up @@ -24,7 +24,7 @@ Introduction
What this package provides
--------------------------

The `Ansible`_ `Galaxy`_ collection named "ibm.zhmc" provides Ansible modules that
The `ibm.zhmc collection on Galaxy`_ provides Ansible modules that
can manage platform resources on `IBM Z`_ and `LinuxONE`_ machines.

The goal of this collection is to be able to utilize the power and ease of use
Expand Down Expand Up @@ -56,6 +56,13 @@ and interact with the Web Services API of the Hardware Management Console (HMC)
of the machines to be managed, by using the API of the `zhmcclient`_ Python
package.

Note: Before version 1.0.0, the Ansible modules in this collection have been
distributed as the `zhmc-ansible-modules package on Pypi`_.
Starting with version 1.0.0, the Ansible modules are no longer distributed on
Pypi, but as the `ibm.zhmc collection on Galaxy`_.

.. _ibm.zhmc collection on Galaxy: https://galaxy.ansible.com/ibm/zhmc/
.. _zhmc-ansible-modules package on Pypi: https://pypi.org/project/zhmc-ansible-modules/
.. _Ansible: https://www.ansible.com/
.. _Galaxy: https://galaxy.ansible.com/
.. _IBM Z: http://www.ibm.com/systems/z/
Expand Down

0 comments on commit a7be9d1

Please sign in to comment.