IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
341 stars 671 forks source link

Added support for h100 cluster, instance and template changes #5776

Open ujjwal-ibm opened 2 weeks ago

ujjwal-ibm commented 2 weeks ago

Features

% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkProfileDataSourceBasic'
=== RUN   TestAccIBMIsClusterNetworkProfileDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkProfileDataSourceBasic (22.57s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     24.571s

% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkProfilesDataSourceBasic'
=== RUN   TestAccIBMIsClusterNetworkProfilesDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkProfilesDataSourceBasic (19.99s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     22.089s

% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsInstanceClusterNetworkAttachmentsDataSourceAllArgs'
=== RUN   TestAccIBMIsInstanceClusterNetworkAttachmentsDataSourceAllArgs
--- PASS: TestAccIBMIsInstanceClusterNetworkAttachmentsDataSourceAllArgs (22.46s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     24.412s

 % make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstancesDS_basicCluster'
=== RUN   TestAccIBMISInstancesDS_basicCluster
--- PASS: TestAccIBMISInstancesDS_basicCluster (30.69s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     32.646s

Changes in resource :

=== RUN TestAccIBMIsClusterNetworkBasicAllArgs --- PASS: TestAccIBMIsClusterNetworkBasicAllArgs (101.58s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 170.876s

 <hr>

- [x] cluster_network_interfaces
  - [x]   code
  - [x]   test
  - [x]   doc

% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkInterfaceBasic' === RUN TestAccIBMIsClusterNetworkInterfaceBasic --- PASS: TestAccIBMIsClusterNetworkInterfaceBasic (73.66s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 75.804s

 <hr>

- [x] cluster_network_subnets
  - [x]   code
  - [x]   test
  - [x]   doc

% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkSubnetBasic' === RUN TestAccIBMIsClusterNetworkSubnetBasic --- PASS: TestAccIBMIsClusterNetworkSubnetBasic (66.31s) === RUN TestAccIBMIsClusterNetworkSubnetBasicAllArgs --- PASS: TestAccIBMIsClusterNetworkSubnetBasicAllArgs (106.35s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 174.488s


 <hr>

- [x] cluster_network_subnets_reserved_ips
  - [x]   code
  - [x]   test
  - [x]   doc

% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkSubnetReservedIPBasic' === RUN TestAccIBMIsClusterNetworkSubnetReservedIPBasic --- PASS: TestAccIBMIsClusterNetworkSubnetReservedIPBasic (72.40s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 74.110s

 <hr>

- [x] cluster_network_attachments
  - [x]   code
  - [x]   test
  - [x]   doc

 <hr>

- [x] instance_template
  - [x]   code
  - [x]   test
  - [x]   doc

% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceTemplate_clusternetworkbasic' === RUN TestAccIBMISInstanceTemplate_clusternetworkbasic --- PASS: TestAccIBMISInstanceTemplate_clusternetworkbasic (97.80s) PASS ok github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc 99.749s

 <hr>

- [x] instance
  - [x]   code
  - [x]   test
  - [x]   doc

<!--- See what makes a good Pull Request at : https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/.github/CONTRIBUTING.md --->

<!--- Please keep this note for the community --->

### Community Note

* Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) 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

<!--- Thank you for keeping this note for the community --->

<!--- If your PR fully resolves and should automatically close the linked issue, use Closes. Otherwise, use Relates --->
Relates OR Closes #0000

Output from acceptance testing:

<!--
Replace TestAccXXX with a pattern that matches the tests affected by this PR.

For more information on the `-run` flag, see the `go test` documentation at https://tip.golang.org/cmd/go/#hdr-Testing_flags.
-->

$ make testacc TESTARGS='-run=TestAccXXX'

...