commit | 3a289607f027399229680549d3c837f1195e8030 | [log] [tgz] |
---|---|---|
author | Srikanth Vavilapalli <srikanth.vavilapalli@ericsson.com> | Fri Dec 16 01:44:43 2016 +0000 |
committer | Srikanth Vavilapalli <srikanth.vavilapalli@ericsson.com> | Fri Dec 16 01:46:09 2016 +0000 |
tree | ed2f3cf5f04fa86d6ffcd3ec86576852f4caf161 | |
parent | 562986c2ec6a0e89c9aadfb158399f0b90b427bc [diff] |
FIX: for synchronizer loop when infra service monitoring is enabled Change-Id: Idf98a11677d0b14d94d0b1bbb4354e74c0d0c5ec
diff --git a/xos/synchronizer/steps/enable_monitoring_service.yaml b/xos/synchronizer/steps/enable_monitoring_service.yaml index de03646..22d94fb 100644 --- a/xos/synchronizer/steps/enable_monitoring_service.yaml +++ b/xos/synchronizer/steps/enable_monitoring_service.yaml
@@ -11,9 +11,9 @@ {% endfor %} tasks: - - name: debug - debug: msg=" {{ '{{' }} item {{ '}}' }} " - with_items: " {{ '{{' }} monitoringagents {{ '}}' }} " +# - name: debug +# debug: msg=" {{ '{{' }} item {{ '}}' }} " +# with_items: " {{ '{{' }} monitoringagents {{ '}}' }} " - name: starting openstack service monitoring agent uri:
diff --git a/xos/synchronizer/steps/sync_openstackmonitoringpublisher.py b/xos/synchronizer/steps/sync_openstackmonitoringpublisher.py index 2c3d74d..5622657 100644 --- a/xos/synchronizer/steps/sync_openstackmonitoringpublisher.py +++ b/xos/synchronizer/steps/sync_openstackmonitoringpublisher.py
@@ -111,8 +111,6 @@ run_template(template_name, fields) - o.save() - def map_delete_inputs(self, o): fields = {"unique_id": o.id, "delete": True}