d5049320c3
Register OpenDaylight as a network component, it will be available in environment creation wizard. Add task which will register DLUX dashboard inside Fuel Web UI. Move ODL credentials and jetty port number from puppet manifests to hiera. Signed-off-by: Michal Skalski <mskalski@mirantis.com> Change-Id: I6f347aec73435886d72d734fb7d0deecc065b618
19 lines
637 B
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'
|