use CRI-O
This commit is contained in:
parent
ae594837c1
commit
b9d87c2546
2 changed files with 8 additions and 0 deletions
|
@ -91,3 +91,6 @@ ansible_become: true
|
|||
#openshift_use_openshift_sdn: false
|
||||
#openshift_use_flannel: true
|
||||
#flannel_interface: eth1
|
||||
|
||||
openshift_use_crio: true
|
||||
openshift_use_crio_only: true
|
||||
|
|
|
@ -204,3 +204,8 @@ openshift_use_cinder_persistent_volume: true
|
|||
## cloud config
|
||||
openshift_openstack_disable_root: true
|
||||
openshift_openstack_user: openshift
|
||||
|
||||
#crio
|
||||
openshift_openstack_master_group_name: node-config-master-crio
|
||||
openshift_openstack_infra_group_name: node-config-infra-crio
|
||||
openshift_openstack_compute_group_name: node-config-compute-crio
|
||||
|
|
Loading…
Reference in a new issue