Merge "Update docs & upgrade scripts for Stein"

This commit is contained in:
Zuul 2018-09-07 04:38:46 +00:00 committed by Gerrit Code Review
commit 7189ca7f1e
7 changed files with 12 additions and 12 deletions

View File

@ -32,8 +32,8 @@ import openstackdocstheme
# Variables to override
target_name = 'openstack-ansible'
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
previous_series_name = 'queens'
current_series_name = 'rocky'
previous_series_name = 'rocky'
current_series_name = 'stein'
# General information about the project.
author = 'OpenStack-Ansible Contributors'

View File

@ -482,9 +482,9 @@ identity problems:
registry is working.
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
<https://docs.openstack.org/glance/queens/admin/manage-images.html>_`
<https://docs.openstack.org/glance/latest/admin/manage-images.html>_`
RabbitMQ issues
~~~~~~~~~~~~~~~

View File

@ -34,8 +34,8 @@ import openstackdocstheme
# Variables to override
target_name = 'openstack-ansible'
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
previous_series_name = 'queens'
current_series_name = 'rocky'
previous_series_name = 'rocky'
current_series_name = 'stein'
## General information about the project.
author = 'OpenStack-Ansible Contributors'

View File

@ -112,7 +112,7 @@ development team by performing one of the following recurring tasks:
should also be updated, for linking the newly created
deployment-guide.
Use the topic ``create-<branchname>`` (e.g: ``create-queens``)
Use the topic ``create-<branchname>`` (e.g: ``create-stein``)
for future reference.
* 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
editions, like updating the .gitreview, or the reno index.
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
tooling/process may have evolved, so be aware that the changes
needed may need to be adapted.

View File

@ -56,7 +56,7 @@ export INSTALL_METHOD=${3:-"source"}
# Set the source branch for upgrade tests
# Be sure to change this whenever a new stable branch
# 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 ------------------------------------------------
# If the action is to upgrade, then store the current SHA,

View File

@ -34,10 +34,10 @@ export MAIN_PATH="$(dirname "${SCRIPTS_PATH}")"
export UPGRADE_PLAYBOOKS="${SCRIPTS_PATH}/upgrade-utilities/playbooks"
# The expected source series name
export SOURCE_SERIES="pike"
export SOURCE_SERIES="rocky"
# The expected target series name
export TARGET_SERIES="queens"
export TARGET_SERIES="stein"
## Functions -----------------------------------------------------------------

View File

@ -21,7 +21,7 @@
vars:
upgrade_scripts: "{{ playbook_dir }}/../scripts"
repo_root_dir: "{{ playbook_dir }}/../../../"
source_series: "pike"
source_series: "rocky"
ansible_python_interpreter: "/usr/bin/python"
tasks:
- name: Create an old copy of openstack_deploy