Tim Laszlo c6dec23ba1 Define region name variables in openrc and clouds.
Add OS_REGION_NAME to the openrc file.  Replaces openrc_clouds_yml_region_name
with a common openrc_service_region variable.

Change-Id: I68cbd6b2aaa64ef655cfc617a96d428fb2c35d2b
2016-07-23 08:54:45 -05:00
2016-07-12 16:51:31 +01:00
2016-07-12 16:51:31 +01:00
2016-07-11 10:35:13 -04:00
2016-07-15 11:41:44 +10:00
2016-07-11 10:35:13 -04:00
2016-05-03 08:54:58 +01:00
2016-07-15 03:57:34 +00:00

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.

S
Description
Role openstack_openrc for OpenStack-Ansible
Readme
2.2 MiB
Languages
Python 62.4%
Jinja 37.6%