Remove cache-bindep element
Currently, we only install bindep into a virtualenv in our cache-bindep element. We can move this into infra-package-needs as an optimization and reduce elements we depend on. Change-Id: I591ed9a0835609c1ff8cc6069e45231032fd9f28 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
Pre-cache all of the things bindep can identify in our repos
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
openstack-repos
|
|
||||||
@@ -805,7 +805,6 @@ diskimages:
|
|||||||
- openstack-repos
|
- openstack-repos
|
||||||
- nodepool-base
|
- nodepool-base
|
||||||
- cache-devstack
|
- cache-devstack
|
||||||
- cache-bindep
|
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
- stackviz
|
- stackviz
|
||||||
@@ -826,7 +825,6 @@ diskimages:
|
|||||||
- openstack-repos
|
- openstack-repos
|
||||||
- nodepool-base
|
- nodepool-base
|
||||||
- cache-devstack
|
- cache-devstack
|
||||||
- cache-bindep
|
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
- stackviz
|
- stackviz
|
||||||
@@ -848,7 +846,6 @@ diskimages:
|
|||||||
- nodepool-base
|
- nodepool-base
|
||||||
- cache-devstack
|
- cache-devstack
|
||||||
- initialize-urandom
|
- initialize-urandom
|
||||||
- cache-bindep
|
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
- stackviz
|
- stackviz
|
||||||
@@ -869,7 +866,6 @@ diskimages:
|
|||||||
- openstack-repos
|
- openstack-repos
|
||||||
- nodepool-base
|
- nodepool-base
|
||||||
- cache-devstack
|
- cache-devstack
|
||||||
- cache-bindep
|
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
- stackviz
|
- stackviz
|
||||||
@@ -890,7 +886,6 @@ diskimages:
|
|||||||
- nodepool-base
|
- nodepool-base
|
||||||
- cache-devstack
|
- cache-devstack
|
||||||
- initialize-urandom
|
- initialize-urandom
|
||||||
- cache-bindep
|
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
- stackviz
|
- stackviz
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ diskimages:
|
|||||||
- nodepool-base
|
- nodepool-base
|
||||||
- cache-devstack
|
- cache-devstack
|
||||||
- initialize-urandom
|
- initialize-urandom
|
||||||
- cache-bindep
|
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
- stackviz
|
- stackviz
|
||||||
|
|||||||
@@ -110,7 +110,6 @@ disk-image-create -x --no-tmpfs -o $IMAGE_NAME \
|
|||||||
openstack-repos \
|
openstack-repos \
|
||||||
nodepool-base \
|
nodepool-base \
|
||||||
cache-devstack \
|
cache-devstack \
|
||||||
cache-bindep \
|
|
||||||
growroot \
|
growroot \
|
||||||
infra-package-needs \
|
infra-package-needs \
|
||||||
stackviz \
|
stackviz \
|
||||||
|
|||||||
Reference in New Issue
Block a user