blob: c0b28305a796ad90b1e507b12eaa5b172e1b47bf [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
Oleksii Grudevd27f8852019-01-11 12:03:24 +02007 deploy_ramdisk_file: tinyipa-stable-${_param:openstack_version}.gz
8 deploy_ramdisk_hash_file: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-stable-${_param:openstack_version}.gz.sha256
9 deploy_kernel_file: tinyipa-stable-${_param:openstack_version}.vmlinuz
10 deploy_kernel_hash_file: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-stable-${_param:openstack_version}.vmlinuz.sha256
Your Name8324a3a2017-05-12 10:47:21 +000011 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 Saienko5a853fd2017-07-10 14:40:05 +030015 cirros_image_md5summ: f8ab98ff5e73ebab884d80c9dc9c7290
Your Name8c482f22017-06-21 09:45:57 +000016 ironic:
Vasyl Saienko5a853fd2017-07-10 14:40:05 +030017 conductor:
18 http_images:
19 - name: ${baremetal_simulator:deploy_ramdisk_file}
20 source: ${baremetal_simulator:deploy_ramdisk_ref}
Oleksii Grudevd27f8852019-01-11 12:03:24 +020021 hash_file: ${baremetal_simulator:deploy_ramdisk_hash_file}
Vasyl Saienko5a853fd2017-07-10 14:40:05 +030022 - name: ${baremetal_simulator:deploy_kernel_file}
23 source: ${baremetal_simulator:deploy_kernel_ref}
Oleksii Grudevd27f8852019-01-11 12:03:24 +020024 hash_file: ${baremetal_simulator:deploy_kernel_hash_file}
Vasyl Saienko5a853fd2017-07-10 14:40:05 +030025 - name: ${baremetal_simulator:cirros_image_name}
26 source: ${baremetal_simulator:cirros_image_ref}
27 md5summ: ${baremetal_simulator:cirros_image_md5summ}
Your Name8c482f22017-06-21 09:45:57 +000028 client:
Your Name395088f2017-06-21 13:26:25 +000029 enabled: true
Your Name8c482f22017-06-21 09:45:57 +000030 deployment_profiles:
31 infra:
32 instance_info:
Vasyl Saienko5a853fd2017-07-10 14:40:05 +030033 image_source: http://${_param:single_baremetal_address}/${baremetal_simulator:cirros_image_name}
34 image_checksum: ${baremetal_simulator:cirros_image_md5summ}
Your Name8c482f22017-06-21 09:45:57 +000035 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
43 linux:
44 network:
Vasyl Saienko5a853fd2017-07-10 14:40:05 +030045 bridge: openvswitch
Your Name8c482f22017-06-21 09:45:57 +000046 interface:
47 br-simulator:
48 enabled: true
49 type: ovs_bridge
Oleksii Grudevd27f8852019-01-11 12:03:24 +020050 br-baremetal:
51 enabled: true
52 type: ovs_bridge