forked from openshift/openshift-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix container_runtime openshift_containerized_host_groups
openshift_containerized_host_groups needs to be referenced via hostvars. This commit also updates tox ansible syntax checks to account for unavailability of hostsvars during syntax checks. Fixes: openshift#6540
- Loading branch information
1 parent
cbcfd8a
commit 3a14ee6
Showing
6 changed files
with
114 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
[OSEv3] | ||
localhost | ||
|
||
|
||
[OSEv3:children] | ||
etcd | ||
masters | ||
nodes | ||
oo_all_hosts | ||
oo_etcd_to_config | ||
oo_new_etcd_to_config | ||
oo_first_etcd | ||
oo_etcd_hosts_to_backup | ||
oo_etcd_hosts_to_upgrade | ||
oo_etcd_to_migrate | ||
oo_masters | ||
oo_masters_to_config | ||
oo_first_master | ||
oo_containerized_master_nodes | ||
oo_nodes_to_config | ||
oo_nodes_to_upgrade | ||
oo_nodes_use_kuryr | ||
oo_nodes_use_flannel | ||
oo_nodes_use_calico | ||
oo_nodes_use_nuage | ||
oo_nodes_use_contiv | ||
oo_lb_to_config | ||
oo_nfs_to_config | ||
glusterfs | ||
glusterfs_registry | ||
|
||
[etcd] | ||
localhost | ||
|
||
[masters] | ||
localhost | ||
|
||
[nodes] | ||
localhost | ||
|
||
[oo_all_hosts] | ||
localhost | ||
|
||
[oo_etcd_to_config] | ||
localhost | ||
|
||
[oo_new_etcd_to_config] | ||
localhost | ||
|
||
[oo_first_etcd] | ||
localhost | ||
|
||
[oo_etcd_hosts_to_backup] | ||
localhost | ||
|
||
[oo_etcd_hosts_to_upgrade] | ||
localhost | ||
|
||
[oo_etcd_to_migrate] | ||
localhost | ||
|
||
[oo_masters] | ||
localhost | ||
|
||
[oo_masters_to_config] | ||
localhost | ||
|
||
[oo_first_master] | ||
localhost | ||
|
||
[oo_containerized_master_nodes] | ||
localhost | ||
|
||
[oo_nodes_to_config] | ||
localhost | ||
|
||
[oo_nodes_to_upgrade] | ||
localhost | ||
|
||
[oo_nodes_use_kuryr] | ||
localhost | ||
|
||
[oo_nodes_use_flannel] | ||
localhost | ||
|
||
[oo_nodes_use_calico] | ||
localhost | ||
|
||
[oo_nodes_use_nuage] | ||
localhost | ||
|
||
[oo_nodes_use_contiv] | ||
localhost | ||
|
||
[oo_lb_to_config] | ||
localhost | ||
|
||
[oo_nfs_to_config] | ||
localhost | ||
|
||
[glusterfs] | ||
localhost | ||
|
||
[glusterfs_registry] | ||
localhost |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
hostvars: | ||
localhost: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters