Fixing Metadata Playbook

The ansible facts must be dumped on the undercloud no matter where the playbook
is run from. This is because the current model requires Browbeat to be executed
from the undercloud.

Change-Id: Ia0204643f8126425acaab2373387bbfb5e21535a
This commit is contained in:
Sai Sindhur Malleni 2016-08-15 16:57:12 -04:00
parent 8944207bd9
commit 225c72d399

View File

@ -25,7 +25,7 @@
- undercloud
- hosts: localhost
- hosts: undercloud
tasks:
- name: Dump all vars
local_action: template src=dump_facts.j2 dest={{ browbeat_path }}/metadata/machine_facts.json