aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-config.yaml
blob: c87670e3355ea1ec28dc7c6b662420b4b377bdd3 (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
heat_template_version: 2015-04-30
description: 'Bootstrap Config'

parameters:
  bootstrap_nodeid:
    type: string
  bootstrap_nodeid_ip:
    type: string

resources:

  BootstrapNodeConfigImpl:
    type: OS::Heat::StructuredConfig
    properties:
      group: os-apply-config
      config:
        bootstrap_host:
          bootstrap_nodeid: {get_param: bootstrap_nodeid}
          bootstrap_nodeid_ip: {get_param: bootstrap_nodeid_ip}

outputs:
  config_id:
    description: The ID of the BootstrapNodeConfigImpl resource.
    value:
      {get_resource: BootstrapNodeConfigImpl}
ame: host1 mac: 'E8:4D:D0:BA:63:49' interfaces: - eth1: 'E8:4D:D0:BA:63:4A' ipmiIp: 172.16.131.17 ipmiPass: Huawei@123 roles: - controller - ha - opencontrail - ceph-adm - ceph-mon - name: host2 mac: 'E8:4D:D0:BB:AA:C5' interfaces: - eth1: 'E8:4D:D0:BB:AA:C6' ipmiIp: 172.16.131.18 ipmiPass: Huawei@123 roles: - compute - ceph-osd - name: host3 mac: 'E8:4D:D0:B9:1F:49' interfaces: - eth1: 'E8:4D:D0:B9:1F:4A' ipmiIp: 172.16.131.19 ipmiPass: Huawei@123 roles: - compute - ceph-osd - name: host4 mac: 'E8:4D:D0:BB:AA:E9' interfaces: - eth1: 'E8:4D:D0:BB:AA:EA' ipmiIp: 172.16.131.20 ipmiPass: Huawei@123 roles: - compute - ceph-osd - name: host5 mac: 'E8:4D:D0:BB:AB:1D' interfaces: - eth1: 'E8:4D:D0:BB:AB:1E' ipmiIp: 172.16.131.21 ipmiPass: Huawei@123 roles: - compute - ceph-osd