Remove networks from Undercloud and Standalone roles
Change https://review.openstack.org/614457 added these networks because of the defaults in ServiceNetMap. With changes related to LP Bug #1809313 these are no longer required, as the ServiceNetMap fall's back to ctlplane when networks are not defined or disabled in networks data. Related-Bug: #1809313 Depends-On: I102912851a3b9952daaf7c4d5a34a919f527f805 Change-Id: Ic4f22692f93db4ce0db0f4fbc83eca6b492b28e7
This commit is contained in:
parent
c1116e59c1
commit
e8a53f56f2
@ -12,17 +12,6 @@
|
||||
- primary
|
||||
- controller
|
||||
- standalone
|
||||
networks:
|
||||
External:
|
||||
subnet: external_subnet
|
||||
InternalApi:
|
||||
subnet: internal_api_subnet
|
||||
Storage:
|
||||
subnet: storage_subnet
|
||||
StorageMgmt:
|
||||
subnet: storage_mgmt_subnet
|
||||
Tenant:
|
||||
subnet: tenant_subnet
|
||||
disable_constraints: True
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::Aide
|
||||
|
@ -13,14 +13,6 @@
|
||||
networks:
|
||||
External:
|
||||
subnet: external_subnet
|
||||
InternalApi:
|
||||
subnet: internal_api_subnet
|
||||
Storage:
|
||||
subnet: storage_subnet
|
||||
StorageMgmt:
|
||||
subnet: storage_mgmt_subnet
|
||||
Tenant:
|
||||
subnet: tenant_subnet
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::Aide
|
||||
- OS::TripleO::Services::AodhApi
|
||||
|
@ -16,14 +16,6 @@
|
||||
networks:
|
||||
External:
|
||||
subnet: external_subnet
|
||||
InternalApi:
|
||||
subnet: internal_api_subnet
|
||||
Storage:
|
||||
subnet: storage_subnet
|
||||
StorageMgmt:
|
||||
subnet: storage_mgmt_subnet
|
||||
Tenant:
|
||||
subnet: tenant_subnet
|
||||
ServicesDefault:
|
||||
- OS::TripleO::Services::Aide
|
||||
- OS::TripleO::Services::AodhApi
|
||||
|
Loading…
Reference in New Issue
Block a user