diff options
Diffstat (limited to 'site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml')
-rw-r--r-- | site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml b/site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml new file mode 100644 index 0000000..73396e7 --- /dev/null +++ b/site/intel-pod18/software/charts/osh/openstack-compute-kit/chart-group.yaml @@ -0,0 +1,26 @@ +--- +# OVS-DPDK NOTE: +# This replacement chartgroup deploys libvirt, openvswitch, neutron and nova +# that contains config changes needed to support ovs-dpdk deployment. +schema: armada/ChartGroup/v1 +metadata: + schema: metadata/Document/v1 + name: openstack-compute-kit + replacement: true + layeringDefinition: + abstract: false + layer: site + parentSelector: + name: openstack-compute-kit-chart-group-global + actions: + - method: merge + path: . + storagePolicy: cleartext +data: + description: Deploy Nova, Neutron, Openvswitch, and Libvirt for DPDK + chart_group: + - libvirt-ovsdpdk + - openvswitch-dpdk + - neutron-ovsdpdk + - nova-ovsdpdk +... |