Revert "remove flag fault_management_pod_disabled"

This reverts commit 13ef70035b.

feature FM containerization is delayed to stx 4.0. Switch the
openstack alarms reported to fm in platform instead of fm in
containers

Depends-On: https://review.opendev.org/#/c/690472/
Change-Id: I7312602c7c9d217de60f38d2ba7e486bef35d888
Signed-off-by: SidneyAn <ran1.an@intel.com>
This commit is contained in:
SidneyAn 2019-10-23 13:10:20 +08:00
parent 401e0a0812
commit 29b5663157

View File

@ -78,6 +78,11 @@ class NfvPuppet(openstack.OpenstackBasePuppet):
'nfv::vim::vim_webserver_ip': self._get_oam_address(),
'nfv::vim::instance_single_hypervisor': single_hypervisor,
'nfv::vim::sw_mgmt_single_controller': single_controller,
# This flag is used to disable raising alarm to containerized fm
# and will be removed in future.
'nfv::alarm::fault_management_pod_disabled': True,
'nfv::event_log::fault_management_pod_disabled': True,
'nfv::vim::fault_management_pod_disabled': True,
'platform::nfv::params::service_create':
self._to_create_services(),