rcbops / rpc-upgrades

Leapfrog/Incremental Upgrades for RPC OpenStack
1 stars 17 forks source link

Uses r14.23.1 branch to include hosts fixes #369

Closed antonym closed 5 years ago

antonym commented 5 years ago

Fixes https://github.com/rcbops/rpc-upgrades/issues/368

https://github.com/rcbops/rpc-openstack/tree/r14.23.1 https://github.com/rcbops/openstack-ansible-openstack_hosts/pull/4

rpc-jenkins-svc commented 5 years ago

Thank you for submitting a pull request to this project!

Once all check jobs have passed and the pull request has received a sufficient number of reviews, the repository's gate jobs can be triggered by adding a comment of :shipit: to this pull request.

When the gate jobs have completed successfully, this pull request will get merged automatically.

antonym commented 5 years ago

recheck_all

antonym commented 5 years ago

recheck_trusty_aio_swift_kilo_to_newton_leap

antonym commented 5 years ago

Tested a Kilo to RPC-O r14.23.1 branch. Completed succesfully and didn't appear to attempt to pull in the linux-* packages during the Newton upgrade:

root@infra1:/etc/ansible/roles/openstack_hosts/vars# cat ubuntu-1* | grep -i linux
root@infra1:/etc/ansible/roles/openstack_hosts/vars# cat /etc/openstack-release
# Ansible managed: /etc/ansible/roles/openstack_hosts/templates/openstack-release.j2 modified on 2019-06-05 13:15:31 by root on infra1

DISTRIB_ID="OSA"
DISTRIB_RELEASE="r14.23.0"
DISTRIB_CODENAME="Newton"
DISTRIB_DESCRIPTION="OpenStack-Ansible"
root@infra1:/etc/ansible/roles/openstack_hosts/vars# cd /opt/rpc-openstack/
root@infra1:/opt/rpc-openstack# git branch
* r14.23.1
root@infra1:/opt/rpc-openstack# ls -al /etc/openstack_deploy/upgrade-leap/osa-leap.complete
-rw-r--r-- 1 root root 0 Jun  5 16:07 /etc/openstack_deploy/upgrade-leap/osa-leap.complete

The gate jobs test to the newton branch, so they aren't exercising the updated changes in openstack-ansible-openstack_hosts. I put in a PR here to cover that but it's not required to move forward.