snmp: listen on ctrlplane
Ceilometer uses the ctrlplane to poll snmpd on each
ironic node.
43155ed146
have restrict snmpd
to the internal_api subnet which breaks Ceilometer that use the
ctrlplane subnet.
This change puts the ctrlplane as default for snmpd.
Closes-bug: #1775001
Change-Id: Ia310e02d30ce037c2cc7fec146f27fbd0f8055f4
This commit is contained in:
parent
d5a2c0b3d0
commit
b18e38c808
@ -67,7 +67,7 @@ parameters:
|
|||||||
RedisNetwork: internal_api
|
RedisNetwork: internal_api
|
||||||
GaneshaNetwork: storage_nfs
|
GaneshaNetwork: storage_nfs
|
||||||
MysqlNetwork: internal_api
|
MysqlNetwork: internal_api
|
||||||
SnmpdNetwork: internal_api
|
SnmpdNetwork: ctrlplane
|
||||||
CephClusterNetwork: storage_mgmt
|
CephClusterNetwork: storage_mgmt
|
||||||
CephMonNetwork: storage
|
CephMonNetwork: storage
|
||||||
CephRgwNetwork: storage
|
CephRgwNetwork: storage
|
||||||
|
Loading…
Reference in New Issue
Block a user