Role openstack_openrc for OpenStack-Ansible
Go to file
Jesse Pretorius b5459cec5a Implement doc8 checks for docs
In order to prepare for the move of detailed configuration
content from the install guide to the roles, doc8 checks
are being implemented in the roles to ensure that any new
content submitted is properly checked.

Change-Id: I9a70135f07c3faed957fd2438526d2059ac89594
Partially-Implements: blueprint osa-install-guide-overhaul
2016-07-13 12:54:26 +01:00
defaults Correct filename of clouds.yml to clouds.yaml 2016-03-02 13:33:41 -05:00
doc Update sphinx configuration 2016-07-12 16:51:31 +01:00
meta Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
releasenotes Update sphinx configuration 2016-07-12 16:51:31 +01:00
tasks Cleanup/standardize usage of tags 2016-07-11 10:35:13 -04:00
templates Set OS_TENANT_NAME for backward compatibility 2016-03-28 14:22:48 -04:00
tests Correct filename of clouds.yml to clouds.yaml 2016-03-02 13:33:41 -05:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:19:01 +01:00
.gitreview Implement base configuration for independent repository 2016-03-01 16:34:59 +00:00
CONTRIBUTING.rst Adding Vagrantfile for local developer testing 2016-03-02 13:26:51 -05:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Cleanup/standardize usage of tags 2016-07-11 10:35:13 -04:00
Vagrantfile Adding Vagrantfile for local developer testing 2016-03-02 13:26:51 -05:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:54:58 +01:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:54:58 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-01 16:34:59 +00:00
setup.py Implement base configuration for independent repository 2016-03-01 16:34:59 +00:00
test-requirements.txt Implement doc8 checks for docs 2016-07-13 12:54:26 +01:00
tox.ini Implement doc8 checks for docs 2016-07-13 12:54:26 +01:00

README.rst

OpenStack-Ansible openrc file

tags

openstack, openrc, cloud, ansible

category

*nix

This Ansible role creates the configuration files used by various OpenStack CLI tools. For more information about these tools, see the OpenStack CLI Reference.

Required Variables

To use this role, define the following variables:

keystone_service_adminuri_insecure: false
keystone_service_internaluri_insecure: false
openrc_os_password: secrete
openrc_os_domain_name: Default

Example Playbook

- name: Install openrc
  hosts: all
  user: root
  roles:
    - { role: "openstack-ansible-openstack_openrc",
        tags: [ "openstack_openrc" ]
      }
  vars:
    keystone_service_adminuri_insecure: false
    keystone_service_internaluri_insecure: false
    openrc_os_password: secrete
    openrc_os_domain_name: Default

Tags

This role supports two tags: openrc-install and openrc-config

The openrc-install tag can be used to install and upgrade.

The openrc-config tag can be used to manage configuration.