Fix the network template
There is no need to assign the public network to the StackLight nodes and br-mesh was referenced at the wrong place. Change-Id: Ic80eff996171135cd0019b86012739db5f96b5c6
This commit is contained in:
parent
3e7a94ed50
commit
eb8f6d6fd1
@ -72,7 +72,6 @@ adv_net_template:
|
|||||||
name: <% if4 %>
|
name: <% if4 %>
|
||||||
public:
|
public:
|
||||||
endpoints:
|
endpoints:
|
||||||
- br-mesh
|
|
||||||
- br-ex
|
- br-ex
|
||||||
roles:
|
roles:
|
||||||
ceph/radosgw: br-ex
|
ceph/radosgw: br-ex
|
||||||
@ -164,20 +163,17 @@ adv_net_template:
|
|||||||
- admin
|
- admin
|
||||||
- monitoring
|
- monitoring
|
||||||
- mgmt
|
- mgmt
|
||||||
- public
|
|
||||||
- private
|
- private
|
||||||
- storage
|
- storage
|
||||||
influxdb_grafana:
|
influxdb_grafana:
|
||||||
- admin
|
- admin
|
||||||
- monitoring
|
- monitoring
|
||||||
- mgmt
|
- mgmt
|
||||||
- public
|
|
||||||
- private
|
- private
|
||||||
- storage
|
- storage
|
||||||
infrastructure_alerting:
|
infrastructure_alerting:
|
||||||
- admin
|
- admin
|
||||||
- monitoring
|
- monitoring
|
||||||
- mgmt
|
- mgmt
|
||||||
- public
|
|
||||||
- private
|
- private
|
||||||
- storage
|
- storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user