From bf134c2903d368eee6cdf0a1a5c922da8f8cf872 Mon Sep 17 00:00:00 2001 From: Torsten Wendland Date: Wed, 6 Apr 2022 15:47:02 +0200 Subject: [PATCH] Merging the code #220 Merging the code #220 --- docs/var.tfvars-doc.md | 3 ++- modules/5_install/install.tf | 3 +-- variables.tf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/var.tfvars-doc.md b/docs/var.tfvars-doc.md index f96a869c8d..c3818e5176 100644 --- a/docs/var.tfvars-doc.md +++ b/docs/var.tfvars-doc.md @@ -230,6 +230,7 @@ total 13452 This variable can be used to define a different source for the helm package, like a local web server. By default, the help package will be downloaded from the official internet source. ``` helm_repo = "https:///python-modules/helm-latest-linux-ppc64le.tar.gz" +``` This variable specify the MTU value for the private network interface on RHEL and RHCOS nodes. The CNI network will have - 50 for OpenshiftSDN and - 100 for OVNKubernetes network provider. ``` @@ -317,4 +318,4 @@ cni_network_provider = "OpenshiftSDN" cluster_network_cidr = "10.128.0.0/14" cluster_network_hostprefix = "23" service_network = "172.30.0.0/16" -``` +``` \ No newline at end of file diff --git a/modules/5_install/install.tf b/modules/5_install/install.tf index c0904f0f10..91edd05b35 100644 --- a/modules/5_install/install.tf +++ b/modules/5_install/install.tf @@ -163,7 +163,7 @@ resource "null_resource" "pre_install" { } resource "null_resource" "install" { - depends_on = [null_resource.prep_playbooks_tools_git, null_resource.prep_playbooks_tools_curl,null_resource.pre_install] + depends_on = [null_resource.prep_playbooks_tools_git, null_resource.prep_playbooks_tools_curl, null_resource.pre_install] triggers = { worker_count = length(var.worker_ips) @@ -220,4 +220,3 @@ resource "null_resource" "upgrade" { ] } } - diff --git a/variables.tf b/variables.tf index 1ffb671e29..23984752c1 100644 --- a/variables.tf +++ b/variables.tf @@ -466,4 +466,4 @@ variable "local_registry_image" { variable "ocp_release_tag" { description = "The version of OpenShift you want to sync." default = "4.4.9-ppc64le" -} +} \ No newline at end of file