Bump template version for all templates to "ocata"
[apex-tripleo-heat-templates.git] / network / networks.yaml
1 heat_template_version: ocata
2
3 description: Create networks to split out Overcloud traffic
4
5 resources:
6
7   ExternalNetwork:
8     type: OS::TripleO::Network::External
9
10   InternalNetwork:
11     type: OS::TripleO::Network::InternalApi
12
13   StorageMgmtNetwork:
14     type: OS::TripleO::Network::StorageMgmt
15
16   StorageNetwork:
17     type: OS::TripleO::Network::Storage
18
19   TenantNetwork:
20     type: OS::TripleO::Network::Tenant
21
22   ManagementNetwork:
23     type: OS::TripleO::Network::Management
24
25   NetworkExtraConfig:
26     type: OS::TripleO::Network::ExtraConfig