X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fovsdpdk%2Ftemplates%2Fsoftware%2Fcharts%2Fosh%2Fopenstack-compute-kit%2Fopenvswitch.j2;fp=site_type%2Fovsdpdk%2Ftemplates%2Fsoftware%2Fcharts%2Fosh%2Fopenstack-compute-kit%2Fopenvswitch.j2;h=917edbdf94acd605a7021c0fc671d740364a408b;hb=b1bc2e6844cb3efaacc1fc388c7e7602c0614481;hp=0000000000000000000000000000000000000000;hpb=f202c5bf4825d3768edd93aa1fe4359daf5ea32b;p=yaml_builds.git diff --git a/site_type/ovsdpdk/templates/software/charts/osh/openstack-compute-kit/openvswitch.j2 b/site_type/ovsdpdk/templates/software/charts/osh/openstack-compute-kit/openvswitch.j2 new file mode 100644 index 0000000..917edbd --- /dev/null +++ b/site_type/ovsdpdk/templates/software/charts/osh/openstack-compute-kit/openvswitch.j2 @@ -0,0 +1,81 @@ +--- +############################################################################## +# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. # +# # +# You may obtain a copy of the License at # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +############################################################################## + +schema: armada/Chart/v1 +metadata: + schema: metadata/Document/v1 + name: openvswitch + replacement: true + labels: + name: openvswitch-global + layeringDefinition: + abstract: false + layer: site + parentSelector: + name: openvswitch-global + actions: + - method: merge + path: . + storagePolicy: cleartext +data: + values: + pod: + resources: + enabled: true + ovs: + vswitchd: + requests: + memory: "8Gi" + cpu: "4000m" + limits: + memory: "8Gi" + cpu: "4000m" + hugepages-1Gi: "8Gi" + conf: + dpdk: + enabled: true + hugepages_mountpath: /dev/hugepages_1G + socket_memory: '4096,4096' + pmd_cpu_mask: '0xF' + dependencies: + - openstack-openvswitch-helm-toolkit +... +--- +schema: armada/Chart/v1 +metadata: + schema: metadata/Document/v1 + name: openstack-openvswitch-helm-toolkit + layeringDefinition: + abstract: false + layer: global + storagePolicy: cleartext + substitutions: + # Chart source + - src: + schema: pegleg/SoftwareVersions/v1 + name: software-versions + path: .charts.osh.openvswitch-htk + dest: + path: .source + +data: + chart_name: openstack-openvswitch-helm-toolkit + release: openstack-openvswitch-helm-toolkit + namespace: helm-toolkit + values: {} + dependencies: [] +...