Move to using package-installs.yaml
dib has a new declarative package installation syntax which allows specifying the packages to install and the phase in which to do it. Change-Id: Iae1ca4a112443860cd6ca8ce43378dd97c793338
This commit is contained in:
parent
e89225e978
commit
96bd27f324
@ -24,5 +24,3 @@ prepare-node
|
||||
|
||||
mkdir -p ~jenkins/cache/files
|
||||
mkdir -p ~jenkins/cache/pip
|
||||
|
||||
install-packages build-essential python-dev
|
||||
|
2
nodepool/elements/node-devstack/package-installs.yaml
Normal file
2
nodepool/elements/node-devstack/package-installs.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
build-essential:
|
||||
python-dev:
|
Loading…
Reference in New Issue
Block a user