Remove q-lbaas from the nodepool pre-configured list
The in-tree devstack support is going away, so this is all plugin. Will this require tweaking on any existing jobs? They should all be using the plugin at this point. Change-Id: I80ba46d241e121f7a31e00c6090185b79ed9847c
This commit is contained in:
parent
5b25bf8b90
commit
cebea0600c
@ -23,7 +23,7 @@
|
||||
export DEVSTACK_GATE_REMOVE_STACK_SUDO=0
|
||||
# Override so we get a bare minimum set of base compute services
|
||||
# required to have nodepool function.
|
||||
OVERRIDE_ENABLED_SERVICES=dstat,g-api,g-reg,key,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,q-agt,q-dhcp,q-l3,q-lbaas,q-meta,q-metering,q-svc,rabbit,s-account,s-container,s-object,s-proxy
|
||||
OVERRIDE_ENABLED_SERVICES=dstat,g-api,g-reg,key,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-svc,rabbit,s-account,s-container,s-object,s-proxy
|
||||
# n-obj has been removed from mitaka
|
||||
if [[ "stable/kilo stable/liberty" =~ $ZUUL_BRANCH ]]; then
|
||||
OVERRIDE_ENABLED_SERVICES+=,n-obj,
|
||||
@ -79,7 +79,7 @@
|
||||
export DEVSTACK_GATE_REMOVE_STACK_SUDO=0
|
||||
# Override so we get a bare minimum set of base compute services
|
||||
# required to have nodepool function.
|
||||
OVERRIDE_ENABLED_SERVICES=dstat,g-api,g-reg,key,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,q-agt,q-dhcp,q-l3,q-lbaas,q-meta,q-metering,q-svc,rabbit,s-account,s-container,s-object,s-proxy
|
||||
OVERRIDE_ENABLED_SERVICES=dstat,g-api,g-reg,key,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-svc,rabbit,s-account,s-container,s-object,s-proxy
|
||||
# n-obj has been removed from mitaka
|
||||
if [[ "stable/kilo stable/liberty" =~ $ZUUL_BRANCH ]]; then
|
||||
OVERRIDE_ENABLED_SERVICES+=,n-obj,
|
||||
@ -140,7 +140,7 @@
|
||||
# required to have nodepool function.
|
||||
OVERRIDE_ENABLED_SERVICES="dstat,g-api,g-reg,key,mysql,rabbit"
|
||||
OVERRIDE_ENABLED_SERVICES+=",n-api,n-cond,n-cpu,n-crt,n-sch"
|
||||
OVERRIDE_ENABLED_SERVICES+=",q-agt,q-dhcp,q-l3,q-lbaas,q-meta,q-metering,q-svc"
|
||||
OVERRIDE_ENABLED_SERVICES+=",q-agt,q-dhcp,q-l3,q-meta,q-metering,q-svc"
|
||||
OVERRIDE_ENABLED_SERVICES+=",s-account,s-container,s-object,s-proxy"
|
||||
export OVERRIDE_ENABLED_SERVICES
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
|
Loading…
x
Reference in New Issue
Block a user