Merge "Update docs & upgrade scripts for Stein"
This commit is contained in:
commit
7189ca7f1e
@ -32,8 +32,8 @@ import openstackdocstheme
|
|||||||
# Variables to override
|
# Variables to override
|
||||||
target_name = 'openstack-ansible'
|
target_name = 'openstack-ansible'
|
||||||
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
||||||
previous_series_name = 'queens'
|
previous_series_name = 'rocky'
|
||||||
current_series_name = 'rocky'
|
current_series_name = 'stein'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
author = 'OpenStack-Ansible Contributors'
|
author = 'OpenStack-Ansible Contributors'
|
||||||
|
@ -482,9 +482,9 @@ identity problems:
|
|||||||
registry is working.
|
registry is working.
|
||||||
|
|
||||||
For an example and more information, see `Verify operation
|
For an example and more information, see `Verify operation
|
||||||
<https://docs.openstack.org/glance/queens/install/verify.html>_`.
|
<https://docs.openstack.org/glance/latest/install/verify.html>_`.
|
||||||
and `Manage Images
|
and `Manage Images
|
||||||
<https://docs.openstack.org/glance/queens/admin/manage-images.html>_`
|
<https://docs.openstack.org/glance/latest/admin/manage-images.html>_`
|
||||||
|
|
||||||
RabbitMQ issues
|
RabbitMQ issues
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
@ -34,8 +34,8 @@ import openstackdocstheme
|
|||||||
# Variables to override
|
# Variables to override
|
||||||
target_name = 'openstack-ansible'
|
target_name = 'openstack-ansible'
|
||||||
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
||||||
previous_series_name = 'queens'
|
previous_series_name = 'rocky'
|
||||||
current_series_name = 'rocky'
|
current_series_name = 'stein'
|
||||||
|
|
||||||
## General information about the project.
|
## General information about the project.
|
||||||
author = 'OpenStack-Ansible Contributors'
|
author = 'OpenStack-Ansible Contributors'
|
||||||
|
@ -112,7 +112,7 @@ development team by performing one of the following recurring tasks:
|
|||||||
should also be updated, for linking the newly created
|
should also be updated, for linking the newly created
|
||||||
deployment-guide.
|
deployment-guide.
|
||||||
|
|
||||||
Use the topic ``create-<branchname>`` (e.g: ``create-queens``)
|
Use the topic ``create-<branchname>`` (e.g: ``create-stein``)
|
||||||
for future reference.
|
for future reference.
|
||||||
|
|
||||||
* Branch all the repos that aren't part of the integrated release
|
* Branch all the repos that aren't part of the integrated release
|
||||||
@ -120,7 +120,7 @@ development team by performing one of the following recurring tasks:
|
|||||||
Manually branched repos need extra
|
Manually branched repos need extra
|
||||||
editions, like updating the .gitreview, or the reno index.
|
editions, like updating the .gitreview, or the reno index.
|
||||||
Please reference previous branch creations by using the
|
Please reference previous branch creations by using the
|
||||||
appropriate topic in gerrit (e.g.: ``create-queens``).
|
appropriate topic in gerrit (e.g.: ``create-stein``).
|
||||||
The previous new branch creation may be different as the
|
The previous new branch creation may be different as the
|
||||||
tooling/process may have evolved, so be aware that the changes
|
tooling/process may have evolved, so be aware that the changes
|
||||||
needed may need to be adapted.
|
needed may need to be adapted.
|
||||||
|
@ -56,7 +56,7 @@ export INSTALL_METHOD=${3:-"source"}
|
|||||||
# Set the source branch for upgrade tests
|
# Set the source branch for upgrade tests
|
||||||
# Be sure to change this whenever a new stable branch
|
# Be sure to change this whenever a new stable branch
|
||||||
# is created. The checkout must always be N-1.
|
# is created. The checkout must always be N-1.
|
||||||
export UPGRADE_SOURCE_BRANCH=${UPGRADE_SOURCE_BRANCH:-'stable/queens'}
|
export UPGRADE_SOURCE_BRANCH=${UPGRADE_SOURCE_BRANCH:-'stable/rocky'}
|
||||||
|
|
||||||
## Change branch for Upgrades ------------------------------------------------
|
## Change branch for Upgrades ------------------------------------------------
|
||||||
# If the action is to upgrade, then store the current SHA,
|
# If the action is to upgrade, then store the current SHA,
|
||||||
|
@ -34,10 +34,10 @@ export MAIN_PATH="$(dirname "${SCRIPTS_PATH}")"
|
|||||||
export UPGRADE_PLAYBOOKS="${SCRIPTS_PATH}/upgrade-utilities/playbooks"
|
export UPGRADE_PLAYBOOKS="${SCRIPTS_PATH}/upgrade-utilities/playbooks"
|
||||||
|
|
||||||
# The expected source series name
|
# The expected source series name
|
||||||
export SOURCE_SERIES="pike"
|
export SOURCE_SERIES="rocky"
|
||||||
|
|
||||||
# The expected target series name
|
# The expected target series name
|
||||||
export TARGET_SERIES="queens"
|
export TARGET_SERIES="stein"
|
||||||
|
|
||||||
## Functions -----------------------------------------------------------------
|
## Functions -----------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
vars:
|
vars:
|
||||||
upgrade_scripts: "{{ playbook_dir }}/../scripts"
|
upgrade_scripts: "{{ playbook_dir }}/../scripts"
|
||||||
repo_root_dir: "{{ playbook_dir }}/../../../"
|
repo_root_dir: "{{ playbook_dir }}/../../../"
|
||||||
source_series: "pike"
|
source_series: "rocky"
|
||||||
ansible_python_interpreter: "/usr/bin/python"
|
ansible_python_interpreter: "/usr/bin/python"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create an old copy of openstack_deploy
|
- name: Create an old copy of openstack_deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user