tacker/devstack/samples/vnf_cirros_param_values_ipaddr.yaml
Vishwanath Jayaraman 04e08a3fd7 Sample VNFD parameterized templates and param values
This commit adds sample VNFD parameterized template files and the
corresponding param values files for testing purposes

Change-Id: I4348ef2db5e0ce724328f367e7592ddd5809af38
2015-09-30 00:29:35 -05:00

18 lines
347 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
mgmt_ip:
- 192.168.120.98
pkt_in_ip:
- 10.10.0.98
pkt_out_ip:
- 10.10.1.98