Update all SHAs for 15.1.1

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.

Change-Id: I5f5b29285bfd0dd6d46dd8b55be3f31f70e21b18
Depends-On: I6c48c4defd807e2ea907b1dd147581daa6741577
This commit is contained in:
Andy McCrae 2017-03-31 11:52:37 +01:00 committed by Jesse Pretorius (odyssey4me)
parent ee9a366eff
commit cbf47fb287
9 changed files with 86 additions and 42 deletions

View File

@ -5,7 +5,7 @@
- name: pip_install
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
version: 89ba3a5969b480985c847f03a9ab079fb2e8b017
version: 4d6fbefe756552b23cbe42670393caf648a8d1ed
- name: galera_client
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
@ -21,7 +21,7 @@
- name: haproxy_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-haproxy_server
version: 8363306999e99a99cff318f8f18bce196954c94b
version: 58f04279009ac5f70875273dcf081ce54c6f3461
- name: keepalived
scm: git
src: https://github.com/evrardjp/ansible-keepalived
@ -41,7 +41,7 @@
- name: openstack-ansible-security
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-security
version: 032d98fdadaba1d3c02a7090248d330c0a974540
version: 77aec0878c41303724469fb074aa9f9191d89165
- name: openstack_hosts
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-openstack_hosts
@ -69,7 +69,7 @@
- name: os_cinder
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_cinder
version: 028620e6be7bb4384457b1492e5e100b90c1d712
version: 7e25a37835a8646d665e3d577b0897362e758297
- name: os_glance
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_glance
@ -97,11 +97,11 @@
- name: os_trove
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_trove
version: 27feb599f6c6e64c617f070c1365245b75ef92a0
version: c2e49084bedf88b7dfa5913fb7799b754e7dd924
- name: os_neutron
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_neutron
version: ecf564f8b1a742e980195d79f3ddbe0b0a751910
version: 34880a915f93ff2d5a3fde671e44bbf7cccd9be1
- name: os_nova
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_nova
@ -117,15 +117,15 @@
- name: os_swift
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_swift
version: c3d94abfce6104181cafc21bd1d967cddab03afc
version: 4392c412e7a2bca3acb9a71d345bf210ab170586
- name: os_tempest
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_tempest
version: c79b5ad1f51978e6527851142363feb32feb140a
version: 5934f81385870cc836f7d1cd84b8dbc6a97cedad
- name: plugins
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-plugins
version: 75265d139c13603e088473d262648b16327a536e
version: e289afce41e9a42c757fa6aab4b25003880f7490
- name: rabbitmq_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server
@ -141,7 +141,7 @@
- name: rsyslog_client
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-rsyslog_client
version: 236d6f03bb8267dc908318e1a831ce9b61667ffd
version: 4dc87003d0e02b2b32642026c466d7b197b373ee
- name: rsyslog_server
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-rsyslog_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://git.openstack.org/openstack/gnocchi
gnocchi_git_install_branch: ca27a17a7de6f168f478f150b56b1b8baecc10d0 # HEAD of "stable/3.1" as of 16.03.2017
gnocchi_git_install_branch: b05ddd4394d0894c9581825d79612909f62e1f62 # HEAD of "stable/3.1" as of 31.03.2017
gnocchi_git_dest: "/opt/gnocchi_{{ gnocchi_git_install_branch | replace('/', '_') }}"
gnocchi_git_project_group: gnocchi_all

View File

