fuel-plugin-opendaylight/components.yaml

19 lines
637 B
YAML

- name: 'network:neutron:opendaylight:tun'
label: 'OpenDaylight with tunneling segmentation'
description: 'Use Neutron with networking-odl driver'
bind: !!pairs
- "cluster:net_provider": "neutron"
- "cluster:net_segment_type": "tun"
compatible:
- name: 'hypervisor:kvm'
- name: 'hypervisor:qemu'
- name: 'network:neutron:opendaylight:vlan'
label: 'OpenDaylight with vlan segmentation'
description: 'Use Neutron with networking-odl driver'
bind: !!pairs
- "cluster:net_provider": "neutron"
- "cluster:net_segment_type": "vlan"
compatible:
- name: 'hypervisor:kvm'
- name: 'hypervisor:qemu'