Role os_nova for OpenStack-Ansible
Go to file
Kevin Carter abdf0c4683 Changed the ordering for sudoers where used
The sudoers file was being created in the pre-install tasks
which causes an incorrect configuration variable to be dropped
when the venv env is not turned on. To correct this issue the
sudoers template is now dropped in the post install task file
after the bin_path fact has been set.

This change also removes the directory create task for heat, keystone,
glance, and swift because no sudoers files are needed for these services.

Re-Implementation-Of: https://review.openstack.org/#/c/277674/1
Change-Id: I609c9c12579dc1897787d19a1f58fe3e919b5e35
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-03-03 09:50:19 -06:00
defaults Only update apt cache if necessary 2016-02-09 16:46:22 +01:00
doc Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
files Update Master SHAs - 17 Jan 2016 2016-01-18 23:58:48 +00:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Changed the ordering for sudoers where used 2016-03-03 09:50:19 -06:00
templates Add ssl deployment to novnc console type 2016-02-04 11:29:16 +00:00
tests Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
.gitignore Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
README.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
run_tests.sh Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
setup.py Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
test-requirements.txt Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
tox.ini Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00

os_nova role

tags

openstack, cloud, ansible, os_nova

category

*nix

os_nova Role

- name: os_nova role
  hosts: "hosts"
  user: root
  roles:
    - { role: "os_nova" }