@ -31,193 +31,193 @@
## Global Requirements
requirements_git_repo: https://git.openstack.org/openstack/requirements
requirements_git_install_branch: 53e0011bef8973b23628739a117d53874582c931 # HEAD of "stable/ocata" as of 16.03.2017
requirements_git_install_branch: 00567b864054e9b16b8b559a9ece976b1ec8d5ec # HEAD of "stable/ocata" as of 31.03.2017
requirements_git_dest: "/opt/requirements_{{ requirements_git_install_branch | replace('/', '_') }}"
## Aodh service
aodh_git_repo: https://git.openstack.org/openstack/aodh
aodh_git_install_branch: 02b8be43778bd8ec3a58002890af7f08afb8d458 # HEAD of "stable/ocata" as of 16.03.2017
aodh_git_install_branch: 02b8be43778bd8ec3a58002890af7f08afb8d458 # HEAD of "stable/ocata" as of 31.03.2017
aodh_git_dest: "/opt/aodh_{{ aodh_git_install_branch | replace('/', '_') }}"
aodh_git_project_group: aodh_all
## Barbican service
barbican_git_repo: https://git.openstack.org/openstack/barbican
barbican_git_install_branch: 75d5354f70db5b43b9a8d65a6c61c174d980464d # HEAD of "stable/ocata" as of 16.03.2017
barbican_git_install_branch: b04aa152843d9cda3b11e8736e740c71fd798d0f # HEAD of "stable/ocata" as of 31.03.2017
barbican_git_dest: "/opt/barbican_{{ barbican_git_install_branch | replace('/', '_') }}"
barbican_git_project_group: barbican_all
## Ceilometer service
ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer
ceilometer_git_install_branch: d3b28bde8e44c9a2416f183131bc75d253dff3dc # HEAD of "stable/ocata" as of 16.03.2017
ceilometer_git_install_branch: 67aadb5ca88868bc237727d5fb965a398191fdb5 # HEAD of "stable/ocata" as of 31.03.2017
ceilometer_git_dest: "/opt/ceilometer_{{ceilometer_git_install_branch | replace('/', '_') }}"
ceilometer_git_project_group: ceilometer_all
## Cinder service
cinder_git_repo: https://git.openstack.org/openstack/cinder
cinder_git_install_branch: 2a5e0086e130e5e7960f743b6db8344caf65b9e5 # HEAD of "stable/ocata" as of 16.03.2017
cinder_git_install_branch: bb721035be0dca661f694f4c3b54b7a3688dcd5b # HEAD of "stable/ocata" as of 31.03.2017
cinder_git_dest: "/opt/cinder_{{ cinder_git_install_branch | replace('/', '_') }}"
cinder_git_project_group: cinder_all
## Designate service
designate_git_repo: https://git.openstack.org/openstack/designate
designate_git_install_branch: 0708d5da8a8456ad733f4d783a23b4c447e8f256 # HEAD of "stable/ocata" as of 16.03.2017
designate_git_install_branch: 0708d5da8a8456ad733f4d783a23b4c447e8f256 # HEAD of "stable/ocata" as of 31.03.2017
designate_git_dest: "/opt/designate_{{ designate_git_install_branch | replace('/', '_') }}"
designate_git_project_group: designate_all
## Horizon Designate dashboard plugin
designate_dashboard_git_repo: https://git.openstack.org/openstack/designate-dashboard
designate_dashboard_git_install_branch: 595a0567bec53afe160d11488a2ff283f258b896 # HEAD of "stable/ocata" as of 16.03.2017
designate_dashboard_git_install_branch: 595a0567bec53afe160d11488a2ff283f258b896 # HEAD of "stable/ocata" as of 31.03.2017
designate_dashboard_git_dest: "/opt/designate_dashboard_{{ designate_dashboard_git_install_branch | replace('/', '_') }}"
designate_dashboard_git_project_group: horizon_all
## Dragonflow service
dragonflow_git_repo: https://git.openstack.org/openstack/dragonflow
dragonflow_git_install_branch: b72ffa06721faf95f42c9702f60a9acc3a7d8b61 # HEAD of "stable/ocata" as of 16.03.2017
dragonflow_git_install_branch: b72ffa06721faf95f42c9702f60a9acc3a7d8b61 # HEAD of "stable/ocata" as of 31.03.2017
dragonflow_git_dest: "/opt/dragonflow_{{ dragonflow_git_install_branch | replace('/', '_') }}"
dragonflow_git_project_group: neutron_all
## Glance service
glance_git_repo: https://git.openstack.org/openstack/glance
glance_git_install_branch: 57c4d7d78f37e840660719b944ebabe91cbf231b # HEAD of "stable/ocata" as of 16.03.2017
glance_git_install_branch: 57c4d7d78f37e840660719b944ebabe91cbf231b # HEAD of "stable/ocata" as of 31.03.2017
glance_git_dest: "/opt/glance_{{ glance_git_install_branch | replace('/', '_') }}"
glance_git_project_group: glance_all
## Heat service
heat_git_repo: https://git.openstack.org/openstack/heat
heat_git_install_branch: 4608336a6e2c92e72d89c5ee6eb9f36b64ae7ad9 # HEAD of "stable/ocata" as of 16.03.2017
heat_git_install_branch: 84e1669ddebcafef6baa5237e8cbc9ff99aba1f2 # HEAD of "stable/ocata" as of 31.03.2017
heat_git_dest: "/opt/heat_{{ heat_git_install_branch | replace('/', '_') }}"
heat_git_project_group: heat_all
## Horizon service
horizon_git_repo: https://git.openstack.org/openstack/horizon
horizon_git_install_branch: 2366fd7a129161983ee3980667cec49b2912cf9e # HEAD of "stable/ocata" as of 16.03.2017
horizon_git_install_branch: cfdaa2ec862e099c257acab3d32eb36b7aad831e # HEAD of "stable/ocata" as of 31.03.2017
horizon_git_dest: "/opt/horizon_{{ horizon_git_install_branch | replace('/', '_') }}"
horizon_git_project_group: horizon_all
## Horizon Ironic dashboard plugin
ironic_dashboard_git_repo: https://git.openstack.org/openstack/ironic-ui
ironic_dashboard_git_install_branch: 6a0cdbff587df20ae913ca7f0d434ad8381b761c # HEAD of "stable/ocata" as of 16.03.2017
ironic_dashboard_git_install_branch: 6a0cdbff587df20ae913ca7f0d434ad8381b761c # HEAD of "stable/ocata" as of 31.03.2017
ironic_dashboard_git_dest: "/opt/ironic_dashboard_{{ ironic_dashboard_git_install_branch | replace('/', '_') }}"
ironic_dashboard_git_project_group: horizon_all
## Horizon Magnum dashboard plugin
magnum_dashboard_git_repo: https://git.openstack.org/openstack/magnum-ui
magnum_dashboard_git_install_branch: b3cb0a4d35361139b30629c4c3e422e3b59bbc63 # HEAD of "stable/ocata" as of 16.03.2017
magnum_dashboard_git_install_branch: db3bfff643ceb9353c7c0cafdd4e15e0fcf01fb1 # HEAD of "stable/ocata" as of 31.03.2017
magnum_dashboard_git_dest: "/opt/magnum_dashboard_{{ magnum_dashboard_git_install_branch | replace('/', '_') }}"
magnum_dashboard_git_project_group: horizon_all
## Horizon LBaaS dashboard plugin
neutron_lbaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-lbaas-dashboard
neutron_lbaas_dashboard_git_install_branch: 3653432bb8287fa0ec1248d866e4717b90ab824b # HEAD of "stable/ocata" as of 16.03.2017
neutron_lbaas_dashboard_git_install_branch: 3653432bb8287fa0ec1248d866e4717b90ab824b # HEAD of "stable/ocata" as of 31.03.2017
neutron_lbaas_dashboard_git_dest: "/opt/neutron_lbaas_dashboard_{{ neutron_lbaas_dashboard_git_install_branch | replace('/', '_') }}"
neutron_lbaas_dashboard_git_project_group: horizon_all
## Horizon Sahara dashboard plugin
sahara_dashboard_git_repo: https://git.openstack.org/openstack/sahara-dashboard
sahara_dashboard_git_install_branch: 761f5521da49753dc15f22de9016da2ed4e7ca35 # HEAD of "stable/ocata" as of 16.03.2017
sahara_dashboard_git_install_branch: 761f5521da49753dc15f22de9016da2ed4e7ca35 # HEAD of "stable/ocata" as of 31.03.2017
sahara_dashboard_git_dest: "/opt/sahara_dashboard_{{ sahara_dashboard_git_install_branch | replace('/', '_') }}"
sahara_dashboard_git_project_group: horizon_all
## Keystone service
keystone_git_repo: https://git.openstack.org/openstack/keystone
keystone_git_install_branch: aa27b04c407b0c3f74901763fd9a69229955d634 # HEAD of "stable/ocata" as of 16.03.2017
keystone_git_install_branch: c541e1ec5c2a3937e9d90cc106a4727c6c2b47db # HEAD of "stable/ocata" as of 31.03.2017
keystone_git_dest: "/opt/keystone_{{ keystone_git_install_branch | replace('/', '_') }}"
keystone_git_project_group: keystone_all
## Neutron service
neutron_git_repo: https://git.openstack.org/openstack/neutron
neutron_git_install_branch: 0d24d94e90d781f8ec7d3e70175a8bf992f1e9b5 # HEAD of "stable/ocata" as of 16.03.2017
neutron_git_install_branch: 23c7c8a08eee53c85b8cdd4549f024f6865e784c # HEAD of "stable/ocata" as of 31.03.2017
neutron_git_dest: "/opt/neutron_{{ neutron_git_install_branch | replace('/', '_') }}"
neutron_git_project_group: neutron_all
neutron_lbaas_git_repo: https://git.openstack.org/openstack/neutron-lbaas
neutron_lbaas_git_install_branch: 8cc04309d76206ef42afdf44613986968eeb32fe # HEAD of "stable/ocata" as of 16.03.2017
neutron_lbaas_git_install_branch: 924eac815439eedc1225e655811706271a300f74 # HEAD of "stable/ocata" as of 31.03.2017
neutron_lbaas_git_dest: "/opt/neutron_lbaas_{{ neutron_lbaas_git_install_branch | replace('/', '_') }}"
neutron_lbaas_git_project_group: neutron_all
neutron_vpnaas_git_repo: https://git.openstack.org/openstack/neutron-vpnaas
neutron_vpnaas_git_install_branch: 6011ca5c2de41c0e6559cf1a091d774d296c8b9a # HEAD of "stable/ocata" as of 16.03.2017
neutron_vpnaas_git_install_branch: d92601254f1e4229c275d14b6b2dfeb3db267224 # HEAD of "stable/ocata" as of 31.03.2017
neutron_vpnaas_git_dest: "/opt/neutron_vpnaas_{{ neutron_vpnaas_git_install_branch | replace('/', '_') }}"
neutron_vpnaas_git_project_group: neutron_all
neutron_fwaas_git_repo: https://git.openstack.org/openstack/neutron-fwaas
neutron_fwaas_git_install_branch: b614b0693b0778ef1d460cbd7cd2dd1d3b065e43 # HEAD of "stable/ocata" as of 16.03.2017
neutron_fwaas_git_install_branch: 302a63ce4b7307ac9fd1ee71906230058768190c # HEAD of "stable/ocata" as of 31.03.2017
neutron_fwaas_git_dest: "/opt/neutron_fwaas_{{ neutron_fwaas_git_install_branch | replace('/', '_') }}"
neutron_fwaas_git_project_group: neutron_all
neutron_dynamic_routing_git_repo: https://git.openstack.org/openstack/neutron-dynamic-routing
neutron_dynamic_routing_git_install_branch: 63b9402e9e8fa625afbf60a3b96e5ba05b109551 # HEAD of "stable/ocata" as of 16.03.2017
neutron_dynamic_routing_git_install_branch: 63b9402e9e8fa625afbf60a3b96e5ba05b109551 # HEAD of "stable/ocata" as of 31.03.2017
neutron_dynamic_routing_git_dest: "/opt/neutron_dynamic_routing_{{ neutron_dynamic_routing_git_install_branch | replace('/', '_') }}"
neutron_dynamic_routing_git_project_group: neutron_all
## Nova service
nova_git_repo: https://git.openstack.org/openstack/nova
nova_git_install_branch: 7ccf8d2e358623b3536c9f3e2850a75414969134 # HEAD of "stable/ocata" as of 16.03.2017
nova_git_install_branch: acb19160d4d348e29a21ad57c61c7369352c4d1c # HEAD of "stable/ocata" as of 31.03.2017
nova_git_dest: "/opt/nova_{{ nova_git_install_branch | replace('/', '_') }}"
nova_git_project_group: nova_all
## PowerVM Virt Driver
nova_powervm_git_repo: https://git.openstack.org/openstack/nova-powervm
nova_powervm_git_install_branch: 7759d62b81d89f278e07761a9bd53cfbfc731d00 # HEAD of "stable/ocata" as of 16.03.2017
nova_powervm_git_install_branch: ea6d9dc289df0dff1dd2150d8ab320634a850543 # HEAD of "stable/ocata" as of 31.03.2017
nova_powervm_git_dest: "/opt/nova_powervm_{{ nova_powervm_git_install_branch | replace('/', '_') }}"
nova_powervm_git_project_group: nova_compute
## LXD Virt Driver
nova_lxd_git_repo: https://git.openstack.org/openstack/nova-lxd
nova_lxd_git_install_branch: e8f4ae4a26cfd59d882e76d5e589414f4f47013c # HEAD of "stable/ocata" as of 16.03.2017
nova_lxd_git_install_branch: ed05fa417c4a78970dd5bdcdd3e1922f3c07f0ac # HEAD of "stable/ocata" as of 31.03.2017
nova_lxd_git_dest: "/opt/nova_lxd_{{ nova_lxd_git_install_branch | replace('/', '_') }}"
nova_lxd_git_project_group: nova_compute
## Sahara service
sahara_git_repo: https://git.openstack.org/openstack/sahara
sahara_git_install_branch: 5241340d3e668bcb3b0e9f09c38afdc21e6c136d # HEAD of "stable/ocata" as of 16.03.2017
sahara_git_install_branch: 5241340d3e668bcb3b0e9f09c38afdc21e6c136d # HEAD of "stable/ocata" as of 31.03.2017
sahara_git_dest: "/opt/sahara_{{ sahara_git_install_branch | replace('/', '_') }}"
sahara_git_project_group: sahara_all
## Swift service
swift_git_repo: https://git.openstack.org/openstack/swift
swift_git_install_branch: 75dec156ff6d95c88c478b65d5cb7c2c8c3ce2a4 # HEAD of "stable/ocata" as of 16.03.2017
swift_git_install_branch: 35b41c934723fcce434f9a708f3b9092375674b4 # HEAD of "stable/ocata" as of 31.03.2017
swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}"
swift_git_project_group: swift_all
## Ironic service
ironic_git_repo: https://git.openstack.org/openstack/ironic
ironic_git_install_branch: 3c1d9874b93671638c496ab98df8255c8d084bf0 # HEAD of "stable/ocata" as of 16.03.2017
ironic_git_install_branch: 7f1639e77efb32be280f56983a22485f56e24718 # HEAD of "stable/ocata" as of 31.03.2017
ironic_git_dest: "/opt/ironic_{{ ironic_git_install_branch | replace('/', '_') }}"
ironic_git_project_group: ironic_all
## Magnum service
magnum_git_repo: https://git.openstack.org/openstack/magnum
magnum_git_install_branch: b2d43a32fa5bf50d8d83ec1f5124ba3bd8044c86 # HEAD of "stable/ocata" as of 16.03.2017
magnum_git_install_branch: aaa94e1a28ed95b9343abed6488378b8522f1ec2 # HEAD of "stable/ocata" as of 31.03.2017
magnum_git_dest: "/opt/magnum_{{ magnum_git_install_branch | replace('/', '_') }}"
magnum_git_project_group: magnum_all
## Trove service
trove_git_repo: https://git.openstack.org/openstack/trove
trove_git_install_branch: 60e35d16b5d944d708f781271d63ce17df31df4e # HEAD of "stable/ocata" as of 16.03.2017
trove_git_install_branch: 60e35d16b5d944d708f781271d63ce17df31df4e # HEAD of "stable/ocata" as of 31.03.2017
trove_git_dest: "/opt/trove_{{ trove_git_install_branch | replace('/', '_') }}"
trove_git_project_group: trove_all
## Horizon Trove dashboard plugin
trove_dashboard_git_repo: https://git.openstack.org/openstack/trove-dashboard
trove_dashboard_git_install_branch: 27e3dd2b9648bf32346e5bedbdd42de934e4d0f9 # HEAD of "stable/ocata" as of 16.03.2017
trove_dashboard_git_install_branch: 27e3dd2b9648bf32346e5bedbdd42de934e4d0f9 # HEAD of "stable/ocata" as of 31.03.2017
trove_dashboard_git_dest: "/opt/trove_dashboard_{{ trove_dashboard_git_install_branch | replace('/', '_') }}"
trove_dashboard_git_project_group: horizon_all

