Switch to import_playbook

Fix the deprecation warning from include.

Change-Id: Ie6778690604c8306d8aa3abebeb9adda0b1cacfd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-07-28 21:53:18 -04:00
parent 0305da4cb9
commit c61712377b
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
3 changed files with 13 additions and 13 deletions

View File

@ -48,5 +48,5 @@
owner: nodepool
src: "{{ windmill_config_git_dest }}/nodepool/clouds.yaml"
- include: nodepool-builder.yaml
- include: nodepool-launcher.yaml
- import_playbook: nodepool-builder.yaml
- import_playbook: nodepool-launcher.yaml

View File

@ -12,9 +12,9 @@
# License for the specific language governing permissions and limitations
# under the License.
---
- include: bootstrap.yaml
- include: statsd.yaml
- include: gear.yaml
- include: zookeeper.yaml
- include: nodepool.yaml
- include: zuul.yaml
- import_playbook: bootstrap.yaml
- import_playbook: statsd.yaml
- import_playbook: gear.yaml
- import_playbook: zookeeper.yaml
- import_playbook: nodepool.yaml
- import_playbook: zuul.yaml

View File

@ -30,8 +30,8 @@
zuul_task_manager:
- pre
- include: zuul-scheduler.yaml
- include: zuul-executor.yaml
- include: zuul-fingergw.yaml
- include: zuul-merger.yaml
- include: zuul-web.yaml
- import_playbook: zuul-scheduler.yaml
- import_playbook: zuul-executor.yaml
- import_playbook: zuul-fingergw.yaml
- import_playbook: zuul-merger.yaml
- import_playbook: zuul-web.yaml