From: Delia Popescu Date: Fri, 16 Feb 2018 11:56:24 +0000 (+0200) Subject: Configure stacklight IP addresses X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=acc1f95670a18e50cb1d6c47432cc5badea212c7;p=pharos.git Configure stacklight IP addresses Related to: https://gerrit.opnfv.org/gerrit/#/c/52043/ Change-Id: I8378070f9efedc24229efc3c3d5542b62808e1e6 Signed-off-by: Delia Popescu --- 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 }}