7941670f17e9718d44937421d416892e3e2a2790
[yaml_builds.git] / site / dellgen10 / software / charts / osh / openstack-compute-kit / neutron.yaml
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: neutron
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     labels:
37       agent:
38         sriov:
39           node_selector_key: sriov
40           node_selector_value: enabled
41     network:
42       backend:
43         - openvswitch
44         - sriov
45       interface:
46         sriov:
47           - device: enp135s0f0
48             num_vfs: 32
49             promisc: false
50           - device: enp135s0f1
51             num_vfs: 32
52             promisc: false
53     conf:
54       plugins:
55         openvswitch_agent:
56           ovs:
57             bridge_mappings: bond0:br-bond0
58         sriov_agent:
59           securitygroup:
60             firewall_driver: neutron.agent.firewall.NoopFirewallDriver
61           sriov_nic:
62             exclude_devices: null
63             physical_device_mappings: 'sriovnet1:enp135s0f0,sriovnet2:enp135s0f1'
64         ml2_conf:
65           ml2:
66             mechanism_drivers: l2population,openvswitch,sriovnicswitch
67           ml2_type_vlan:
68             network_vlan_ranges: bond0:46:300,sriovnet1:2001:3000,sriovnet2:2001:3000
69 ...