blob: 5a2e2713d0f97dfa1ff4af9a614360956a5d4452 [file] [log] [blame]
applications:
- baremetal_simulator
parameters:
baremetal_simulator:
enabled: true
http_root: /var/www/httproot
deploy_ramdisk_file: tinyipa-stable-newton.gz
deploy_ramdisk_md5summ: 1efc7b5160e031f771125a700e687013
deploy_kernel_file: tinyipa-stable-newton.vmlinuz
deploy_kernel_md5summ: 8bffc2d4ca84e7b6d1310fef7b8c6ddc
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}
md5summ: ${baremetal_simulator:deploy_ramdisk_md5summ}
- name: ${baremetal_simulator:deploy_kernel_file}
source: ${baremetal_simulator:deploy_kernel_ref}
md5summ: ${baremetal_simulator:deploy_kernel_md5summ}
- 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
nodes:
admin_identity:
- name: ${linux:network:hostname}-n0
driver: pxe_ipmitool
properties:
local_gb: 10
cpus: 2
memory_mb: 1024
cpu_arch: x86_64
driver_info:
ipmi_username: admin
ipmi_password: password
ipmi_address: ${_param:single_address}
ipmi_port: 6200
deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file}
deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file}
ports:
- address: aa:bb:cc:dd:00:00
- address: aa:bb:cc:dd:00:01
- name: ${linux:network:hostname}-n1
driver: pxe_ipmitool
properties:
local_gb: 10
cpus: 2
memory_mb: 1024
cpu_arch: x86_64
driver_info:
ipmi_username: admin
ipmi_password: password
ipmi_address: ${_param:single_address}
ipmi_port: 6201
deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file}
deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file}
ports:
- address: aa:bb:cc:dd:01:00
deployment_profile:
network:
fixed_ips:
- ip_address: 192.168.90.111
subnet_name: baremetal-subnet
- name: ${linux:network:hostname}-n2
driver: pxe_ipmitool
properties:
local_gb: 10
cpus: 2
memory_mb: 1024
cpu_arch: x86_64
driver_info:
ipmi_username: admin
ipmi_password: password
ipmi_address: ${_param:single_address}
ipmi_port: 6202
deploy_ramdisk: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_ramdisk_file}
deploy_kernel: http://${_param:single_baremetal_address}/${baremetal_simulator:deploy_kernel_file}
ports:
- address: aa:bb:cc:dd:02:00
linux:
network:
bridge: openvswitch
interface:
br-simulator:
enabled: true
type: ovs_bridge