| applications: |
| - baremetal_simulator |
| parameters: |
| baremetal_simulator: |
| enabled: true |
| http_root: /var/www/httproot |
| deploy_ramdisk_file: tinyipa-stable-${_param:openstack_version}.gz |
| deploy_ramdisk_hash_file: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-stable-${_param:openstack_version}.gz.sha256 |
| deploy_kernel_file: tinyipa-stable-${_param:openstack_version}.vmlinuz |
| deploy_kernel_hash_file: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-stable-${_param:openstack_version}.vmlinuz.sha256 |
| deploy_ramdisk_ref: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/${baremetal_simulator:deploy_ramdisk_file} |
| deploy_kernel_ref: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/${baremetal_simulator:deploy_kernel_file} |
| cirros_image_name: cirros-0.3.5-x86_64-disk.img |
| cirros_image_ref: http://download.cirros-cloud.net/0.3.5/${baremetal_simulator:cirros_image_name} |
| cirros_image_md5summ: f8ab98ff5e73ebab884d80c9dc9c7290 |
| ironic: |
| conductor: |
| http_images: |
| - name: ${baremetal_simulator:deploy_ramdisk_file} |
| source: ${baremetal_simulator:deploy_ramdisk_ref} |
| hash_file: ${baremetal_simulator:deploy_ramdisk_hash_file} |
| - name: ${baremetal_simulator:deploy_kernel_file} |
| source: ${baremetal_simulator:deploy_kernel_ref} |
| hash_file: ${baremetal_simulator:deploy_kernel_hash_file} |
| - name: ${baremetal_simulator:cirros_image_name} |
| source: ${baremetal_simulator:cirros_image_ref} |
| md5summ: ${baremetal_simulator:cirros_image_md5summ} |
| client: |
| enabled: true |
| deployment_profiles: |
| infra: |
| instance_info: |
| image_source: http://${_param:single_baremetal_address}/${baremetal_simulator:cirros_image_name} |
| image_checksum: ${baremetal_simulator:cirros_image_md5summ} |
| root_gb: 10 |
| metadata: |
| instance: |
| domainname: local |
| public_keys: |
| key0: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEvr+tWAJ62wROllpSZeaSPxxnVY3R65sfUW8wM6L8tr1knJOTQLoBikmcjISb3ekyPlwubTypGoxb7al06FiNwfr3KDkytflKRGTyMKYgchighuFCfBuePd13cjf1l19TYU7u7a+VuCVWi7pmhDGUkMi24s23OroQb7D14XX17v46wLrqJQi2nrXzN/DWXcn/ycq8IZ7ZFgN/uYlbpfAKX8PCvImbDDO8+BgndAy4MPz8cWOWsnfGMVNePhvhazVcijLvx8Vu2Iuvg7CoJiSGjTe7YTms44/WpnFkHreyK8cwsw4wzls4BApu6UU2jIAsAMZh9zux/Rtni71dcNfF |
| network: |
| name: baremetal-flat-network |
| linux: |
| network: |
| bridge: openvswitch |
| interface: |
| br-simulator: |
| enabled: true |
| type: ovs_bridge |
| br-baremetal: |
| enabled: true |
| type: ovs_bridge |