Steve Lewis e14f1f3920 Add alias for OS_ENDPOINT_TYPE
Some service clients do not respect the old OS_ENDPOINT_TYPE
parameter, instead only supporting the newer fashion of
OS_INTERFACE which is viewed as less confusing. This adds support
for that option.

Failure to include this causes SSL certificate errors when the
service clients attempt to use the public endpoint with a self-
signed certificate on defaulted installs, particularly AIOs.

This error can be demonstrated by trying to use the Gnocchi or new
Aodh clients from a utility container, though only the Gnocchi
client is currently installed in the integrated build.

Change-Id: I60af4f0cf56964eaec8980264ec1ebadc550c0b8
2016-08-05 14:23:50 -07:00
2016-07-12 16:51:31 +01:00
2016-07-11 10:35:13 -04:00
2016-08-05 14:23:50 -07:00
2016-07-15 11:41:44 +10: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%