Skip to content
Snippets Groups Projects
Commit 0bba5fe0 authored by Steven Dake's avatar Steven Dake Committed by Ganesh Maharaj Mahalingam
Browse files

Workaround ansible bug related to delegate_to


Currently the delegate_to doesnt happen and the neutron role creation is
attempted once on the first server and is skipped. The re-ordering of hosts in
site.yml seems to make the first host to be one inside neutron-server group
yielding the expected results. This patch needs to be re-visited as soon as a
version of ansible is chosen that fixes the issues with delegate_to

Co-Authored-By: default avatarSteven Dake <stdake@cisco.com>
Co-Authored-By: default avatarVikram Hosakote <vhosakot@cisco.com>
Co-Authored-By: default avatarNate Potter <nathaniel.potter@intel.com>
Co-Authored-By: default avatarGanesh Mahalingam <ganesh.mahalingam@intel.com>
Change-Id: Ia712b323aa9d750d470a11ee899ab1b3054a903f
Partial-Bug: #1546789
parent 3a028e43
No related branches found
No related tags found
No related merge requests found
...@@ -104,12 +104,12 @@ ...@@ -104,12 +104,12 @@
when: enable_nova | bool } when: enable_nova | bool }
- hosts: - hosts:
- compute - neutron-server
- manila-share
- neutron-dhcp-agent - neutron-dhcp-agent
- neutron-l3-agent - neutron-l3-agent
- neutron-metadata-agent - neutron-metadata-agent
- neutron-server - compute
- manila-share
- rabbitmq - rabbitmq
- memcached - memcached
roles: roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment