summaryrefslogtreecommitdiffstats
path: root/environments/net-bond-with-vlans-v6.yaml
blob: 73dda3d9321ac82e51b2056db6dfc16c8a5fba2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This template configures each role to use a pair of bonded nics (nic2 and
# nic3) and configures an IP address on each relevant isolated network
# for each role, with IPv6 on the External network. This template assumes
# use of network-isolation-v6.yaml.
#
# FIXME: if/when we add functionality to heatclient to include heat
# environment files we should think about using it here to automatically
# include network-isolation-v6.yaml.
resource_registry:
  OS::TripleO::BlockStorage::Net::SoftwareConfig: ../network/config/bond-with-vlans/cinder-storage.yaml
  OS::TripleO::Compute::Net::SoftwareConfig: ../network/config/bond-with-vlans/compute.yaml
  OS::TripleO::Controller::Net::SoftwareConfig: ../network/config/bond-with-vlans/controller-v6.yaml
  OS::TripleO::ObjectStorage::Net::SoftwareConfig: ../network/config/bond-with-vlans/swift-storage.yaml
  OS::TripleO::CephStorage::Net::SoftwareConfig: ../network/config/bond-with-vlans/ceph-storage.yaml

parameter_defaults:
  # This sets 'external_network_bridge' in l3_agent.ini to an empty string
  # so that external networks act like provider bridge networks (they
  # will plug into br-int instead of br-ex)
  NeutronExternalNetworkBridge: "''"
"l l-Scalar l-Scalar-Plain">cluster POWER_TOOL: ipmitool ipmiUser: root ipmiVer: '2.0' plugins: - barometer: "Enable" hosts: - name: host1 mac: 'A4:BF:01:16:31:DD' interfaces: - eth1: 'A4:BF:01:16:31:DC' - eth2: '3C:FD:FE:A4:9C:D0' - eth3: '3C:FD:FE:A4:9C:D1' ipmiIp: 10.10.170.11 ipmiPass: root roles: - controller - ha - ceph-adm - ceph-mon - name: host2 mac: 'A4:BF:01:14:01:13' interfaces: - eth1: 'A4:BF:01:14:01:12' - eth2: '3C:FD:FE:A4:9D:20' - eth3: '3C:FD:FE:A4:9D:21' ipmiIp: 10.10.170.12 ipmiPass: root roles: - controller - ha - ceph-mon - name: host3 mac: 'A4:BF:01:14:71:1E' interfaces: - eth1: 'A4:BF:01:14:71:1D' - eth2: '3C:FD:FE:A4:A0:78' - eth3: '3C:FD:FE:A4:A0:79' ipmiIp: 10.10.170.13 ipmiPass: root roles: - controller - ha - ceph-mon - name: host4 mac: 'A4:BF:01:16:2F:17' interfaces: - eth1: 'A4:BF:01:16:2F:16' - eth2: '3C:FD:FE:A4:9D:00' - eth3: '3C:FD:FE:A4:9D:01' ipmiIp: 10.10.170.14 ipmiPass: root roles: - compute - ceph-osd - name: host5 mac: 'A4:BF:01:14:2B:BB' interfaces: - eth1: 'A4:BF:01:14:2B:BA' - eth2: '3C:FD:FE:A4:A0:68' - eth3: '3C:FD:FE:A4:A0:69' ipmiIp: 10.10.170.15 ipmiPass: root roles: - compute - ceph-osd