Explorar o código

Remove default selector from sample inventory

The `osm_default_node_selector` needs to be
`node-role.kubernetes.io/compute=true` now, but that's also the default
if it's not defined.

So let's just remove it from the sample inventory.
Tomas Sedovic %!s(int64=6) %!d(string=hai) anos
pai
achega
112d657a15
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      playbooks/openstack/sample-inventory/group_vars/OSEv3.yml

+ 0 - 1
playbooks/openstack/sample-inventory/group_vars/OSEv3.yml

@@ -21,7 +21,6 @@ openshift_master_default_subdomain: "apps.{{ (openshift_openstack_clusterid|trim
 # domain the OpenShift cluster is configured, though.
 openshift_master_cluster_public_hostname: "console.{{ (openshift_openstack_clusterid|trim == '') | ternary(openshift_openstack_public_dns_domain, openshift_openstack_clusterid + '.' + openshift_openstack_public_dns_domain) }}"
 
-osm_default_node_selector: 'region=primary'
 
 openshift_hosted_router_wait: True
 openshift_hosted_registry_wait: True