677633861d
This changes the a-r-r with the proper version, and fixes the repo path for role upgrades: The role will, during test-upgrade-pre, have its current branch checked out, and will deploy the current branch infrastructure, including the generation of the constraints. Then, the installation of previous branch of the role will use the constraints for its previous version, but will have no constraints for it, and fail. We need to generate the constraints for the previous version too. This should do it. Co-Authored-By: Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk> Change-Id: I8305fce3ea5b6446692d15c642eccd798164f266
53 lines
1.6 KiB
YAML
53 lines
1.6 KiB
YAML
- name: apt_package_pinning
|
|
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
|
|
scm: git
|
|
version: master
|
|
- name: pip_install
|
|
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
|
|
scm: git
|
|
version: master
|
|
- name: memcached_server
|
|
src: https://git.openstack.org/openstack/openstack-ansible-memcached_server
|
|
scm: git
|
|
version: master
|
|
- name: openstack_hosts
|
|
src: https://git.openstack.org/openstack/openstack-ansible-openstack_hosts
|
|
scm: git
|
|
version: master
|
|
- name: lxc_hosts
|
|
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
|
|
scm: git
|
|
version: master
|
|
- name: lxc_container_create
|
|
src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create
|
|
scm: git
|
|
version: master
|
|
- name: galera_client
|
|
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
|
|
scm: git
|
|
version: master
|
|
- name: galera_server
|
|
src: https://git.openstack.org/openstack/openstack-ansible-galera_server
|
|
scm: git
|
|
version: master
|
|
- name: haproxy_server
|
|
src: https://git.openstack.org/openstack/openstack-ansible-haproxy_server
|
|
scm: git
|
|
version: master
|
|
- name: rabbitmq_server
|
|
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server
|
|
scm: git
|
|
version: master
|
|
- name: openstack_openrc
|
|
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc
|
|
scm: git
|
|
version: master
|
|
- name: os_previous_keystone
|
|
src: https://git.openstack.org/openstack/openstack-ansible-os_keystone
|
|
scm: git
|
|
version: stable/pike
|
|
- name: os_tempest
|
|
src: https://git.openstack.org/openstack/openstack-ansible-os_tempest
|
|
scm: git
|
|
version: master
|