diff options
Diffstat (limited to 'puppet/services/snmp.yaml')
-rw-r--r-- | puppet/services/snmp.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/puppet/services/snmp.yaml b/puppet/services/snmp.yaml index 4d01632d..80c29f95 100644 --- a/puppet/services/snmp.yaml +++ b/puppet/services/snmp.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-04-08 +heat_template_version: ocata description: > SNMP client configured with Puppet, to facilitate Ceilometer Hardware @@ -43,3 +43,7 @@ outputs: proto: 'udp' step_config: | include ::tripleo::profile::base::snmp + upgrade_tasks: + - name: Stop snmp service + tags: step1 + service: name=snmpd state=stopped |