This change allows the embedded ansible process to be configurable by
the end user.
* Python requirements and ansible roles will all now be user
configurable.
* Setup is now a local only playbook. This playbook replaces the bash
commands we were rerunning when the `bootstrap-embedded-ansible.sh`
script was executed.
* Embedded ansible version is now 2.7.5 as default.
* Deprecation warnings have been resolved.
* Tests impacted by this change have been updated.
Change-Id: I4303c44e249cda31457a4f05a681e298d225a8b7
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
18 lines
586 B
YAML
18 lines
586 B
YAML
---
|
|
- name: config_template
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/ansible-config_template
|
|
version: d97279293d09ab3cae6e20119662029d6b64b3b7
|
|
- name: plugins
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/openstack-ansible-plugins
|
|
version: 7fd6dd21123f162091631d87bf1db8fb7700fcda
|
|
- name: systemd_service
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/ansible-role-systemd_service
|
|
version: 86ad639f4171b0c01bba030ebc3fd96ec020aa45
|
|
- name: systemd_mount
|
|
scm: git
|
|
src: https://git.openstack.org/openstack/ansible-role-systemd_mount
|
|
version: master
|