Skip to content

Commit

Permalink
openshift: defaults to 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Feb 28, 2024
1 parent 5fcf0a3 commit d953a6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ailib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
import yaml


default_cluster_params = {"openshift_version": "4.14", "base_dns_domain": "karmalabs.corp",
default_cluster_params = {"openshift_version": "4.15", "base_dns_domain": "karmalabs.corp",
"vip_dhcp_allocation": False}
default_cluster_params = {"openshift_version": "4.14", "vip_dhcp_allocation": False}
default_infraenv_params = {"openshift_version": "4.14", "image_type": "full-iso"}
default_cluster_params = {"openshift_version": "4.15", "vip_dhcp_allocation": False}
default_infraenv_params = {"openshift_version": "4.15", "image_type": "full-iso"}
SSH_PUB_LOCATIONS = ['id_ed25519.pub', 'id_ecdsa.pub', 'id_dsa.pub', 'id_rsa.pub']


Expand Down

0 comments on commit d953a6f

Please sign in to comment.