bifrost/deploy/setup_nodes.yaml
2015-03-12 19:48:39 +00:00

20 lines
781 B
YAML

---
- name: "Deploy to Hardware"
# TODO: Conceptual idea of structure, needs image_source corrected and
# disk format clarified
os_ironic_node:
auth_plugin: None
auth: None
ironic_url: "{{ ironic_url }}"
uuid: "{{item.split(',')[9]}}"
state: present
config_drive: "http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080/configdrive-{{item.split(',')[9]}}.iso.gz"
instance_info:
image_source: "http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:8080/{{deploy_image_filename}}"
image_checksum: "{{ test_deploy_image.stat.md5 }}"
image_disk_format: "raw"
root_gb: 10
delegate_to: localhost
with_lines:
- cat {{ baremetal_csv_file }}