bifrost/deploy/templates/openstack_meta_data.json.j2
Julia Kreger 3789eea86e An initial framework for deployment
An initial framework for deployment.  As the os_ironic_node module
has not yet been written, the actual deployment step is commented
out.  That being said, configdrive files are generated utilizing
the supplied data.
2015-03-02 15:38:41 -05:00

17 lines
370 B
Django/Jinja

{
"availability_zone": "",
"files": [
{
"content_path": "/content/0000",
"path": "/etc/network/interfaces"
},
],
"hostname": "{{item.split(',')[10]}}",
"name": "{{item.split(',')[10]}}",
"meta": {},
"public_keys": {
"mykey": "{{ ssh_public_key }}"
},
"uuid": "{{item.split(',')[9]}}"
}