browbeat/ansible/gather
Alex Krzos 24dc7098d7 Variable undefined fix in gather keystone metadata
The following variables (keystone_admin_worker_processes, keystone_admin_worker_threads, keystone_main_worker_threads, keystone_main_worker_processes) on lines (44, 49, 54, 59) in ansible/gather/roles/keystone/tasks/main.yml were mistaken referenced as (keystone_admin_workers_processes, keystone_admin_workers_threads, keystone_main_workers_threads, keystone_main_workers_processes) on line 64 task ("Set keystone httpd worker facts")

This will causes the gather playbook to fail with the following error:

TASK [keystone : Set keystone httpd worker facts] ******************************
fatal: [overcloud-controller-0]: FAILED! => {"failed": true, "msg": "'keystone_main_workers_threads' is undefined"}

This change aims to fix the undefined variables by correctly referencing them.

Change-Id: If3ee349aa60a2537c714a8c0b90497ba8e18e856
2016-06-16 10:42:45 -04:00
..
group_vars Fix reference 2016-05-20 14:41:33 -04:00
roles Variable undefined fix in gather keystone metadata 2016-06-16 10:42:45 -04:00
dump_facts.j2 WIP - Functionality to add hardware, OS specific metadata 2016-04-19 16:14:46 -04:00
site.yml Add existing Keystone roles to gather/site.yml 2016-06-15 11:51:40 -04:00