diff options
author | Emma Foley <efoley@redhat.com> | 2020-01-30 23:25:27 +0000 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2020-01-30 23:26:35 +0000 |
commit | e1831ecb1a0c0803a39c297b2a0c11633ef45e6d (patch) | |
tree | aa42f905a894a18d022d227ce9b70714aa77f296 /docker/ansible/roles | |
parent | f3670ad5bd846e8454fd41342891b40916e4db18 (diff) |
Temperarily disable SNMP in one click install
SNMP config has been causing the one click install to fail.
Disabling it temperorily so that it doesn't block Iruya release
JIRA: BAROMETER-134
Change-Id: Ia7944eb6461497c0cd17a2f7ba5b2c2018ffd2a2
Signed-off-by: Emma Foley <efoley@redhat.com>
Diffstat (limited to 'docker/ansible/roles')
-rw-r--r-- | docker/ansible/roles/config_files/templates/snmp_agent.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ansible/roles/config_files/templates/snmp_agent.conf.j2 b/docker/ansible/roles/config_files/templates/snmp_agent.conf.j2 index 406033ed..1157c4a2 100644 --- a/docker/ansible/roles/config_files/templates/snmp_agent.conf.j2 +++ b/docker/ansible/roles/config_files/templates/snmp_agent.conf.j2 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -LoadPlugin snmp_agent +#LoadPlugin snmp_agent <Plugin snmp_agent> # Intel PMU MIB <Table "pmuTable"> |