Merge "cirros test code changes for VCD"
[osm/devops.git] / descriptor-packages / vnfd / ims_allin1_2p_vnf / src / IMS-ALLIN1__vnfd.yaml
1 vnfd-catalog:
2     vnfd:
3     -   id: IMS-ALLIN1_2p
4         name: IMS-ALLIN1_2p
5         short-name: IMS-ALLIN1_2p
6         description: IMS-ALLIN1_2p
7         logo: metaswitch_2x.png
8         mgmt-interface:
9             cp: eth1
10         vnf-configuration:
11             config-primitive:
12             -   name: config
13                 parameter:
14                 -   name: home_domain
15                     data-type: STRING
16                     mandatory: 'true'
17                     default-value: ims.com
18                 -   name: password
19                     data-type: STRING
20                     mandatory: 'true'
21                     default-value: cw-aio
22             -   name: create-update-user
23                 parameter:
24                 -   name: number
25                     data-type: STRING
26                     mandatory: 'true'
27                 -   name: password
28                     data-type: STRING
29                     mandatory: 'true'
30             -   name: delete-user
31                 parameter:
32                 -   name: number
33                     data-type: STRING
34                     mandatory: 'true'
35             initial-config-primitive:
36             -   name: config
37                 parameter:
38                 -   name: proxied_ip
39                     value: <rw_mgmt_ip>
40                 seq: '1'
41             juju:
42                 charm: clearwater-aio-proxy
43         connection-point:
44         -   name: eth0
45             type: VPORT
46         -   name: eth1
47             type: VPORT
48         vdu:
49         -   id: IMS-ALLIN1_2p-VM
50             name: IMS-ALLIN1_2p-VM
51             description: IMS-ALLIN1_2p-VM
52             image: /mnt/powervault/virtualization/vnfs/demos/mwc2016/allin1.qcow2
53             vm-flavor:
54                 memory-mb: '4096'
55                 storage-gb: '10'
56                 vcpu-count: '2'
57             mgmt-vpci: 0000:00:0a.0
58             interface:
59             -   name: eth0
60                 type: EXTERNAL
61                 virtual-interface:
62                     bandwidth: '0'
63                     type: PARAVIRT
64                     vpci: 0000:00:0a.0
65                 external-connection-point-ref: eth0
66             -   name: eth1
67                 type: EXTERNAL
68                 virtual-interface:
69                     bandwidth: '0'
70                     type: PARAVIRT
71                     vpci: 0000:00:0b.0
72                 external-connection-point-ref: eth1
73             guest-epa:
74                 cpu-pinning-policy: DEDICATED
75                 cpu-thread-pinning-policy: PREFER
76                 mempage-size: LARGE
77                 numa-node-policy:
78                     mem-policy: STRICT
79                     node:
80                     -   id: '0'
81                         paired-threads:
82                             num-paired-threads: '1'
83                     node-cnt: '1'