diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2017-04-24 04:05:57 +0200 |
---|---|---|
committer | Ryan Cook <rcook@redhat.com> | 2017-04-23 22:05:57 -0400 |
commit | 4e6d0e27d40891a451ddd40c38baef9b276c20fd (patch) | |
tree | 33a64520638af256468d9c039c9c44618ea2e92c | |
parent | 1b6bfa21d3b71d134c041f521038903bcd5e902f (diff) | |
download | openshift-4e6d0e27d40891a451ddd40c38baef9b276c20fd.tar.gz openshift-4e6d0e27d40891a451ddd40c38baef9b276c20fd.tar.bz2 openshift-4e6d0e27d40891a451ddd40c38baef9b276c20fd.tar.xz openshift-4e6d0e27d40891a451ddd40c38baef9b276c20fd.zip |
Drive the DNS installation completely with Ansible (#311)
* Remove RHN and dependencies from Heat templates
The templates will just deploy the OpenStack resources from now on. Any
configuration or dependency installation will be handled by Ansible.
* Add outputs to the Heat templates
These outputs will be consumed by Ansible so we'll no longer need the
Python scripts and templates to generate the inventory.
* Add `become: true` to the bind-server playbook
The playbook requires root privileges and this was achieved in
bin/full-service.sh by passing `--become` to `ansible-playbook`.
Since we'll be invoking the playbook directly, we just ask for sudo
where necessary instead.
* Add the "all in one" ansible playbook
* Update the readme
* Remove the old files
The move to a full ansible installation means most of the files under
`bin` and the heat environment files are no longer needed.
* Fix yamllint errors
0 files changed, 0 insertions, 0 deletions