فهرست منبع

Merge pull request #8068 from mtnbikenc/minimal-update

Update minimal hosts.localhost
OpenShift Merge Robot 7 سال پیش
والد
کامیت
73409b937a
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      inventory/hosts.localhost

+ 1 - 2
inventory/hosts.localhost

@@ -9,7 +9,6 @@ etcd
 # if your target hosts are Fedora uncomment this
 #ansible_python_interpreter=/usr/bin/python3
 openshift_deployment_type=origin
-openshift_release=3.7
 osm_cluster_network_cidr=10.128.0.0/14
 openshift_portal_net=172.30.0.0/16
 osm_host_subnet_length=9
@@ -23,4 +22,4 @@ localhost ansible_connection=local
 localhost ansible_connection=local
 
 [nodes]
-localhost  ansible_connection=local openshift_schedulable=true openshift_node_labels="{'region': 'infra', 'zone': 'default'}"
+localhost ansible_connection=local openshift_node_labels="{'node-role.kubernetes.io/infra': 'true'}"