380a20129b
Tacker TOSCA templates are currently buried under tacker/devstack. These samples templates are applicable for the whole project and they are not related specifically to the devstack installation. Also, segregate the new TOSCA parser based templates from the legacy ones for easier deprecation when the time comes. Change-Id: I35547335baf6827e6b7b10702d05276343d8ce75 Closes-Bug: #1579251
17 lines
390 B
YAML
17 lines
390 B
YAML
vdus:
|
|
vdu1:
|
|
param:
|
|
vm_image: cirros-0.3.4-x86_64-uec
|
|
flavor: m1.tiny
|
|
service: firewall
|
|
pkt_in_network: net0
|
|
pkt_out_network: net1
|
|
zone: nova
|
|
management: True
|
|
network: net_mgmt
|
|
user_data_format: RAW
|
|
user_data: |
|
|
#!/bin/sh
|
|
echo "my hostname is `hostname`" > /tmp/hostname
|
|
df -h > /home/cirros/diskinfo
|