Default variables

openstack_helm_endpoints_config

Additional overrides for the OpenStack Helm endpoints

openstack_helm_endpoints_config: {}
openstack_helm_endpoints_region_name

Default OpenStack region name

openstack_helm_endpoints_region_name: "{{ undef(hint='You must specify an OpenStack region name') }}"
openstack_helm_endpoints_rabbitmq_admin_password

RabbitMQ administrator password

openstack_helm_endpoints_rabbitmq_admin_password: "{{ undef(hint='You must specify a RabbitMQ admin password') }}"
openstack_helm_endpoints_memcached_secret_key

Memcached secret key for oslo.cache

openstack_helm_endpoints_memcached_secret_key: "{{ undef(hint='You must specify a Memcached secret key') }}"
openstack_helm_endpoints_keystone_api_host

API hostname for OpenStack Identity Service

openstack_helm_endpoints_keystone_api_host: "{{ undef(hint='You must specify a Keystone API hostname') }}"
openstack_helm_endpoints_keystone_region_name

Region name for service

openstack_helm_endpoints_keystone_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_keystone_admin_password

Keystone password for admin user

openstack_helm_endpoints_keystone_admin_password: "{{ undef(hint='You must specify a Keystone administrator password') }}"
openstack_helm_endpoints_keystone_mariadb_password

Database password for service

openstack_helm_endpoints_keystone_mariadb_password: "{{ undef(hint='You must specify a Keystone MariaDB password') }}"
openstack_helm_endpoints_keystone_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_keystone_rabbitmq_password: "{{ undef(hint='You must specify a Keystone RabbitMQ password') }}"
openstack_helm_endpoints_glance_api_host

API hostname for OpenStack Image Service

openstack_helm_endpoints_glance_api_host: "{{ undef(hint='You must specify a Glance API hostname') }}"
openstack_helm_endpoints_glance_region_name

Region name for service

openstack_helm_endpoints_glance_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_glance_keystone_password

Keystone password for service

openstack_helm_endpoints_glance_keystone_password: "{{ undef(hint='You must specify a Glance Keystone password') }}"
openstack_helm_endpoints_glance_mariadb_password

Database password for service

openstack_helm_endpoints_glance_mariadb_password: "{{ undef(hint='You must specify a Glance MariaDB password') }}"
openstack_helm_endpoints_glance_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_glance_rabbitmq_password: "{{ undef(hint='You must specify a Glance RabbitMQ password') }}"
openstack_helm_endpoints_cinder_api_host

API hostname for OpenStack Block Storage Service

openstack_helm_endpoints_cinder_api_host: "{{ undef(hint='You must specify a Cinder API hostname') }}"
openstack_helm_endpoints_cinder_region_name

Region name for service

openstack_helm_endpoints_cinder_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_cinder_keystone_password

Keystone password for service

openstack_helm_endpoints_cinder_keystone_password: "{{ undef(hint='You must specify a Cinder Keystone password') }}"
openstack_helm_endpoints_cinder_mariadb_password

Database password for service

openstack_helm_endpoints_cinder_mariadb_password: "{{ undef(hint='You must specify a Cinder MariaDB password') }}"
openstack_helm_endpoints_cinder_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_cinder_rabbitmq_password: "{{ undef(hint='You must specify a Cinder RabbitMQ password') }}"
openstack_helm_endpoints_placement_api_host

API hostname for OpenStack Placement Service

openstack_helm_endpoints_placement_api_host: "{{ undef(hint='You must specify a Placement API hostname') }}"
openstack_helm_endpoints_placement_region_name

Region name for service

openstack_helm_endpoints_placement_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_placement_keystone_password

Keystone password for service

openstack_helm_endpoints_placement_keystone_password: "{{ undef(hint='You must specify a Placement Keystone password') }}"
openstack_helm_endpoints_placement_mariadb_password

Database password for service

openstack_helm_endpoints_placement_mariadb_password: "{{ undef(hint='You must specify a Placement MariaDB password') }}"
openstack_helm_endpoints_barbican_api_host

API hostname for OpenStack Barbican Service

openstack_helm_endpoints_barbican_api_host: "{{ undef(hint='You must specify a Barbican API hostname') }}"
openstack_helm_endpoints_barbican_region_name

Region name for service

openstack_helm_endpoints_barbican_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_barbican_keystone_password

