From 6256d26f471a1018bb6714606abe4c7a3109b641 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 17 Jun 2019 15:55:05 +1000 Subject: [PATCH] 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 --- .zuul.yaml | 10 ++++++++++ roles-test/openafs-client.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index b3e723932f..915256a154 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -296,6 +296,9 @@ - name: puppet3 nodes: - base + - name: openafs + nodes: + - base - job: name: system-config-zuul-role-integration-bionic @@ -308,6 +311,9 @@ - name: puppet5 nodes: - base + - name: openafs + nodes: + - base - job: name: system-config-zuul-role-integration-debian-stable @@ -316,6 +322,10 @@ nodes: - name: base label: debian-stretch + groups: + - name: openafs + nodes: + - base - project-template: name: system-config-zuul-role-integration diff --git a/roles-test/openafs-client.yaml b/roles-test/openafs-client.yaml index 2b8bfda196..335530ab2b 100644 --- a/roles-test/openafs-client.yaml +++ b/roles-test/openafs-client.yaml @@ -1,5 +1,5 @@ - name: Kerberos and OpenAFS client installation - hosts: base + hosts: openafs roles: - role: kerberos-client kerberos_realm: 'OPENSTACK.ORG'