diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-07-30 06:04:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-07-30 06:04:05 +0000 |
commit | 9268e8d64adec086ac2698a885f57872c725fd88 (patch) | |
tree | 6c60de19d41863911dd6f481ec766f4cf73eaedb /mcp/scripts/xdf_data.sh.j2 | |
parent | 996cd16af2b0e2804becb9cb73fe7f92a57b3c94 (diff) | |
parent | 7a42faa5f2f719709cba436eac5059e54bf4acc5 (diff) |
Merge "[deploy] Explicitly set NS for resolvconf in VMs"
Diffstat (limited to 'mcp/scripts/xdf_data.sh.j2')
-rw-r--r-- | mcp/scripts/xdf_data.sh.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/scripts/xdf_data.sh.j2 b/mcp/scripts/xdf_data.sh.j2 index 032b00acf..79bc16c81 100644 --- a/mcp/scripts/xdf_data.sh.j2 +++ b/mcp/scripts/xdf_data.sh.j2 @@ -100,6 +100,7 @@ OPNFV_BRIDGES=( ) export CLUSTER_DOMAIN={{ conf.cluster.domain }} +dns_public={{ nm.dns_public[0] }} cluster_states={{ bash_arr(arch.default.cluster.states + cluster_states) }} virtual_nodes={{ filter_nodes('virtual') }} control_nodes_query={{ filter_nodes(['baremetal', 'virtual'], True, ['control']) }} |