osbs: fix group names for - to _ conversion
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1d3b6b10e4
commit
703def6635
2 changed files with 12 additions and 12 deletions
|
@ -6,11 +6,11 @@ sudoers: "{{ private }}/files/sudo/osbs-sudoers"
|
||||||
# Variables used in the ansible-ansible-openshift-ansible role in osbs-cluster playbook
|
# Variables used in the ansible-ansible-openshift-ansible role in osbs-cluster playbook
|
||||||
osbs_url: "osbs.fedoraproject.org"
|
osbs_url: "osbs.fedoraproject.org"
|
||||||
inventory_filename: "cluster-inventory"
|
inventory_filename: "cluster-inventory"
|
||||||
cluster_masters_group: "osbs-masters"
|
cluster_masters_group: "osbs_masters"
|
||||||
cluster_nodes_group: "osbs-nodes"
|
cluster_nodes_group: "osbs_nodes"
|
||||||
cluster_infra_group: "osbs-masters"
|
cluster_infra_group: "osbs_masters"
|
||||||
|
|
||||||
# Aarch64 variables
|
# Aarch64 variables
|
||||||
aarch_masters_group: "osbs-aarch64-masters"
|
aarch_masters_group: "osbs_aarch64_masters"
|
||||||
aarch_nodes_group: "osbs-aarch64-nodes"
|
aarch_nodes_group: "osbs_aarch64_nodes"
|
||||||
aarch_infra_group: "osbs-aarch64-masters"
|
aarch_infra_group: "osbs_aarch64_masters"
|
||||||
|
|
|
@ -6,11 +6,11 @@ sudoers: "{{ private }}/files/sudo/osbs-sudoers"
|
||||||
# Variables used in the ansible-ansible-openshift-ansible role in osbs-cluster playbook
|
# Variables used in the ansible-ansible-openshift-ansible role in osbs-cluster playbook
|
||||||
osbs_url: "osbs.stg.fedoraproject.org"
|
osbs_url: "osbs.stg.fedoraproject.org"
|
||||||
inventory_filename: "cluster-inventory-stg"
|
inventory_filename: "cluster-inventory-stg"
|
||||||
cluster_masters_group: "osbs-masters-stg"
|
cluster_masters_group: "osbs_masters_stg"
|
||||||
cluster_nodes_group: "osbs-nodes-stg"
|
cluster_nodes_group: "osbs_nodes_stg"
|
||||||
cluster_infra_group: "osbs-masters-stg"
|
cluster_infra_group: "osbs_masters_stg"
|
||||||
|
|
||||||
# Aarch64 variables
|
# Aarch64 variables
|
||||||
aarch_masters_group: "osbs-aarch64-masters-stg"
|
aarch_masters_group: "osbs_aarch64_masters_stg"
|
||||||
aarch_nodes_group: "osbs-aarch64-nodes-stg"
|
aarch_nodes_group: "osbs_aarch64_nodes_stg"
|
||||||
aarch_infra_group: "osbs-aarch64-masters-stg"
|
aarch_infra_group: "osbs_aarch64_masters_stg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue