Allow stack sudo in nodepool dsvm job

The nodepool job can't build dib images without giving the nodepool
process (running as stack) sudo rights. Go ahead and allow the stack
user to sudo in this job since we don't need to test rootwrap here.

Once this gets in the work to add dib image builds in the dsvm test
can proceed.

Change-Id: I304ac3732eb57723e5bfc584cc1e3a2e5a0667ab
This commit is contained in:
Clark Boylan 2015-08-17 14:12:16 -07:00
parent e30670c1b2
commit 8761d9206b

View File

@ -19,6 +19,9 @@
export DEVSTACK_GATE_TEMPEST=0
# Use neutron as the public clouds in use are neutron based.
export DEVSTACK_GATE_NEUTRON=1
# The nodepool process needs sudo rights in order to
# perform dib image builds
export DEVSTACK_GATE_REMOVE_STACK_SUDO=0
# Override so we get a bare minimum set of base compute services
# required to have nodepool function.
export OVERRIDE_ENABLED_SERVICES=dstat,g-api,g-reg,key,mysql,n-api,n-cond,n-cpu,n-crt,n-obj,n-sch,q-agt,q-dhcp,q-fwaas,q-l3,q-lbaas,q-meta,q-metering,q-svc,q-vpn,quantum,rabbit,s-account,s-container,s-object,s-proxy