Keystone password for service

openstack_helm_endpoints_barbican_keystone_password: "{{ undef(hint='You must specify a Barbican Keystone password') }}"
openstack_helm_endpoints_barbican_mariadb_password

Database password for service

openstack_helm_endpoints_barbican_mariadb_password: "{{ undef(hint='You must specify a Barbican MariaDB password') }}"
openstack_helm_endpoints_neutron_api_host

API hostname for OpenStack Networking Service

openstack_helm_endpoints_neutron_api_host: "{{ undef(hint='You must specify a Neutron API hostname') }}"
openstack_helm_endpoints_neutron_region_name

Region name for service

openstack_helm_endpoints_neutron_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_neutron_keystone_password

Keystone password for service

openstack_helm_endpoints_neutron_keystone_password: "{{ undef(hint='You must specify a Neutron Keystone password') }}"
openstack_helm_endpoints_neutron_mariadb_password

Database password for service

openstack_helm_endpoints_neutron_mariadb_password: "{{ undef(hint='You must specify a Neutron MariaDB password') }}"
openstack_helm_endpoints_neutron_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_neutron_rabbitmq_password: "{{ undef(hint='You must specify a Neutron RabbitMQ password') }}"
openstack_helm_endpoints_neutron_metadata_secret

Shared secret for Nova metadata service

openstack_helm_endpoints_neutron_metadata_secret: "{{ undef(hint='You must specify a Neutron metadata secret') }}"
openstack_helm_endpoints_nova_api_host

API hostname for OpenStack Compute Service

openstack_helm_endpoints_nova_api_host: "{{ undef(hint='You must specify a Nova API hostname') }}"
openstack_helm_endpoints_nova_novnc_host

API hostname for OpenStack Compute Service (VNC)

openstack_helm_endpoints_nova_novnc_host: "{{ undef(hint='You must specify a Nova NoVNC hostname') }}"
openstack_helm_endpoints_nova_region_name

Region name for service

openstack_helm_endpoints_nova_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_nova_keystone_password

Keystone password for service

openstack_helm_endpoints_nova_keystone_password: "{{ undef(hint='You must specify a Nova Keystone password') }}"
openstack_helm_endpoints_nova_mariadb_password

Database password for service

openstack_helm_endpoints_nova_mariadb_password: "{{ undef(hint='You must specify a Nova MariaDB password') }}"
openstack_helm_endpoints_nova_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_nova_rabbitmq_password: "{{ undef(hint='You must specify a Nova RabbitMQ password') }}"
openstack_helm_endpoints_ironic_api_host

API hostname for OpenStack Bare Metal Service

openstack_helm_endpoints_ironic_api_host: "{{ undef(hint='You must specify an Ironic API hostname') }}"
openstack_helm_endpoints_ironic_region_name

Region name for service

openstack_helm_endpoints_ironic_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_ironic_keystone_password

Keystone password for service

openstack_helm_endpoints_ironic_keystone_password: "{{ undef(hint='You must specify an Ironic Keystone password') }}"
openstack_helm_endpoints_ironic_mariadb_password

Database password for service

openstack_helm_endpoints_ironic_mariadb_password: "{{ undef(hint='You must specify an Ironic MariaDB password') }}"
openstack_helm_endpoints_ironic_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_ironic_rabbitmq_password: "{{ undef(hint='You must specify an Ironic RabbitMQ password') }}"
openstack_helm_endpoints_designate_api_host

API hostname for OpenStack DNS Service

openstack_helm_endpoints_designate_api_host: "{{ undef(hint='You must specify a Designate API hostname') }}"
openstack_helm_endpoints_designate_region_name

Region name for service

openstack_helm_endpoints_designate_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_designate_keystone_password

Keystone password for service

openstack_helm_endpoints_designate_keystone_password: "{{ undef(hint='You must specify a Designate Keystone password') }}"
openstack_helm_endpoints_designate_mariadb_password

Database password for service

openstack_helm_endpoints_designate_mariadb_password: "{{ undef(hint='You must specify a Designate MariaDB password') }}"
openstack_helm_endpoints_designate_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_designate_rabbitmq_password: "{{ undef(hint='You must specify a Designate RabbitMQ password') }}"
openstack_helm_endpoints_octavia_api_host

API hostname for OpenStack Load Balancer Service

