--- ############################################################################## # 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 {% if 'dpdk' in yaml %} ovs: vswitchd: requests: memory: "8Gi" cpu: "4000m" limits: memory: "8Gi" cpu: "4000m" hugepages-1Gi: "8Gi" conf: ovs_dpdk: enabled: true hugepages_mountpath: /dev/hugepages_1G socket_memory: '4096,4096' pmd_cpu_mask: '0xF' vhostuser_socket_dir: vhostuser {% endif %} 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: [] ...