From 26992ac3fa43a881b096563193d18d751f173bc4 Mon Sep 17 00:00:00 2001 From: Juergen Leopold Date: Fri, 18 Aug 2017 10:54:51 +0200 Subject: [PATCH] Rename z Systems family to IBM Z Signed-off-by: Juergen Leopold --- README.rst | 14 +++++++------- docs/conf.py | 2 +- docs/intro.rst | 10 +++++----- setup.cfg | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index fa86a7e77..9646441dd 100644 --- a/README.rst +++ b/README.rst @@ -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/ @@ -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 @@ -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 @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 6cca28a77..f740220da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/intro.rst b/docs/intro.rst index cd9301851..33d42b902 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -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 @@ -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 @@ -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/ diff --git a/setup.cfg b/setup.cfg index 5a7d5fd39..6f23eecdd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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