blob: 7a94209a0082d0fe58aed796d32517d06b601ba5 [file] [log] [blame]
Your Name8324a3a2017-05-12 10:47:21 +00001applications:
2 - baremetal_simulator
3parameters:
4 baremetal_simulator:
5 enabled: true
6 http_root: /var/www/httproot
7 brbm_net:
8 ip: 192.168.90.1
9 prefix: 24
10 deploy_ramdisk_file: tinyipa-stable-newton.gz
11 deploy_kernel_file: tinyipa-stable-newton.vmlinuz
12 deploy_ramdisk_ref: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/${baremetal_simulator:deploy_ramdisk_file}
13 deploy_kernel_ref: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/${baremetal_simulator:deploy_kernel_file}
14 cirros_image_name: cirros-0.3.5-x86_64-disk.img
15 cirros_image_ref: http://download.cirros-cloud.net/0.3.5/${baremetal_simulator:cirros_image_name}
16 nodes:
17 admin_identity:
18 - name: n0
19 driver: agent_ipmitool
20 properties:
21 local_gb: 10
22 cpus: 2
23 memory_mb: 1024
24 driver_info:
25 ipmi_username: admin
26 ipmi_password: password
27 ipmi_address: ${_param:single_address}
28 ipmi_port: 6200
29 deploy_ramdisk: http://${_param:single_address}/${baremetal_simulator:deploy_ramdisk_file}
30 deploy_kernel: http://${_param:single_address}/${baremetal_simulator:deploy_kernel_file}
31 ports:
32 - address: aa:bb:cc:dd:00:00
33 - address: aa:bb:cc:dd:00:01
34 - name: n1
35 driver: agent_ipmitool
36 properties:
37 local_gb: 10
38 cpus: 2
39 memory_mb: 1024
40 driver_info:
41 ipmi_username: admin
42 ipmi_password: password
43 ipmi_address: ${_param:single_address}
44 ipmi_port: 6201
45 deploy_ramdisk: http://${_param:single_address}/${baremetal_simulator:deploy_ramdisk_file}
46 deploy_kernel: http://${_param:single_address}/${baremetal_simulator:deploy_kernel_file}
47 ports:
48 - address: aa:bb:cc:dd:01:00
49 - name: n2
50 driver: agent_ipmitool
51 properties:
52 local_gb: 10
53 cpus: 2
54 memory_mb: 1024
55 driver_info:
56 ipmi_username: admin
57 ipmi_password: password
58 ipmi_address: ${_param:single_address}
59 ipmi_port: 6202
60 deploy_ramdisk: http://${_param:single_address}/${baremetal_simulator:deploy_ramdisk_file}
61 deploy_kernel: http://${_param:single_address}/${baremetal_simulator:deploy_kernel_file}
62 ports:
63 - address: aa:bb:cc:dd:02:00