openstack_helm_endpoints_octavia_api_host: "{{ undef(hint='You must specify an Octavia API hostname') }}"
openstack_helm_endpoints_octavia_region_name

Region name for service

openstack_helm_endpoints_octavia_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_octavia_keystone_password

Keystone password for service

openstack_helm_endpoints_octavia_keystone_password: "{{ undef(hint='You must specify an Octavia Keystone password') }}"
openstack_helm_endpoints_octavia_mariadb_password

Database password for service

openstack_helm_endpoints_octavia_mariadb_password: "{{ undef(hint='You must specify an Octavia MariaDB password') }}"
openstack_helm_endpoints_octavia_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_octavia_rabbitmq_password: "{{ undef(hint='You must specify an Octavia RabbitMQ password') }}"
openstack_helm_endpoints_senlin_api_host

API hostname for OpenStack Clustering Service

openstack_helm_endpoints_senlin_api_host: "{{ undef(hint='You must specify a Senlin API hostname') }}"
openstack_helm_endpoints_senlin_region_name

Region name for service

openstack_helm_endpoints_senlin_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_senlin_keystone_password

Keystone password for service

openstack_helm_endpoints_senlin_keystone_password: "{{ undef(hint='You must specify a Senlin Keystone password') }}"
openstack_helm_endpoints_senlin_mariadb_password

Database password for service

openstack_helm_endpoints_senlin_mariadb_password: "{{ undef(hint='You must specify a Senlin MariaDB password') }}"
openstack_helm_endpoints_senlin_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_senlin_rabbitmq_password: "{{ undef(hint='You must specify a Senlin RabbitMQ password') }}"
openstack_helm_endpoints_heat_api_host

API hostname for OpenStack Orchestration Service

openstack_helm_endpoints_heat_api_host: "{{ undef(hint='You must specify a Heat API hostname') }}"
openstack_helm_endpoints_heat_region_name

Region name for service

openstack_helm_endpoints_heat_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_heat_keystone_password

Keystone password for service

openstack_helm_endpoints_heat_keystone_password: "{{ undef(hint='You must specify a Heat Keystone password') }}"
openstack_helm_endpoints_heat_trustee_keystone_password

Keystone password for service

openstack_helm_endpoints_heat_trustee_keystone_password: "{{ undef(hint='You must specify a Heat trustee Keystone password') }}"
openstack_helm_endpoints_heat_stack_user_keystone_password

Keystone password for service

openstack_helm_endpoints_heat_stack_user_keystone_password: "{{ undef(hint='You must specify a Heat stack user Keystone password') }}"
openstack_helm_endpoints_heat_mariadb_password

Database password for service

openstack_helm_endpoints_heat_mariadb_password: "{{ undef(hint='You must specify a Heat MariaDB password') }}"
openstack_helm_endpoints_heat_rabbitmq_password

RabbitMQ password for service

openstack_helm_endpoints_heat_rabbitmq_password: "{{ undef(hint='You must specify a Heat RabbitMQ password') }}"
openstack_helm_endpoints_heat_cfn_api_host

API hostname for OpenStack Orchestration Service (CloudFormation)

openstack_helm_endpoints_heat_cfn_api_host: "{{ undef(hint='You must specify a Heat CloudFormation API hostname') }}"
openstack_helm_endpoints_horizon_api_host

API hostname for OpenStack Dashboard

openstack_helm_endpoints_horizon_api_host: "{{ undef(hint='You must specify a Horizon API hostname') }}"
openstack_helm_endpoints_horizon_mariadb_password

Database password for service

openstack_helm_endpoints_horizon_mariadb_password: "{{ undef(hint='You must specify a Horizon MariaDB password') }}"
openstack_helm_endpoints_tempest_region_name

Region name for service

openstack_helm_endpoints_tempest_region_name: "{{ openstack_helm_endpoints_region_name }}"
openstack_helm_endpoints_tempest_keystone_password

Keystone password for service

openstack_helm_endpoints_tempest_keystone_password: "{{ undef(hint='You must specify a Tempest Keystone password') }}"
openstack_helm_endpoints_openstack_exporter_keystone_password

Keystone password for service

openstack_helm_endpoints_openstack_exporter_keystone_password: "{{ undef(hint='You must specify a OpenStack Exporter Keystone password') }}"