NFP - Devstack and build enhancements
This changeset contains the changes in devstack installation, NFP tools, and NFP integration test in gate to support, (1) single ini file changes. (2) LBaaS V2 service configuration. (3) Daemonizing the processes in the controller. (4) APIC specific configuration in setup script. (5) NFP controller default user 'ubuntu' changed to 'admin' Change-Id: Ifdce8d876728e1424a6ca292b262b35f5574a40b
This commit is contained in:
committed by
Subrahmanyam Ongole
parent
b85524cc77
commit
6af519ae9e
@@ -44,7 +44,11 @@ fi
|
||||
enable_service q-dhcp
|
||||
enable_service q-fwaas
|
||||
[[ $ENABLE_NFP = True ]] && [[ $NFP_DEVSTACK_MODE = advanced ]] && enable_service neutron-vpnaas
|
||||
enable_service q-lbaas
|
||||
if [[ $ENABLE_NFP = True ]] && [[ $NFP_DEVSTACK_MODE = advanced ]] && [[ $ENABLE_LBAASV2 = True ]]; then
|
||||
enable_service q-lbaasv2
|
||||
else
|
||||
enable_service q-lbaas
|
||||
fi
|
||||
enable_service q-meta
|
||||
enable_service neutron
|
||||
enable_service group-policy
|
||||
|
||||
Reference in New Issue
Block a user