Skip to content

Commit 37b07cc

Browse files
markgoddardpriteau
authored andcommitted
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 (cherry picked from commit 5e9affb)
1 parent c7a5f1c commit 37b07cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/kayobe-ansible-user.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
become: True
8787

8888
- name: Verify that the Kayobe Ansible user account is accessible
89-
hosts: seed-hypervisor:seed:overcloud
89+
hosts: seed-hypervisor:seed:overcloud:infra-vms
9090
gather_facts: false
9191
tags:
9292
- kayobe-ansible-user

ansible/network-connectivity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Check network connectivity between hosts
3-
hosts: seed:seed-hypervisor:overcloud
3+
hosts: seed:seed-hypervisor:overcloud:infra-vms
44
vars:
55
# Set this to an external IP address to check.
66
nc_external_ip: 8.8.8.8

ansible/wipe-disks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# also closed and removed from crypttab.
99

1010
- name: Ensure that all unmounted block devices are wiped
11-
hosts: seed-hypervisor:seed:overcloud
11+
hosts: seed-hypervisor:seed:overcloud:infra-vms
1212
tags:
1313
- wipe-disks
1414
roles:

0 commit comments

Comments
 (0)