kolla-ansible/ansible/roles/keystone/tasks
Jim Rollenhagen bece976b91 Allow keystone services to use independent hostnames
This allows keystone service endpoints to use custom hostnames, and adds the
following variables:

* keystone_internal_fqdn
* keystone_external_fqdn

These default to the old values of kolla_internal_fqdn or
kolla_external_fqdn.

This also adds the following variables:

* keystone_admin_listen_port
* keystone_public_listen_port

These default to keystone_admin_port and keystone_public_port,
respectively, for backward compatibility.

These options allow the user to differentiate between the port the
service listens on, and the port the service is reachable on. This is
useful for external load balancers which live on the same host as the
service itself.

Change-Id: I50c46c674134f9958ee4357f0f4eed5483af2214
Implements: blueprint service-hostnames
2019-02-08 10:26:00 -05:00
..
bootstrap_service.yml Specify 'become' for all tasks that use kolla_docker module 2018-06-08 12:39:24 +00:00
bootstrap.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
check.yml Fix deployment with public TLS enabled 2017-10-05 08:36:34 +00:00
clone.yml Support checkout dedicated version from git with dev mode 2018-08-14 16:06:00 +08:00
config.yml Apply Resource Constraints to Services. 2018-07-26 11:35:28 +00:00
deploy.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
init_fernet.yml Update usage of "|" to "is" 2018-08-13 12:40:10 +05:30
loadbalancer.yml Refactor haproxy config (split by service) V2.0 2018-09-26 03:30:38 -07:00
main.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
precheck.yml Allow keystone services to use independent hostnames 2019-02-08 10:26:00 -05:00
pull.yml Specify 'become' for all tasks that use kolla_docker module 2018-06-08 12:39:24 +00:00
reconfigure.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
register.yml Ensure keystone endpoint is updatable 2018-11-03 00:18:33 +00:00
stop.yml Support stop specific containers 2018-11-26 08:07:01 +00:00
upgrade.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00