1ea83138ef
This should only land after we've launched a new nb03.opendev.org running with the new nodepool arm64 docker image. Once that happens and we are happy with how it is running we can safely stop managing the existing nb03.openstack.org server with puppet. Change-Id: I8d224f9775bd461b43a2631897babd9e351ab6ae
21 lines
444 B
YAML
21 lines
444 B
YAML
- hosts: nodepool-builder:!disabled
|
|
name: "Configure nodepool builders"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- nodepool-base
|
|
- configure-openstacksdk
|
|
- nodepool-builder
|
|
|
|
- hosts: nodepool-launcher:!disabled
|
|
name: "Configure nodepool launchers"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- nodepool-base
|
|
- configure-openstacksdk
|
|
- configure-kubectl
|
|
- nodepool-launcher
|