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=0000000000000000000000000000000000000000;hb=d0a8cc561d32ce83499a52d9893482124bfa2871;hp=917edbdf94acd605a7021c0fc671d740364a408b;hpb=267230d53447c489d10905f260f503f2e71d414f;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 deleted file mode 100644 index 917edbd..0000000 --- a/site_type/ovsdpdk/templates/software/charts/osh/openstack-compute-kit/openvswitch.j2 +++ /dev/null @@ -1,81 +0,0 @@ ---- -############################################################################## -# 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: [] -...