aboutsummaryrefslogtreecommitdiffstats
path: root/network/networks.yaml
blob: d3ae482b94598645d4b2631c9706db323f50a37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
heat_template_version: 2015-04-30

description: Create networks to split out Overcloud traffic

resources:

  ExternalNetwork:
    type: OS::TripleO::Network::External

  InternalNetwork:
    type: OS::TripleO::Network::InternalApi

  StorageMgmtNetwork:
    type: OS::TripleO::Network::StorageMgmt

  StorageNetwork:
    type: OS::TripleO::Network::Storage

  TenantNetwork:
    type: OS::TripleO::Network::Tenant

  ManagementNetwork:
    type: OS::TripleO::Network::Management

  NetworkExtraConfig:
    type: OS::TripleO::Network::ExtraConfig