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

Terraform Support for EPIC offering Create flow #3949

Merged
merged 2 commits into from
Aug 16, 2022

Conversation

bhagyagkwd
Copy link
Collaborator

@bhagyagkwd bhagyagkwd commented Aug 3, 2022

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:

=== RUN   TestAccIBMPIInstanceDeploymentType
--- PASS: TestAccIBMPIInstanceDeploymentType (279.93s)
PASS

...

ibm/acctest/acctest.go Outdated Show resolved Hide resolved
}
`, acc.Pi_cloud_instance_id, name, acc.Pi_image, acc.Pi_network_name, instanceHealthStatus)
`, acc.Pi_cloud_instance_id, name, acc.Pi_image, acc.Pi_network_name, instanceHealthStatus, acc.Pi_deployment_type)
Copy link
Collaborator

Choose a reason for hiding this comment

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

The default value for deployment type, terraform-test-power, will not work. I am not sure pi_deployment_type can be set to "" but maybe that will work but if not you could make another dedicated test case for EPIC deployment types since this deployment type has other restrictions that the basic config does not have like it requires dedicated procs, tier1 storage and does not work on s922

Copy link
Collaborator

Choose a reason for hiding this comment

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

"" will work as already tested by her.
I asked her to integrate this with the existing test case to save on just adding new test func. This was before I came to know about the processors limitation.
Now, I will leave it up to you folks whether you want to have a new test case or use the existing one with some comment about the limitation to whoever will be using this env var.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I told her I was OK to add a new test case unless you had a reason to not do that. So I am good with it.
Bhagyashri, can you please update the description with the passing statement for the new test case.

@yussufsh
Copy link
Collaborator

@bhagyagkwd please mark the already fixed comments above as resolved. Also, squash your commits into one single commit.

@yussufsh yussufsh added the service/Power Systems Issues related to Power Systems label Aug 10, 2022
@hkantare hkantare merged commit 240376e into IBM-Cloud:master Aug 16, 2022
SunithaGudisagarIBM pushed a commit to ibm-vpc/terraform-provider-ibm that referenced this pull request Sep 14, 2022
* Terraform Support for EPIC offering Create flow

* New Test Case for EPIC
SunithaGudisagarIBM pushed a commit to ibm-vpc/terraform-provider-ibm that referenced this pull request Sep 14, 2022
* Terraform Support for EPIC offering Create flow

* New Test Case for EPIC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Power Systems Issues related to Power Systems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants