From 703def66355e86a2f67efe87d95064d61ada08fd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 1 Jun 2019 19:21:41 +0000 Subject: [PATCH] osbs: fix group names for - to _ conversion Signed-off-by: Kevin Fenzi --- inventory/group_vars/osbs_control | 12 ++++++------ inventory/group_vars/osbs_control_stg | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/inventory/group_vars/osbs_control b/inventory/group_vars/osbs_control index ab4d6fd238..2593a2098c 100644 --- a/inventory/group_vars/osbs_control +++ b/inventory/group_vars/osbs_control @@ -6,11 +6,11 @@ sudoers: "{{ private }}/files/sudo/osbs-sudoers" # Variables used in the ansible-ansible-openshift-ansible role in osbs-cluster playbook osbs_url: "osbs.fedoraproject.org" inventory_filename: "cluster-inventory" -cluster_masters_group: "osbs-masters" -cluster_nodes_group: "osbs-nodes" -cluster_infra_group: "osbs-masters" +cluster_masters_group: "osbs_masters" +cluster_nodes_group: "osbs_nodes" +cluster_infra_group: "osbs_masters" # Aarch64 variables -aarch_masters_group: "osbs-aarch64-masters" -aarch_nodes_group: "osbs-aarch64-nodes" -aarch_infra_group: "osbs-aarch64-masters" +aarch_masters_group: "osbs_aarch64_masters" +aarch_nodes_group: "osbs_aarch64_nodes" +aarch_infra_group: "osbs_aarch64_masters" diff --git a/inventory/group_vars/osbs_control_stg b/inventory/group_vars/osbs_control_stg index 11920e5de7..00f191d172 100644 --- a/inventory/group_vars/osbs_control_stg +++ b/inventory/group_vars/osbs_control_stg @@ -6,11 +6,11 @@ sudoers: "{{ private }}/files/sudo/osbs-sudoers" # Variables used in the ansible-ansible-openshift-ansible role in osbs-cluster playbook osbs_url: "osbs.stg.fedoraproject.org" inventory_filename: "cluster-inventory-stg" -cluster_masters_group: "osbs-masters-stg" -cluster_nodes_group: "osbs-nodes-stg" -cluster_infra_group: "osbs-masters-stg" +cluster_masters_group: "osbs_masters_stg" +cluster_nodes_group: "osbs_nodes_stg" +cluster_infra_group: "osbs_masters_stg" # Aarch64 variables -aarch_masters_group: "osbs-aarch64-masters-stg" -aarch_nodes_group: "osbs-aarch64-nodes-stg" -aarch_infra_group: "osbs-aarch64-masters-stg" +aarch_masters_group: "osbs_aarch64_masters_stg" +aarch_nodes_group: "osbs_aarch64_nodes_stg" +aarch_infra_group: "osbs_aarch64_masters_stg"