d93a661ae4
It's the only part of base that's important to run when we run a service. Run it in the service playbooks and get rid of the dependency on infra-prod-base. Continue running it in base so that new nodes are brought up with iptables in place. Bump the timeout for the mirror job, because the iptables addition seems to have just bumped it over the edge. Change-Id: I4608216f7a59cfa96d3bdb191edd9bc7bb9cca39
31 lines
673 B
YAML
31 lines
673 B
YAML
- hosts: nodepool-builder_opendev:!disabled
|
|
name: "Configure nodepool builders"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- nodepool-base
|
|
- configure-openstacksdk
|
|
- nodepool-builder
|
|
|
|
- hosts: 'nb03.openstack.org:!disabled'
|
|
name: "run puppet on all older servers"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- nodepool-base-legacy
|
|
- configure-openstacksdk
|
|
- configure-kubectl
|
|
- run-puppet
|
|
|
|
- hosts: nodepool-launcher:!disabled
|
|
name: "Configure nodepool launchers"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- nodepool-base
|
|
- configure-openstacksdk
|
|
- configure-kubectl
|
|
- nodepool-launcher
|