Trim the elements list from nodepool.yaml
We are listing a whole lot of elements, but elements have depenendy information inside of them. Instead of listing all of them, we should list the key ones that provide the things we need and let their dependency graph sort out the rest. This way we can refactor the elements themselves without having to do a dance with the nodepool config every time. Change-Id: Id6494b7c88b652f4d6fb4777e8f6e4005dc56321 Depends-On: Ib2296bed1d7f289e7aa2720a38555275de1b6402
This commit is contained in:
parent
db226cca89
commit
de8f5169f9
@ -950,7 +950,6 @@ diskimages:
|
||||
- centos
|
||||
- vm
|
||||
- openstack-repos
|
||||
- puppet
|
||||
- nodepool-base
|
||||
- node-devstack
|
||||
- cache-bindep
|
||||
@ -963,7 +962,6 @@ diskimages:
|
||||
- vm
|
||||
- simple-init
|
||||
- openstack-repos
|
||||
- puppet
|
||||
- nodepool-base
|
||||
- node-devstack
|
||||
- cache-bindep
|
||||
@ -976,7 +974,6 @@ diskimages:
|
||||
- ubuntu
|
||||
- vm
|
||||
- openstack-repos
|
||||
- puppet
|
||||
- nodepool-base
|
||||
- node-devstack
|
||||
- cache-bindep
|
||||
@ -990,7 +987,6 @@ diskimages:
|
||||
- ubuntu
|
||||
- vm
|
||||
- openstack-repos
|
||||
- puppet
|
||||
- nodepool-base
|
||||
- node-devstack
|
||||
- cache-bindep
|
||||
@ -1004,7 +1000,6 @@ diskimages:
|
||||
- centos7
|
||||
- vm
|
||||
- openstack-repos
|
||||
- puppet
|
||||
- nodepool-base
|
||||
- node-devstack
|
||||
- cache-bindep
|
||||
@ -1017,7 +1012,6 @@ diskimages:
|
||||
- fedora
|
||||
- vm
|
||||
- openstack-repos
|
||||
- puppet
|
||||
- nodepool-base
|
||||
- node-devstack
|
||||
- cache-bindep
|
||||
|
Loading…
x
Reference in New Issue
Block a user