kolla-ansible/ansible
Jeffrey Zhang 792e2c1f26 Fix the nova reconfigure in the multinode env
Checking the fix condition first in the when clause rather than the
dynamic condition. Otherwise it will raise issue, especially in
multinode env.

For example use

  when:
    - nova_console == 'novnc'
    - inventory_hostname in groups['nova-novncproxy']

rather than

  when:
    - inventory_hostname in groups['nova-novncproxy']
    - nova_console == 'novnc'

Because the nova-novncproxy groups may do not exist.

Change-Id: I1e76ee239908a17a4c2ffd9a18c570fbc485172e
Closes-Bug: #1563643
2016-03-30 16:57:42 +08:00
..
action_plugins pep8 the ansible modules 2015-12-22 04:29:13 +00:00
group_vars Add kibana authentication using HAproxy 2016-03-24 11:46:06 +01:00
inventory Add ansible support for Manila 2016-03-01 10:55:47 -05:00
library Merge "Fix the wrong refer self in kolla_docker.py" 2016-03-30 05:22:21 +00:00
roles Fix the nova reconfigure in the multinode env 2016-03-30 16:57:42 +08:00
certificates.yml Add Ansible scripts to generate TLS certificates for testing 2016-02-26 14:09:31 -05:00
mariadb_recovery.yml MariaDB lights out recovery 2016-03-16 15:53:44 +00:00
post-deploy.yml Create openrc file on the deploy node 2015-11-23 17:02:54 -05:00
prechecks.yml Fix file permissions 2015-12-26 17:36:38 +00:00
site.yml Reduce log errors from heka 2016-03-23 18:20:49 -04:00