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
17 lines
325 B
YAML
17 lines
325 B
YAML
# Run this with "-f 20"
|
|
|
|
|
|
- hosts: 'nodepool-builder:!disabled'
|
|
any_errors_fatal: true
|
|
tasks:
|
|
- include_role:
|
|
name: nodepool-builder
|
|
tasks_from: stop
|
|
|
|
- hosts: 'nodepool-launcher:!disabled'
|
|
any_errors_fatal: true
|
|
tasks:
|
|
- include_role:
|
|
name: nodepool-launcher
|
|
tasks_from: stop
|