Update Liberty related documentation throughout roles

Change-Id: Ifc581a654a4a763f1638bda12712dc35c28dbe2c
This commit is contained in:
Harry Rybacki 2016-11-29 13:39:02 -05:00
parent cffed80ccc
commit 18eb1d3c3b
5 changed files with 10 additions and 11 deletions

View File

@ -49,7 +49,7 @@ Basically this command:
* Uses a custom workdir that is rebuilt from scratch (so if it already exists, it is dropped, see *--clean*) * Uses a custom workdir that is rebuilt from scratch (so if it already exists, it is dropped, see *--clean*)
* Get all the extra requirements * Get all the extra requirements
* Select the config file * Select the config file
* Chooses release (liberty, mitaka or “master” for newton) * Chooses release (liberty, mitaka, newton, or “master” for ocata)
* Performs all the tasks in the playbook * Performs all the tasks in the playbook
* Starts the installation on virthost * Starts the installation on virthost

View File

@ -6,9 +6,9 @@ An Ansible role for scaling and deleting nodes from an overcloud.
Requirements Requirements
------------ ------------
This role assumes it will be executed against a host on which a Liberty or Mitaka under/overcloud have already been deployed. This role assumes it will be executed against a host on which a Liberty, Mitaka, Newton, or Ocata under/overcloud have already been deployed.
**Note:** The ansible-role-tripleo-overcloud-validate role must be accessible. **Note:** The validate-simple role must be accessible.
Role Variables Role Variables
-------------- --------------

View File

@ -40,11 +40,10 @@ execute the pre tasks for undercloud and overcloud.
Parameters Parameters
---------- ----------
The upgrade role takes severals parameters as input. All those values are stored The upgrade role takes several parameters as input -- defaults are located
under default/main.yml. in default/main.yml. All of these values can be overriden.
All of those values could be overriden. With the default values, you can upgrade a basic TripleO environment from Liberty
With the default values, you can upgrade a basic Tripleo environment from Liberty to Mitaka.
to Mitaka
Common Parameters Common Parameters
````````````````` `````````````````

View File

@ -40,7 +40,7 @@ Basically this command:
- Uses the same custom workdir where quickstart was first deployed - Uses the same custom workdir where quickstart was first deployed
- Get all the extra requirements - Get all the extra requirements
- Select the specific config file (which must contain the floating network data) - Select the specific config file (which must contain the floating network data)
- Specifies the release (liberty, mitaka, newton or “master” for ocata) - Specifies the release (liberty, mitaka, newton, or “master” for ocata)
- Performs all the tasks in the playbook overcloud-validate-ha.yml - Performs all the tasks in the playbook overcloud-validate-ha.yml
- Starts the installation on virthost - Starts the installation on virthost

View File

@ -68,8 +68,8 @@ openstack image create {{ validate_image_name }} --public --container-format ami
## * Create external network ## * Create external network
## .. note: Liberty comparability: ## .. note: Liberty compatibility:
## (heat can't create an external network in liberty) ## (heat can't create an external network in Liberty)
## :: ## ::
if ! neutron net-list | grep 'nova'; then if ! neutron net-list | grep 'nova'; then