Change seed code version to 0.0.1
[yaml_builds.git] / site / site30 / software / charts / osh / openstack-compute-kit / neutron.yaml
1 ---
2 ##############################################################################
3 # Copyright © 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: neutron-site30
22   #replacement: true
23   labels:
24     component: neutron
25   layeringDefinition:
26     abstract: false
27     layer: site
28     parentSelector:
29       name: neutron-global
30     actions:
31       - method: merge
32         path: .
33   storagePolicy: cleartext
34 data:
35   values:
36     network:
37 #      auto_bridge_add:
38 #        br-bond0: bond0
39       interface:
40         sriov:
41           - device: ens6f0
42             num_vfs: 32
43             promisc: false
44           - device: ens6f1
45             num_vfs: 32
46             promisc: false
47     conf:
48       plugins:
49         openvswitch_agent:
50           ovs:
51             bridge_mappings: physnet:br-bond0
52         sriov_agent:
53           sriov_nic:
54             physical_device_mappings: sriovnet1:ens6f0,sriovnet2:ens6f1
55         ml2_conf:
56           ml2_type_vlan:
57             network_vlan_ranges: physnet:46:300,sriovnet1:100:4000,sriovnet2:100:4000,sriovnet3:100:4000,sriovnet4:100:4000
58 ...