summaryrefslogtreecommitdiffstats
path: root/type/cntt/software/charts/osh/openstack-compute-kit/libvirt.yaml
diff options
context:
space:
mode:
authorRoy Tang <roy.s.tang@att.com>2019-09-16 20:41:13 +0000
committerRoy Tang <roy.s.tang@att.com>2019-09-20 15:13:56 +0000
commitddfdc7834d2431fab9ca21e9446d7703b81afaf3 (patch)
tree4ff1d570eff82b5c2f06f09fe7b3ca6b2ee228dc /type/cntt/software/charts/osh/openstack-compute-kit/libvirt.yaml
parent12cc65e58054a2ba89138254e60f76d36bc7c5e7 (diff)
Add SRIOV related updates to cntt
Summary: - Update config of openstack libvirt, nova and neutron components - Add required kernel parameters to grub - Add new label to data plane host profile - Add large hugepages to data plane nodes Signed-off-by: Roy Tang <roy.s.tang@att.com> Change-Id: I5ffa00f71c890edf96ca1b72659903640c54549b
Diffstat (limited to 'type/cntt/software/charts/osh/openstack-compute-kit/libvirt.yaml')
-rw-r--r--type/cntt/software/charts/osh/openstack-compute-kit/libvirt.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/type/cntt/software/charts/osh/openstack-compute-kit/libvirt.yaml b/type/cntt/software/charts/osh/openstack-compute-kit/libvirt.yaml
new file mode 100644
index 0000000..07be883
--- /dev/null
+++ b/type/cntt/software/charts/osh/openstack-compute-kit/libvirt.yaml
@@ -0,0 +1,21 @@
+schema: armada/Chart/v1
+metadata:
+ schema: metadata/Document/v1
+ name: libvirt
+ replacement: true
+ layeringDefinition:
+ abstract: false
+ layer: type
+ parentSelector:
+ name: libvirt-global
+ actions:
+ - method: merge
+ path: .
+ storagePolicy: cleartext
+data:
+ values:
+ network:
+ backend:
+ - openvswitch
+ - sriov
+...