Your Name | 8324a3a | 2017-05-12 10:47:21 +0000 | [diff] [blame] | 1 | applications: |
| 2 | - baremetal_simulator |
| 3 | parameters: |
| 4 | baremetal_simulator: |
| 5 | enabled: true |
| 6 | http_root: /var/www/httproot |
Your Name | 8324a3a | 2017-05-12 10:47:21 +0000 | [diff] [blame] | 7 | deploy_ramdisk_file: tinyipa-stable-newton.gz |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 8 | deploy_ramdisk_md5summ: 1efc7b5160e031f771125a700e687013 |
Your Name | 8324a3a | 2017-05-12 10:47:21 +0000 | [diff] [blame] | 9 | deploy_kernel_file: tinyipa-stable-newton.vmlinuz |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 10 | deploy_kernel_md5summ: 8bffc2d4ca84e7b6d1310fef7b8c6ddc |
Your Name | 8324a3a | 2017-05-12 10:47:21 +0000 | [diff] [blame] | 11 | deploy_ramdisk_ref: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/${baremetal_simulator:deploy_ramdisk_file} |
| 12 | deploy_kernel_ref: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/${baremetal_simulator:deploy_kernel_file} |
| 13 | cirros_image_name: cirros-0.3.5-x86_64-disk.img |
| 14 | cirros_image_ref: http://download.cirros-cloud.net/0.3.5/${baremetal_simulator:cirros_image_name} |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 15 | cirros_image_md5summ: f8ab98ff5e73ebab884d80c9dc9c7290 |
Your Name | 8c482f2 | 2017-06-21 09:45:57 +0000 | [diff] [blame] | 16 | ironic: |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 17 | conductor: |
| 18 | http_images: |
| 19 | - name: ${baremetal_simulator:deploy_ramdisk_file} |
| 20 | source: ${baremetal_simulator:deploy_ramdisk_ref} |
| 21 | md5summ: ${baremetal_simulator:deploy_ramdisk_md5summ} |
| 22 | - name: ${baremetal_simulator:deploy_kernel_file} |
| 23 | source: ${baremetal_simulator:deploy_kernel_ref} |
| 24 | md5summ: ${baremetal_simulator:deploy_kernel_md5summ} |
| 25 | - name: ${baremetal_simulator:cirros_image_name} |
| 26 | source: ${baremetal_simulator:cirros_image_ref} |
| 27 | md5summ: ${baremetal_simulator:cirros_image_md5summ} |
Your Name | 8c482f2 | 2017-06-21 09:45:57 +0000 | [diff] [blame] | 28 | client: |
Your Name | 395088f | 2017-06-21 13:26:25 +0000 | [diff] [blame] | 29 | enabled: true |
Your Name | 8c482f2 | 2017-06-21 09:45:57 +0000 | [diff] [blame] | 30 | deployment_profiles: |
| 31 | infra: |
| 32 | instance_info: |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 33 | image_source: http://${_param:single_baremetal_address}/${baremetal_simulator:cirros_image_name} |
| 34 | image_checksum: ${baremetal_simulator:cirros_image_md5summ} |
Your Name | 8c482f2 | 2017-06-21 09:45:57 +0000 | [diff] [blame] | 35 | root_gb: 10 |
| 36 | metadata: |
| 37 | instance: |
| 38 | domainname: local |
| 39 | public_keys: |
| 40 | key0: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEvr+tWAJ62wROllpSZeaSPxxnVY3R65sfUW8wM6L8tr1knJOTQLoBikmcjISb3ekyPlwubTypGoxb7al06FiNwfr3KDkytflKRGTyMKYgchighuFCfBuePd13cjf1l19TYU7u7a+VuCVWi7pmhDGUkMi24s23OroQb7D14XX17v46wLrqJQi2nrXzN/DWXcn/ycq8IZ7ZFgN/uYlbpfAKX8PCvImbDDO8+BgndAy4MPz8cWOWsnfGMVNePhvhazVcijLvx8Vu2Iuvg7CoJiSGjTe7YTms44/WpnFkHreyK8cwsw4wzls4BApu6UU2jIAsAMZh9zux/Rtni71dcNfF |
| 41 | network: |
| 42 | name: baremetal-flat-network |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 43 | nodes: |
| 44 | admin_identity: |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 45 | - name: ${linux:network:hostname}-n0 |
| 46 | driver: pxe_ipmitool |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 47 | properties: |
| 48 | local_gb: 10 |
| 49 | cpus: 2 |
| 50 | memory_mb: 1024 |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 51 | cpu_arch: x86_64 |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 52 | driver_info: |
| 53 | ipmi_username: admin |
| 54 | ipmi_password: password |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 55 | ipmi_address: ${_param:single_baremetal_address} |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 56 | ipmi_port: 6200 |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 57 | deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file} |
| 58 | deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file} |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 59 | ports: |
| 60 | - address: aa:bb:cc:dd:00:00 |
| 61 | - address: aa:bb:cc:dd:00:01 |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 62 | - name: ${linux:network:hostname}-n1 |
| 63 | driver: pxe_ipmitool |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 64 | properties: |
| 65 | local_gb: 10 |
| 66 | cpus: 2 |
| 67 | memory_mb: 1024 |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 68 | cpu_arch: x86_64 |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 69 | driver_info: |
| 70 | ipmi_username: admin |
| 71 | ipmi_password: password |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 72 | ipmi_address: ${_param:single_baremetal_address} |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 73 | ipmi_port: 6201 |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 74 | deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file} |
| 75 | deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file} |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 76 | ports: |
| 77 | - address: aa:bb:cc:dd:01:00 |
| 78 | deployment_profile: |
| 79 | network: |
| 80 | fixed_ips: |
| 81 | - ip_address: 192.168.90.111 |
| 82 | subnet_name: baremetal-subnet |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 83 | - name: ${linux:network:hostname}-n2 |
| 84 | driver: pxe_ipmitool |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 85 | properties: |
| 86 | local_gb: 10 |
| 87 | cpus: 2 |
| 88 | memory_mb: 1024 |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 89 | cpu_arch: x86_64 |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 90 | driver_info: |
| 91 | ipmi_username: admin |
| 92 | ipmi_password: password |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 93 | ipmi_address: ${_param:single_baremetal_address} |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 94 | ipmi_port: 6202 |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 95 | deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file} |
| 96 | deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file} |
Your Name | 902fb6b | 2017-06-21 15:34:36 +0000 | [diff] [blame] | 97 | ports: |
| 98 | - address: aa:bb:cc:dd:02:00 |
Your Name | 8c482f2 | 2017-06-21 09:45:57 +0000 | [diff] [blame] | 99 | linux: |
| 100 | network: |
Vasyl Saienko | 5a853fd | 2017-07-10 14:40:05 +0300 | [diff] [blame] | 101 | bridge: openvswitch |
Your Name | 8c482f2 | 2017-06-21 09:45:57 +0000 | [diff] [blame] | 102 | interface: |
| 103 | br-simulator: |
| 104 | enabled: true |
| 105 | type: ovs_bridge |