7d4cc4a217
This change makes it so that the OS_keystone role is an independent role and can be installed / tested stand-alone. Implements: blueprint independent-role-repositories Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
21 lines
497 B
ReStructuredText
21 lines
497 B
ReStructuredText
OpenStack keystone
|
|
##################
|
|
:tags: openstack, keystone, cloud, ansible
|
|
:category: \*nix
|
|
|
|
Role to install keystone. This will install keystone using apache.
|
|
|
|
This role will install the following:
|
|
* keystone
|
|
* apache2
|
|
|
|
.. code-block:: yaml
|
|
|
|
- name: Installation and setup of Keystone
|
|
hosts: keystone_all
|
|
user: root
|
|
roles:
|
|
- { role: "os_keystone", tags: [ "os-keystone" ] }
|
|
vars:
|
|
keystone_galera_address: "{{ internal_lb_vip_address }}"
|