2f42424cf3
The change removes and points our role requirements to use the independent repos that are now online. Updates to the Ansible bootstrap script here remove the forced "updated" that was happening on every bootstrap so that we're ensuring a stable build based on a described version. Change-Id: If7f83d0875a5b074f506235d650be48a6e461e56 Implements: blueprint independent-role-repositories Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
25 lines
835 B
YAML
25 lines
835 B
YAML
- src: evrardjp.keepalived
|
|
name: keepalived
|
|
version: '1.3'
|
|
- name: apt_package_pinning
|
|
src: https://github.com/openstack/openstack-ansible-apt_package_pinning
|
|
version: master
|
|
- name: lxc_container_create
|
|
src: https://github.com/openstack/openstack-ansible-lxc_container_create
|
|
version: master
|
|
- name: lxc_hosts
|
|
src: https://github.com/openstack/openstack-ansible-lxc_hosts
|
|
version: master
|
|
- name: openstack_hosts
|
|
src: https://github.com/openstack/openstack-ansible-openstack_hosts
|
|
version: master
|
|
- name: pip_install
|
|
src: https://github.com/openstack/openstack-ansible-pip_install
|
|
version: master
|
|
- name: py_from_git
|
|
src: https://github.com/openstack/openstack-ansible-py_from_git
|
|
version: master
|
|
- name: rsyslog_client
|
|
src: https://github.com/openstack/openstack-ansible-rsyslog_client
|
|
version: master
|