summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDelia Popescu <delia.popescu@enea.com>2018-02-16 13:56:24 +0200
committerDelia Popescu <delia.popescu@enea.com>2018-02-16 18:05:04 +0200
commitacc1f95670a18e50cb1d6c47432cc5badea212c7 (patch)
tree2c4750ccba92e22c8d3c175b1fb04a50426e6f73
parent2f5b96bab8e80d0da37c8bdbec20aa257197c70b (diff)
Configure stacklight IP addresses
Related to: https://gerrit.opnfv.org/gerrit/#/c/52043/ Change-Id: I8378070f9efedc24229efc3c3d5542b62808e1e6 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
-rw-r--r--config/installers/fuel/pod_config.yml.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/config/installers/fuel/pod_config.yml.j2 b/config/installers/fuel/pod_config.yml.j2
index dfa9679d..80c6ed9c 100644
--- a/config/installers/fuel/pod_config.yml.j2
+++ b/config/installers/fuel/pod_config.yml.j2
@@ -110,6 +110,19 @@ parameters:
opnfv_openstack_compute_node01_external_address: {{ net_public | ipaddr_index(101) }}
opnfv_openstack_compute_node02_external_address: {{ net_public | ipaddr_index(102) }}
+ opnfv_stacklight_monitor_address: {{ net_mgmt | ipaddr_index(70) }}
+ opnfv_stacklight_monitor_node01_address: {{ net_mgmt | ipaddr_index(71) }}
+ opnfv_stacklight_monitor_node02_address: {{ net_mgmt | ipaddr_index(72) }}
+ opnfv_stacklight_monitor_node03_address: {{ net_mgmt | ipaddr_index(73) }}
+ opnfv_stacklight_log_address: {{ net_mgmt | ipaddr_index(60) }}
+ opnfv_stacklight_log_node01_address: {{ net_mgmt | ipaddr_index(61) }}
+ opnfv_stacklight_log_node02_address: {{ net_mgmt | ipaddr_index(62) }}
+ opnfv_stacklight_log_node03_address: {{ net_mgmt | ipaddr_index(63) }}
+ opnfv_stacklight_telemetry_address: {{ net_mgmt | ipaddr_index(85) }}
+ opnfv_stacklight_telemetry_node01_address: {{ net_mgmt | ipaddr_index(86) }}
+ opnfv_stacklight_telemetry_node02_address: {{ net_mgmt | ipaddr_index(87) }}
+ opnfv_stacklight_telemetry_node03_address: {{ net_mgmt | ipaddr_index(88) }}
+
opnfv_opendaylight_server_node01_single_address: {{ net_mgmt | ipaddr_index(111) }}
opnfv_net_public: {{ net_public }}/{{ net_public_mask }}