aboutsummaryrefslogtreecommitdiffstats
path: root/installers/daisy/pod_config.yaml.j2
blob: af24b2ad9818f82a029cd54ef6b6830f22360bb4 (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
27
28
29
30
31
32
33
34
35
36
37
adapter: {{ conf['jumphost']['remote_para']['type'] }}
hosts:
- name: 'controller01'
  roles:
    - 'CONTROLLER_LB'
  ipmi_ip: {{ conf['nodes'][0]['remote_mangement']['address'] }}
  ipmi_user: {{ conf['nodes'][0]['remote_mangement']['user'] }}
  ipmi_pass: {{ conf['nodes'][0]['remote_mangement']['pass'] }}
- name: 'controller02'
  roles:
    - 'CONTROLLER_LB'
  ipmi_ip: {{ conf['nodes'][1]['remote_mangement']['address'] }}
  ipmi_user: {{ conf['nodes'][1]['remote_mangement']['user'] }}
  ipmi_pass: {{ conf['nodes'][1]['remote_mangement']['pass'] }}
- name: 'controller03'
  roles:
    - 'CONTROLLER_LB'
  ipmi_ip: {{ conf['nodes'][2]['remote_mangement']['address'] }}
  ipmi_user: {{ conf['nodes'][2]['remote_mangement']['user'] }}
  ipmi_pass: {{ conf['nodes'][2]['remote_mangement']['pass'] }}
- name: 'computer01'
  roles:
    - 'COMPUTER'
  ipmi_ip: {{ conf['nodes'][3]['remote_mangement']['address'] }}
  ipmi_user: {{ conf['nodes'][3]['remote_mangement']['user'] }}
  ipmi_pass: {{ conf['nodes'][3]['remote_mangement']['pass'] }}
- name: 'computer02'
  roles:
    - 'COMPUTER'
  ipmi_ip: {{ conf['nodes'][4]['remote_mangement']['address'] }}
  ipmi_user: {{ conf['nodes'][4]['remote_mangement']['user'] }}
  ipmi_pass: {{ conf['nodes'][4]['remote_mangement']['pass'] }}
disks:
  daisy: 50
daisy_passwd: 'r00tme'
daisy_gateway: {{ conf['jumphost']['interfaces'][0]['address'][0] }}
ceph_disk_name: '/dev/sdb'