diff options
author | Emma Foley <efoley@redhat.com> | 2020-01-30 23:25:27 +0000 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2020-02-07 15:56:49 +0000 |
commit | 0353bf9ad8ef5674b864b67ea6c22ff0609dfcfb (patch) | |
tree | af6cad4a797459da75a111e68bf027f5e2d14587 | |
parent | 79cb43f6f33abfc5453d29bbc65cbac1f0f7ee7a (diff) |
Temperarily disable SNMP in one click installopnfv-9.0.0stable/iruya
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>
(cherry picked from commit e1831ecb1a0c0803a39c297b2a0c11633ef45e6d)
-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"> |