Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for Openshift-Data-Foundation Add-on & VPC Worker Replace #4627

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

aayushsss1
Copy link
Contributor

Examples Terraform Templates for ODF add-on and worker replace

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

@@ -1,7 +1,7 @@
terraform {
required_providers {
kubernetes = {
version = "2.18.1"
version = ">= 2.18.1"
}
ibm = {
source = "IBM-Cloud/ibm"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the IBM cloud provider version to the one where the support is added.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated version

###############################

terraform {
required_version = ">=1.0.0, <2.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the IBM cloud provider version to the one where the support is added.

default = ""
}

variable "check_ptx_status" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this variable

default = null
}

variable "ptx_timeout" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove this also

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@aayushsss1 aayushsss1 force-pushed the worker-replace-doc branch 3 times, most recently from 5fcc3f2 to 4a7406d Compare June 18, 2023 05:00
review comments added

reverted resource_addons.go

deleteaddon.sh updated
@aayushsss1 aayushsss1 force-pushed the worker-replace-doc branch from 4a7406d to e0d4b4a Compare June 18, 2023 07:15
@hasan4791
Copy link
Contributor

@hkantare PTAL

@hkantare hkantare merged commit ee6fd52 into IBM-Cloud:master Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants