This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
Change-Id: I42514573d52d116eca9aeb3f248ad762149bfa9e
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
The repo_server role SHA is not set to 'master' due to bug 1632847.
Related-Bug: #1632847
Change-Id: I3015b76905ab14c9929a55a31ac552ac41cad7c6
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.
Some adjustments are made to the sources-branch-updater script
for improved error detection and efficiency. Also, based on
https://review.openstack.org/371999 the ternary search/replace
is fixed.
Tempest and Rally repo sources are co-located in the repo_packages
files as neither of them implement stable/* branches.
The nova consoles (novnc/spice) are implemented in their own
repo_packages file in order to simplify doing the SHA updates.
Gnocchi implements a different style of releasing stable branches
so it is also implemented in its own repo_packages file.
Change-Id: I6fa4afab4203c9902ce70fa6bc49ad1dddb560b3
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
Change-Id: Ia9cb9dd47b391ebcbcc26d320245e3a7e4751568
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
Depends-On: I8a3fdd7f7cf64f12de306150740dd1da104d72e3
Change-Id: Ic9382007d6c34eea5340e865c720139921d37907
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
Change-Id: I4ef8274098cdcb38eb4242ccaad460d24ea0738b
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
Change-Id: I37085df0c3fea917ce13461114878d98ab142a0d
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
Change-Id: Icfe4682fe8b7ea6ad41253db3705369ad003f6ae
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
Change-Id: Ia3e31d5dbbfa0f3ae9522652406421dbce6550b9
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.
This patch also includes the following changes to unblock the gate.
* os_.* services need RabbitMQ connection config The
*_rabbitmq_host_group vars.
* Recent changes in the os_nova role require us to bump all of the
SHAs to support a more updated newton release.
* changes to "get-pypi-pkg-version.py" were required because pypi
no longer allows http requests.
* The "repo_build_pip_no_binary" capability has been added to the
AIO to support a fully capable "libvirt-python" library which is
required by nova. This ensures that the OpenStack-Infra provided
wheels are not used as they are compiled without the right C
libraries on the host.
* Ansible is configured to use ssh instead of 'smart' connections
and to use a shorter timeout. This change is made to improve the
reliability and speed of connections and to prevent flip-flopping
between ssh and paramiko connectivity.
* "ansible_ssh_extra_args" are set in group_vars/all to improve
performance.
Change-Id: I4509b11684efda20defe3ebe0a651a8db9a61f70
Implements: blueprint multi-rabbitmq-clusters
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This implements the following changes:
- The sources-branch-updater script will only update SHA's/tags
for OpenStack roles. This is primarily for usage in stable
branches where external roles must not be changed after release.
- The script will no longer update the *requirements.txt files.
These files are managed by the OpenStack Global Requirements
management process.
- The pins for pip, setuptools and wheels are now set in the
global-requirement-pins.txt file in order to ensure that it
takes precedence in the repo build process above all other
requirements.
- The order of the requirements.txt file has been changed to ensure
that pip, setuptools and wheels is installed first whenever the
requirements.txt file is used.
- The pin comment has been removed from the requirements.txt file
as it no longer applies..
Change-Id: Ib98e63153ace7f02b9bbce878aa67fbdddd784b6
This patch updates the Master SHA's for new development work, and
removes the oslo.messaging 2.6.0 block as this is now done upstream.
Change-Id: I3a1c13b5a3e5a970a8c4380320133d6947c1938c
Closes-Bug: #1505295
Remove the cap as the issue has been removed upstream. More details
are covered in the below-mentioned bug. This covers multiple
projects and patches, so I don't think it's appropriate to list
all the related upstream patches seeing as they're covered in the
bug.
Change-Id: I6931eb0459dd116027a9d0ae4c2b76d7d98c2d6b
Closes-Bug: #1505153
This patch removes the oslo.versionedobjects 0.11.0 block as the
issue requiring the block was resolved upstream in:
https://review.openstack.org/234166
Change-Id: I181cb5ccf7c2ae24cff1345eed2f6d4842c081b4
Closes-Bug: #1505677