Background:
...
- Cloud-region3:
- Flavor 31:
- 2 vcpus, 512 Mbytes of memory, 20Gb disk
- Numa page size: 2Mbytes
- Cpu thread policy=isolate and cpu pinning policy is dedicated
- Flavor 32:
- 2 vcpus, 8 Gbytes of memory, 20Gb disk
- Numa page size: 1Gbytes
- Flavor 33:
- 2 vcpus, 4096 Mbytes 4 Gbytes of memory, 20Gb disk
- Numa page size: 2Mbytes
- SRIOV-NIC with PCI Vendor: 8086 and PCI device :154C on physical network 1(private-1) with support for 1VFs
...
- ONAP managing 1 cloud-region.
- Cloud-region1
- All cloud regions are controlled by VMware Integrated Openstack (with HEAT service)
- Each cloud-region has three flavors
- Cloud-region 1:
- onap.flavor1:
- name: onap.flavor1
- 2 vcpus, 4 Gbytes of memory, 20Gb disk
- Add following metadata:
- quota:memory_reservation_percent: 100
- quota:cpu_reservation_percent: 100
- Infrastructure Resource Isolation for VNF w/ Guaranteed QoS (Definition: Cloud Agnostic Intent and Mappings)
- name: onap.flavor2
- 2 vcpus, 8 Gbytes of memory, 20Gb disk
- Add following metadata:
- quota:memory_reservation_percent: 25
- quota:cpu_reservation_percent: 25
- Infrastructure Resource Isolation for VNF w/ Burstable QoS, Oversubscription Percentage (Definition: Cloud Agnostic Intent and Mappings)
- name: flavor3
- 2 vcpus, 2 Gbytes of memory, 20Gb disk
- onap.flavor1:
- Cloud-region 1:
- Test 1 (Basic)
- Scenario:
- Use vFW VNF (firewall, generator and sink)
- firewall part of policy asking for:
- Mandatory:
- 2 vcpus
- >1Gbytes of memory
- < 30Gbytes of disk
- Infrastructure Resource Isolation for VNF w/ Guaranteed QoS (Definition: Cloud Agnostic Intent and Mappings)
- Mandatory:
- Generator part of policy asking for:
- Mandatory;
- 1 vcpu
- 7Gbytes of memory
- <10Gbytes of disk
- Infrastructure Resource Isolation for VNF w/ Burstable QoS, Oversubscription Percentage > 20% (Definition: Cloud Agnostic Intent and Mappings)
- Mandatory;
- Sink part of policy asking for:
- No mandatory
- No optional
- Modify vFW HOT templates with right label and ensure that those labels are referred in the policy properly.
- Instantiate the VNF
- Check for results:
- It would have selected Cloud-region1 with onap.flavor1 for firewallVM, onap.flavor2 for for generator and any flavor for sink.
- Scenario:
...