Role integration-tests : use a group match for openafs

This adds a group match for the openafs hosts.  This is so a further
role can run kafs separately.

Change-Id: I5ade7a4c34c89f79012fbcd85efcefddb9c0e810
This commit is contained in:
Ian Wienand 2019-06-17 15:55:05 +10:00
parent 482e1110f0
commit 6256d26f47
2 changed files with 11 additions and 1 deletions

View File

@ -296,6 +296,9 @@
- name: puppet3 - name: puppet3
nodes: nodes:
- base - base
- name: openafs
nodes:
- base
- job: - job:
name: system-config-zuul-role-integration-bionic name: system-config-zuul-role-integration-bionic
@ -308,6 +311,9 @@
- name: puppet5 - name: puppet5
nodes: nodes:
- base - base
- name: openafs
nodes:
- base
- job: - job:
name: system-config-zuul-role-integration-debian-stable name: system-config-zuul-role-integration-debian-stable
@ -316,6 +322,10 @@
nodes: nodes:
- name: base - name: base
label: debian-stretch label: debian-stretch
groups:
- name: openafs
nodes:
- base
- project-template: - project-template:
name: system-config-zuul-role-integration name: system-config-zuul-role-integration

View File

@ -1,5 +1,5 @@
- name: Kerberos and OpenAFS client installation - name: Kerberos and OpenAFS client installation
hosts: base hosts: openafs
roles: roles:
- role: kerberos-client - role: kerberos-client
kerberos_realm: 'OPENSTACK.ORG' kerberos_realm: 'OPENSTACK.ORG'