forked from ocp-power-automation/ocp4-upi-powervm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes ocp-power-automation#220 Wildcard move Fixes ocp-power-automation#220 Wildcard move Fixes ocp-power-automation#220 Updated doc Fixes ocp-power-automation#220 Updated doc Fixes ocp-power-automation#220 Updated Docu Fixes ocp-power-automation#220 Updated Docu Update var.tfvars-doc.md Fixes ocp-power-automation#220 Update var.tfvars-doc.md Updated documentation, that selecting supported branches are also supported Enable external DNS/LB support Signed-off-by: CS Zhang <[email protected]> Update the doc Signed-off-by: CS Zhang <[email protected]> Update the helpernode_tag to latest level Signed-off-by: CS Zhang <[email protected]> Add RHCOS kernel options before installation Signed-off-by: Aishwarya Kamat <[email protected]> Allow OCP network customization before installation. (ocp-power-automation#224) add clusterNetwork_CIDR, serviceNetwork, hostprefix vars Added cs-zhang as approver To set mtu on private network Signed-off-by: Aishwarya Kamat <[email protected]> remove mkumatag from reviewer list Not actively involved, hence removing my entry from the reviewers to avoid getting assigned automatically for the review force centos stream to use ansible 2.9 like rhel8 Accessing cluster using non-root user Signed-off-by: Aishwarya Kamat <[email protected]> bastion fqdn with clusterID as subdmain To remove the scp error with Terraform v1.1.x Signed-off-by: Aishwarya Kamat <[email protected]> To Update the Terraform Version Signed-off-by: Aishwarya Kamat <[email protected]> FIPS enablement Signed-off-by: Aishwarya Kamat <[email protected]> Merging the code ocp-power-automation#220 Merging the code ocp-power-automation#220
- Loading branch information
Showing
21 changed files
with
356 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
reviewers: | ||
- mkumatag | ||
- Prajyot-Parab | ||
- sudeeshjohn | ||
- yussufsh | ||
- bpradipt | ||
- cs-zhang | ||
approvers: | ||
- bpradipt | ||
- cs-zhang | ||
- yussufsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,5 @@ terraform { | |
version = "~> 2.3" | ||
} | ||
} | ||
required_version = "~> 0.13.0" | ||
required_version = ">= 0.13.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ terraform { | |
version = "~> 1.32" | ||
} | ||
} | ||
required_version = "~> 0.13.0" | ||
required_version = ">= 0.13.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[vmhost] | ||
%{ for ip in bastion_ip ~} | ||
${ip} ansible_connection=ssh ansible_user=root | ||
${ip} ansible_connection=ssh ansible_user=${rhel_username} | ||
%{ endfor ~} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ terraform { | |
version = "~> 2.1" | ||
} | ||
} | ||
required_version = "~> 0.13.0" | ||
required_version = ">= 0.13.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,5 @@ terraform { | |
version = "~> 2.3" | ||
} | ||
} | ||
required_version = "~> 0.13.0" | ||
required_version = ">= 0.13.0" | ||
} |
Oops, something went wrong.