From 0353bf9ad8ef5674b864b67ea6c22ff0609dfcfb Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 30 Jan 2020 23:25:27 +0000 Subject: 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 (cherry picked from commit e1831ecb1a0c0803a39c297b2a0c11633ef45e6d) --- docker/ansible/roles/config_files/templates/snmp_agent.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # Intel PMU MIB -- cgit 1.2.3-korg