bifrost/playbooks/roles/bifrost-configdrives-dynamic/templates/openstack_meta_data.json.j2
Julia Kreger 0b82a03408 Addition of dynamic configuration drives
Adding a modified role, and base testing playbook updates, to allow
for dynamic generation of configuration drives utilizing the dynamic
inventory.

Change-Id: Ibe4a5761da828a39066d99c75b724af5ff670239
2015-06-10 19:18:15 +00:00

17 lines
331 B
Django/Jinja

{
"availability_zone": "",
"files": [
{
"content_path": "/content/0000",
"path": "/etc/network/interfaces"
}
],
"hostname": "{{ name }}",
"name": "{{ name }}",
"meta": {},
"public_keys": {
"mykey": "{{ ssh_public_key }}"
},
"uuid": "{{ uuid }}"
}