View File

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

View File

@ -0,0 +1,8 @@
---
features:
- Capping the default value for the variable ``swift_proxy_server_workers``
to 16 when the user doesn't configure this variable and if the swift proxy
is in a container. Default value is half the number of vCPUs available on
the machine if the swift proxy is not in a container. Default value is half
the number of vCPUs available on the machine with a capping value of 16
if the proxy is in a container.

View File

@ -0,0 +1,5 @@
---
features:
- Add support for the cinder v3 api. This is enabled
by default, but can be disabled by setting the
``cinder_enable_v3_api`` variable to ``false``.

View File

@ -0,0 +1,19 @@
---
features:
- The ``cinder_sigkill_timeout`` was introduced to control
the time between sending a SIGTERM signal and a SIGKILL signal when
stopping or restarting services. This can help in letting long-lived
sessions drain while preventing new ones from starting before a
restart. Default is 120 seconds (was harcoded to 300 seconds).
- The ``cinder_restart_wait`` variable has been added to control the time
between restarts of cinder services. Default is 5 seconds (was
hardcoded to 150 seconds).
upgrade:
- The ``cinder_sigkill_timeout`` was introduced to control
the time between sending a SIGTERM signal and a SIGKILL signal when
stopping or restarting services. This can help in letting long-lived
sessions drain while preventing new ones from starting before a
restart. Default is 120 seconds (was harcoded to 300 seconds).
- The ``cinder_restart_wait`` variable has been added to control the time
between restarts of cinder services. Default is 5 seconds (was
hardcoded to 150 seconds).

View File

@ -0,0 +1,7 @@
---
features:
- Haproxy-server role allows to set up tunable parameters.
For doing that it is necessary to set up a dictionary of options in the
config files, mentioning those which have to be changed (defaults for the
remaining ones are programmed in the template). Also "maxconn" global option
made to be tunable.

View File

@ -0,0 +1,5 @@
---
fixes:
- The openstack service uri protocol variables were not being used to
set the Trove specific uris. This resulted in 'http' always being used
for the public, admin and internal uris even when 'https' was intended.