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

Cluster changes for vpc #361

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Cluster changes for vpc #361

wants to merge 4 commits into from

Conversation

ujjwal-ibm
Copy link
Collaborator

@ujjwal-ibm ujjwal-ibm commented Jun 5, 2024

Changes in datasource :

  • cluster_network_profile
    • code
    • test
    • doc
% 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

  • cluster_network_profiles
    • code
    • test
    • doc
% 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

  • cluster_network
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkDataSourceBasic'
=== RUN   TestAccIBMIsClusterNetworkDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkDataSourceBasic (20.74s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     22.812s

  • cluster_networks
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworksDataSourceBasic'
=== RUN   TestAccIBMIsClusterNetworksDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworksDataSourceBasic (17.16s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     19.167s

  • cluster_networks_interface
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkInterfaceDataSourceBasic'
=== RUN   TestAccIBMIsClusterNetworkInterfaceDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkInterfaceDataSourceBasic (12.88s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     14.878s

  • cluster_networks_interfaces
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkInterfacesDataSourceBasic'
=== RUN   TestAccIBMIsClusterNetworkInterfacesDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkInterfacesDataSourceBasic (14.83s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     16.657s

  • cluster_networks_subnet
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkSubnetDataSourceBasic'  
=== RUN   TestAccIBMIsClusterNetworkSubnetDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkSubnetDataSourceBasic (17.80s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     19.792s

  • cluster_networks_subnets
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkSubnetsDataSourceBasic'
=== RUN   TestAccIBMIsClusterNetworkSubnetsDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkSubnetsDataSourceBasic (25.68s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     29.578s

  • cluster_network_subnet_reserved_ip
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkSubnetReservedIPDataSourceBasic'    
=== RUN   TestAccIBMIsClusterNetworkSubnetReservedIPDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkSubnetReservedIPDataSourceBasic (20.24s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     22.213s

  • cluster_network_subnet_reserved_ips
    • code
    • test
    • doc
 % make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsClusterNetworkSubnetReservedIpsDataSourceBasic'
=== RUN   TestAccIBMIsClusterNetworkSubnetReservedIpsDataSourceBasic
--- PASS: TestAccIBMIsClusterNetworkSubnetReservedIpsDataSourceBasic (18.99s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     20.963s

  • cluster_network_attachment
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMIsInstanceClusterNetworkAttachmentDataSourceAllArgs'
=== RUN   TestAccIBMIsInstanceClusterNetworkAttachmentDataSourceAllArgs
--- PASS: TestAccIBMIsInstanceClusterNetworkAttachmentDataSourceAllArgs (21.33s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     23.010s

  • cluster_network_attachments
    • code
    • test
    • doc
% 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

  • instance_profile
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceProfileDataSource_cluster'
=== RUN   TestAccIBMISInstanceProfileDataSource_cluster
--- PASS: TestAccIBMISInstanceProfileDataSource_cluster (16.97s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     18.853s

  • instance_profiles
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceProfileDataSource_cluster'
--- PASS: TestAccIBMISInstanceProfileDataSource_cluster (16.97s)
--- PASS: TestAccIBMISInstanceProfilesDataSource_cluster (31.36s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     33.120s

  • instance_template
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceTemplateDatasourceCluster'  
=== RUN   TestAccIBMISInstanceTemplateDatasourceCluster
--- PASS: TestAccIBMISInstanceTemplateDatasourceCluster (22.68s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     24.612s

  • instance_templates
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceTemplatesDataSourceCluster'
=== RUN   TestAccIBMISInstanceTemplatesDataSourceCluster
--- PASS: TestAccIBMISInstanceTemplatesDataSourceCluster (21.17s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     23.126s

  • instance
    • code
    • test
    • doc
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceDS_BasicCluster'
=== RUN   TestAccIBMISInstanceDS_BasicCluster
--- PASS: TestAccIBMISInstanceDS_BasicCluster (32.28s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     34.145s

  • instances
    • code
    • test
    • doc
 % 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 :

  • cluster_networks
    • code
    • test
    • doc

  • cluster_network_interfaces
    • code
    • test
    • doc

  • cluster_network_subnets
    • code
    • test
    • doc

  • cluster_network_subnets_reserved_ips
    • code
    • test
    • doc

  • cluster_network_attachments
    • code
    • test
    • doc

  • instance_template
    • code
    • test
    • doc

  • instance
    • code
    • test
    • doc

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'

...

@ujjwal-ibm ujjwal-ibm changed the base branch from master to vpn-advanceconfig June 5, 2024 06:00
@ujjwal-ibm ujjwal-ibm changed the base branch from vpn-advanceconfig to master September 20, 2024 14:09
@ujjwal-ibm ujjwal-ibm marked this pull request as ready for review November 7, 2024 19:59
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.

1 participant