Merge "correct copyright heading in sample input file"
[yaml_builds.git] / site_type / ovsdpdk / templates / software / charts / osh / openstack-compute-kit / openvswitch.j2
1 ---
2 ##############################################################################
3 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.        #
4 #                                                                            #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may    #
6 # not use this file except in compliance with the License.                   #
7 #                                                                            #
8 # You may obtain a copy of the License at                                    #
9 #       http://www.apache.org/licenses/LICENSE-2.0                           #
10 #                                                                            #
11 # Unless required by applicable law or agreed to in writing, software        #
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT  #
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.           #
14 # See the License for the specific language governing permissions and        #
15 # limitations under the License.                                             #
16 ##############################################################################
17
18 schema: armada/Chart/v1
19 metadata:
20   schema: metadata/Document/v1
21   name: openvswitch
22   replacement: true
23   labels:
24     name: openvswitch-global
25   layeringDefinition:
26     abstract: false
27     layer: site
28     parentSelector:
29       name: openvswitch-global
30     actions:
31       - method: merge
32         path: .
33   storagePolicy: cleartext
34 data:
35   values:
36     pod:
37       resources:
38         enabled: true
39         ovs:
40           vswitchd:
41             requests:
42               memory: "8Gi"
43               cpu: "4000m"
44             limits:
45               memory: "8Gi"
46               cpu: "4000m"
47               hugepages-1Gi: "8Gi"
48     conf:
49       dpdk:
50         enabled: true
51         hugepages_mountpath: /dev/hugepages_1G
52         socket_memory: '4096,4096'
53         pmd_cpu_mask: '0xF'
54   dependencies:
55     - openstack-openvswitch-helm-toolkit
56 ...
57 ---
58 schema: armada/Chart/v1
59 metadata:
60   schema: metadata/Document/v1
61   name: openstack-openvswitch-helm-toolkit
62   layeringDefinition:
63     abstract: false
64     layer: global
65   storagePolicy: cleartext
66   substitutions:
67     # Chart source
68     - src:
69         schema: pegleg/SoftwareVersions/v1
70         name: software-versions
71         path: .charts.osh.openvswitch-htk
72       dest:
73         path: .source
74
75 data:
76   chart_name: openstack-openvswitch-helm-toolkit
77   release: openstack-openvswitch-helm-toolkit
78   namespace: helm-toolkit
79   values: {}
80   dependencies: []
81 ...