Skip to content

Commit

Permalink
Rename z Systems family to IBM Z
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Leopold <leopoldj@de.ibm.com>
  • Loading branch information
leopoldjuergen committed Aug 18, 2017
1 parent 45e5e63 commit 26992ac
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
.. limitations under the License.
..
zhmc-ansible-modules - Ansible modules for the z Systems HMC Web Services API
=============================================================================
zhmc-ansible-modules - Ansible modules for the IBM Z HMC Web Services API
=========================================================================

.. image:: https://img.shields.io/pypi/v/zhmc-ansible-modules.svg
:target: https://pypi.python.org/pypi/zhmc-ansible-modules/
Expand All @@ -39,13 +39,13 @@ Overview
========

The zhmc-ansible-modules Python package contains `Ansible`_ modules that can
manage platform resources on `z Systems`_ and `LinuxONE`_ machines that are in
manage platform resources on `IBM Z`_ and `LinuxONE`_ machines that are in
the Dynamic Partition Manager (DPM) operational mode.

The goal of this package is to be able to utilize the power and ease of use
of Ansible for the management of z Systems platform resources.
of Ansible for the management of IBM Z platform resources.

The z Systems resources that can be managed include Partitions, HBAs, NICs, and
The IBM Z resources that can be managed include Partitions, HBAs, NICs, and
Virtual Functions.

The Ansible modules in the zhmc-ansible-modules package are fully
Expand All @@ -54,7 +54,7 @@ following an important principle for Ansible modules.

The idempotency of a module allows Ansible playbooks to specify the desired end
state for a resource, regardless of what the current state is. For example, a
z Systems partition can be specified to have ``state=active`` which means that
IBM Z partition can be specified to have ``state=active`` which means that
it must exist and be in the active operational status. Depending on the current
state of the partition, actions will be taken by the module to reach this
desired end state: If the partition does not exist, it will be created and
Expand All @@ -73,7 +73,7 @@ of the machines to be managed, by using the API of the `zhmcclient`_ Python
package.

.. _Ansible: https://www.ansible.com/
.. _z Systems: http://www.ibm.com/systems/z/
.. _IBM Z: http://www.ibm.com/systems/z/
.. _LinuxONE: http://www.ibm.com/systems/linuxone/
.. _zhmcclient: https://github.com/zhmcclient/python-zhmcclient

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
author = u'zhmcclient team'

# The short description of the package.
_short_description = u'Ansible modules for z Systems and LinuxONE'
_short_description = u'Ansible modules for IBM Z and LinuxONE'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
10 changes: 5 additions & 5 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ What this package provides
--------------------------

The zhmc-ansible-modules Python package contains `Ansible`_ modules that can
manage platform resources on `z Systems`_ and `LinuxONE`_ machines that are in
manage platform resources on `IBM Z`_ and `LinuxONE`_ machines that are in
the Dynamic Partition Manager (DPM) operational mode.

The goal of this package is to be able to utilize the power and ease of use
of Ansible for the management of z Systems platform resources.
of Ansible for the management of IBM Z platform resources.

The z Systems resources that can be managed include Partitions, HBAs, NICs, and
The IBM Z resources that can be managed include Partitions, HBAs, NICs, and
Virtual Functions.

The Ansible modules in the zhmc-ansible-modules package are fully
Expand All @@ -40,7 +40,7 @@ following an important principle for Ansible modules.

The idempotency of a module allows Ansible playbooks to specify the desired end
state for a resource, regardless of what the current state is. For example, a
z Systems partition can be specified to have ``state=active`` which means that
IBM Z partition can be specified to have ``state=active`` which means that
it must exist and be in the active operational status. Depending on the current
state of the partition, actions will be taken by the module to reach this
desired end state: If the partition does not exist, it will be created and
Expand All @@ -59,7 +59,7 @@ of the machines to be managed, by using the API of the `zhmcclient`_ Python
package.

.. _Ansible: https://www.ansible.com/
.. _z Systems: http://www.ibm.com/systems/z/
.. _IBM Z: http://www.ibm.com/systems/z/
.. _LinuxONE: http://www.ibm.com/systems/linuxone/
.. _zhmcclient: http://python-zhmcclient.readthedocs.io/en/stable/

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[metadata]
name = zhmc-ansible-modules
summary = Ansible modules managing a z Systems via the HMC Web Services API.
summary = Ansible modules managing a IBM Z via the HMC Web Services API.
description-file =
README.rst
license = Apache License, Version 2.0
Expand Down

0 comments on commit 26992ac

Please sign in to comment.