Vasyl Saienko | ab010bb | 2017-09-25 18:26:40 +0300 | [diff] [blame] | 1 | applications: |
| 2 | - baremetal_simulator |
| 3 | parameters: |
| 4 | ironic: |
| 5 | client: |
| 6 | enabled: true |
| 7 | nodes: |
| 8 | admin_identity: |
| 9 | - name: ${linux:network:hostname}-n0 |
| 10 | driver: pxe_ipmitool |
| 11 | properties: |
| 12 | local_gb: 10 |
| 13 | cpus: 2 |
| 14 | memory_mb: 1024 |
| 15 | cpu_arch: x86_64 |
| 16 | driver_info: |
| 17 | ipmi_username: admin |
| 18 | ipmi_password: password |
| 19 | ipmi_address: ${_param:single_address} |
| 20 | ipmi_port: 6200 |
| 21 | deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file} |
| 22 | deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file} |
| 23 | network_interface: 'neutron' |
Vasyl Saienko | 1b67f1c | 2018-11-06 17:42:46 +0000 | [diff] [blame^] | 24 | microversion: '1.20' |
Vasyl Saienko | ab010bb | 2017-09-25 18:26:40 +0300 | [diff] [blame] | 25 | ports: |
| 26 | - address: aa:bb:cc:dd:00:00 |
| 27 | local_link_connection: |
| 28 | switch_id: 00:00:00:00:00:00 |
| 29 | switch_info: br-simulator |
| 30 | port_id: tap-bmt-n0i1 |
Vasyl Saienko | 1b67f1c | 2018-11-06 17:42:46 +0000 | [diff] [blame^] | 31 | microversion: '1.19' |
Vasyl Saienko | ab010bb | 2017-09-25 18:26:40 +0300 | [diff] [blame] | 32 | - address: aa:bb:cc:dd:00:01 |
| 33 | local_link_connection: |
| 34 | switch_id: 00:00:00:00:00:00 |
| 35 | switch_info: br-simulator |
| 36 | port_id: tap-bmt-n0i2 |
Vasyl Saienko | 1b67f1c | 2018-11-06 17:42:46 +0000 | [diff] [blame^] | 37 | microversion: '1.19' |
Vasyl Saienko | ab010bb | 2017-09-25 18:26:40 +0300 | [diff] [blame] | 38 | - name: ${linux:network:hostname}-n1 |
| 39 | driver: pxe_ipmitool |
| 40 | properties: |
| 41 | local_gb: 10 |
| 42 | cpus: 2 |
| 43 | memory_mb: 1024 |
| 44 | cpu_arch: x86_64 |
| 45 | driver_info: |
| 46 | ipmi_username: admin |
| 47 | ipmi_password: password |
| 48 | ipmi_address: ${_param:single_address} |
| 49 | ipmi_port: 6201 |
| 50 | deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file} |
| 51 | deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file} |
| 52 | network_interface: 'neutron' |
Vasyl Saienko | 1b67f1c | 2018-11-06 17:42:46 +0000 | [diff] [blame^] | 53 | microversion: '1.20' |
Vasyl Saienko | ab010bb | 2017-09-25 18:26:40 +0300 | [diff] [blame] | 54 | ports: |
| 55 | - address: aa:bb:cc:dd:01:00 |
| 56 | local_link_connection: |
| 57 | switch_id: 00:00:00:00:00:00 |
| 58 | switch_info: br-simulator |
| 59 | port_id: tap-bmt-n1i1 |
Vasyl Saienko | 1b67f1c | 2018-11-06 17:42:46 +0000 | [diff] [blame^] | 60 | microversion: '1.19' |
Vasyl Saienko | ab010bb | 2017-09-25 18:26:40 +0300 | [diff] [blame] | 61 | deployment_profile: |
| 62 | network: |
| 63 | fixed_ips: |
| 64 | - ip_address: 192.168.90.111 |
| 65 | subnet_name: baremetal-subnet |
| 66 | - name: ${linux:network:hostname}-n2 |
| 67 | driver: pxe_ipmitool |
| 68 | properties: |
| 69 | local_gb: 10 |
| 70 | cpus: 2 |
| 71 | memory_mb: 1024 |
| 72 | cpu_arch: x86_64 |
| 73 | driver_info: |
| 74 | ipmi_username: admin |
| 75 | ipmi_password: password |
| 76 | ipmi_address: ${_param:single_address} |
| 77 | ipmi_port: 6202 |
| 78 | deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file} |
| 79 | deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file} |
| 80 | network_interface: 'neutron' |
Vasyl Saienko | 1b67f1c | 2018-11-06 17:42:46 +0000 | [diff] [blame^] | 81 | microversion: '1.20' |
Vasyl Saienko | ab010bb | 2017-09-25 18:26:40 +0300 | [diff] [blame] | 82 | ports: |
| 83 | - address: aa:bb:cc:dd:02:00 |
| 84 | local_link_connection: |
| 85 | switch_id: 00:00:00:00:00:00 |
| 86 | switch_info: br-simulator |
| 87 | port_id: tap-bmt-n2i1 |
Vasyl Saienko | 1b67f1c | 2018-11-06 17:42:46 +0000 | [diff] [blame^] | 88 | microversion: '1.19' |