kolla-ansible/ansible/roles/keystone/tasks
Paul Bourke e2452906f3 Disable tty for keystone register script
There seems to be a bug regarding the interaction between the Red Hat
based images and docker exec, where output is missed when attaching a
tty. This can be replicated using the following:

$ docker run -d --name test centos /bin/sleep infinity
$ docker exec -t test echo hi

Repeat the second command over and over, "hi" will only be printed out
every couple of runs.

This affects the keystone register task as sometimes it will not print
it's final json result to stdout, causing ansible to fall over with a
difficult to diagnose error (despite the register having run
successfully).

Disabling the tty fixes this for me, it should not be needed in this
case regardless.

Change-Id: Ie7eb7c01c34ee3c59bd843651195fbcb7259d2c8
Closes-Bug: #1572082
2016-04-19 15:59:51 +01:00
..
bootstrap_service.yml Make Heka collect Keystone logs 2016-02-19 21:49:21 +00:00
bootstrap.yml Rename kolla_ansible to kolla_toolbox 2016-02-02 18:12:15 +00:00
check.yml Rename kolla_ansible to kolla_toolbox 2016-02-02 18:12:15 +00:00
config.yml Allow per node configuration with augments 2016-03-17 17:18:00 +00:00
deploy.yml Allow keystone role to pull images 2016-01-06 04:23:28 +00:00
do_reconfigure.yml Add kolla_docker action for reconfigure 2016-03-02 01:35:55 +08:00
main.yml Allow keystone role to pull images 2016-01-06 04:23:28 +00:00
pull.yml Allow keystone role to pull images 2016-01-06 04:23:28 +00:00
reconfigure.yml Run the keystone reconfigure only on keystone group host 2016-02-29 11:46:15 +08:00
register.yml Disable tty for keystone register script 2016-04-19 15:59:51 +01:00
start.yml Fix Keystone v3 and Horizon 2016-03-03 15:44:53 +00:00
upgrade.yml Playbook for keystone upgrade 2016-01-13 18:48:55 +00:00