--- ############################################################################## # 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: neutron replacement: true labels: component: neutron layeringDefinition: abstract: false layer: site parentSelector: name: neutron-global actions: - method: merge path: . storagePolicy: cleartext data: values: network: interface: tunnel: br-phy endpoints: identity: port: api: default: 80 internal: 35357 conf: logging: logger_root: level: WARNING handlers: stdout plugins: openvswitch_agent: ovs: bridge_mappings: external:br-phy ml2_conf: ml2: mechanism_drivers: openvswitch type_drivers: flat,vlan,vxlan tenant_network_types: vxlan ml2_type_vlan: network_vlan_ranges: "external:1100:1110" ml2_type_flat: flat_networks: public openvswitch_agent: agent: tunnel_types: vxlan ovs: bridge_mappings: external:br-phy ovs_dpdk: enabled: true driver: vfio-pci nics: {% for nic in yaml.dpdk.nics %} - name: {{ nic.name }} pci_id: '{{ nic.pci_id }}' bridge: {{ nic.bridge }} migrate_ip: {{ nic.migrate_ip }} {% endfor %} dependencies: - openstack-neutron-helm-toolkit --- schema: armada/Chart/v1 metadata: schema: metadata/Document/v1 name: openstack-neutron-helm-toolkit layeringDefinition: abstract: false layer: global storagePolicy: cleartext substitutions: - src: schema: pegleg/SoftwareVersions/v1 name: software-versions path: .charts.osh.neutron-htk dest: path: .source data: chart_name: openstack-neutron-helm-toolkit release: openstack-neutron-helm-toolkit namespace: helm-toolkit values: {} dependencies: [] ...