Skip to content
Snippets Groups Projects
Commit 5e9affb6 authored by Mark Goddard's avatar Mark Goddard
Browse files

Infra VMs: fix some playbook host patterns

The infra-vms group was not added to some playbook host patterns where
it should have been. This change fixes that.

TrivialFix

Change-Id: I5df2918035df7577627fd2bd68417beddbcbf848
parent e55fab96
No related branches found
No related tags found
No related merge requests found
---
- name: Ensure APT is configured
hosts: seed-hypervisor:seed:overcloud
hosts: seed-hypervisor:seed:overcloud:infra-vms
vars:
ansible_python_interpreter: /usr/bin/python3
tags:
......
......@@ -87,7 +87,7 @@
become: True
- name: Verify that the Kayobe Ansible user account is accessible
hosts: seed-hypervisor:seed:overcloud
hosts: seed-hypervisor:seed:overcloud:infra-vms
gather_facts: false
tags:
- kayobe-ansible-user
......
---
- name: Check network connectivity between hosts
hosts: seed:seed-hypervisor:overcloud
hosts: seed:seed-hypervisor:overcloud:infra-vms
vars:
# Set this to an external IP address to check.
nc_external_ip: 8.8.8.8
......
......@@ -8,7 +8,7 @@
# also closed and removed from crypttab.
- name: Ensure that all unmounted block devices are wiped
hosts: seed-hypervisor:seed:overcloud
hosts: seed-hypervisor:seed:overcloud:infra-vms
tags:
- wipe-disks
roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment