Update all SHAs for 14.2.14

This patch updates all the roles to the latest available stable
SHA's, copies the release notes from the updated roles into the
integrated repo, updates all the OpenStack Service SHA's, and
updates the appropriate python requirements pins.

Depends-On: I838555a799caf6fec70eb680555a1ae2dc66b384
Change-Id: I726a69b529a6447c20b71f1c0a3d11d3e5b29f3a
This commit is contained in:
Jean-Philippe Evrard 2017-12-08 14:07:44 +00:00
parent 68b601bdea
commit 0340445e08
4 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@
- name: ceph_client
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-ceph_client
version: fb8b357a0ca29d241d6d14a8dcc64707eeba55d4
version: bc7f4ab3d5dbc49c135bc00d4fc3d27374b56bea
- name: haproxy_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-haproxy_server
@ -61,7 +61,7 @@
- name: os_ceilometer
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_ceilometer
version: cd1b71a3a1185e1d19c85f033f732281e1cd5afb
version: 9f68a396abc8a0ecc7bc7dc1f360ec9afabaa452
- name: os_cinder
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_cinder
@ -97,11 +97,11 @@
- name: os_nova
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_nova
version: 87778470bd20dca457d397923fb3af64608222bb
version: 5dc386dd14ebf52c766cbb92ad30f0392840b0a4
- name: os_rally
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_rally
version: 16bb9734888476189bb1fa98751d29632490c0c8
version: 77e2a2547bd403565ce6581696b1db88fc6d1692
- name: os_sahara
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_sahara
@ -117,7 +117,7 @@
- name: plugins
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-plugins
version: 776bb05646e151a9019dd252bfdfa25862a81e0c
version: d3a4f1d1f1d3ab9437c8705e6c9dbc115de8da48
- name: rabbitmq_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server

View File

@ -33,6 +33,6 @@
## This service has a different stable branch strategy to the rest of OpenStack.
## The SHA is recorded here to make the SHA updating easier.
gnocchi_git_repo: https://github.com/gnocchixyz/gnocchi
gnocchi_git_install_branch: 805a42edcce53a13f3563160a0beb2c87b826fa8 # HEAD of "stable/3.0" as of 24.11.2017
gnocchi_git_install_branch: 5eb7986bc025b160a8dcfefa6ac88bd6e0caa91d # HEAD of "stable/3.0" as of 08.12.2017
gnocchi_git_dest: "/opt/gnocchi_{{ gnocchi_git_install_branch | replace('/', '_') }}"
gnocchi_git_project_group: gnocchi_all

View File

@ -31,7 +31,7 @@
## Global Requirements
requirements_git_repo: https://git.openstack.org/openstack/requirements
requirements_git_install_branch: aec3ee5a34ae9a99c877c36c16d35018e6626fb6 # HEAD of "stable/newton" as of 24.11.2017
requirements_git_install_branch: aec3ee5a34ae9a99c877c36c16d35018e6626fb6 # HEAD of "stable/newton" as of 08.12.2017
requirements_git_dest: "/opt/requirements_{{ requirements_git_install_branch | replace('/', '_') }}"
@ -137,7 +137,7 @@ neutron_dynamic_routing_git_project_group: neutron_all
## Nova service
nova_git_repo: https://git.openstack.org/openstack/nova
nova_git_install_branch: 2033b5d1e2e09abdb7a54c5ab9ad149a1bbf0246 # HEAD of "stable/newton" as of 24.11.2017
nova_git_install_branch: 4cbfcc590c17134fd14e3aab90ffbb7c17006a95 # HEAD of "stable/newton" as of 08.12.2017
nova_git_dest: "/opt/nova_{{ nova_git_install_branch | replace('/', '_') }}"
nova_git_project_group: nova_all
@ -172,7 +172,7 @@ swift_git_project_group: swift_all
## Ironic service
ironic_git_repo: https://git.openstack.org/openstack/ironic
ironic_git_install_branch: 58a41817fde4088cbf4a51991ed71663f86348fb # HEAD of "stable/newton" as of 24.11.2017
ironic_git_install_branch: 58a41817fde4088cbf4a51991ed71663f86348fb # HEAD of "stable/newton" as of 08.12.2017
ironic_git_dest: "/opt/ironic_{{ ironic_git_install_branch | replace('/', '_') }}"
ironic_git_project_group: ironic_all

View File

@ -14,7 +14,7 @@
# limitations under the License.
## OpenStack Source Code Release
openstack_release: 14.2.13
openstack_release: 14.2.14
## Verbosity Options
debug: False