| vnfd:vnfd-catalog: | |
| vnfd: | |
| - id: 2vdu_vnfd | |
| name: 2vdu_vnfd-name | |
| short-name: 2vdu-sname | |
| description: Simple VNF example with a cirros and 2 vdu count | |
| vendor: OSM | |
| version: '1.0' | |
| # Place the logo as png in icons directory and provide the name here | |
| logo: cirros-64.png | |
| # Management interface | |
| mgmt-interface: | |
| vdu-id: 2vduVM | |
| # Atleast one VDU need to be specified | |
| vdu: | |
| - id: 2vduVM | |
| name: 2vduVM-name | |
| description: 2vduVM-description | |
| count: 2 | |
| # Flavour of the VM to be instantiated for the VDU | |
| # flavor below can fit into m1.micro | |
| vm-flavor: | |
| vcpu-count: 1 | |
| memory-mb: 96 | |
| storage-gb: 0 | |
| # Image/checksum or image including the full path | |
| image: 'cirros-0.3.5-x86_64-disk' | |
| #checksum: | |
| interface: | |
| # Specify the external interfaces | |
| # There can be multiple interfaces defined | |
| - name: eth0 | |
| type: EXTERNAL | |
| position: 0 | |
| virtual-interface: | |
| type: OM-MGMT | |
| bandwidth: '0' | |
| # vnfd-connection-point-ref: eth0 | |
| external-connection-point-ref: eth0 | |
| # Replace the ssh-rsa public key to use your own public key | |
| cloud-init: | | |
| #cloud-config | |
| ssh_authorized_keys: | |
| - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDajuABKm3lzcA0hk1IQGAfSWxxE0viRedl1EnZ2s0qQL54zTGVqYzC73CndSu0az57ysAKDapKOnTWl6zfj+bU4j3c4jORDWrIelBVaeQaoWGfKtBmS7jE54I94cRgkAIk+4zM1ViRyPQ+0FoOOq7I/6rQZITZ4VqfyhygW7j2ke2vl3oJ/TKocOpdk4WlMmPC6dFYppmwlpTpPYKJVdh58aeq9G/wTRP1qvCAgZAm/1GYoj7JgQjw11j6ZZE0ci03F9aOqqMlICDJF87Zk3fUhnt+g6EYNMiEafd7kuNwXBAJ5D1n4vZnj/EpdQY+dlXhhGS2Bncr1db1YBJCoRWN Generated-by-Nova | |
| users: | |
| - name: osm | |
| ssh_authorized_keys: | |
| - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDajuABKm3lzcA0hk1IQGAfSWxxE0viRedl1EnZ2s0qQL54zTGVqYzC73CndSu0az57ysAKDapKOnTWl6zfj+bU4j3c4jORDWrIelBVaeQaoWGfKtBmS7jE54I94cRgkAIk+4zM1ViRyPQ+0FoOOq7I/6rQZITZ4VqfyhygW7j2ke2vl3oJ/TKocOpdk4WlMmPC6dFYppmwlpTpPYKJVdh58aeq9G/wTRP1qvCAgZAm/1GYoj7JgQjw11j6ZZE0ci03F9aOqqMlICDJF87Zk3fUhnt+g6EYNMiEafd7kuNwXBAJ5D1n4vZnj/EpdQY+dlXhhGS2Bncr1db1YBJCoRWN Generated-by-Nova | |
| connection-point: | |
| - name: eth0 | |
| type: VPORT |