-
Notifications
You must be signed in to change notification settings - Fork 116
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
Implement HTTP proxy capability at provider level #26
Labels
v1.1.0
Provider Version 1.1.0
Comments
yannickstruyf3
pushed a commit
to yannickstruyf3/terraform-provider-nutanix
that referenced
this issue
Nov 9, 2021
19 vm and vms data source
abhimutant
pushed a commit
that referenced
this issue
Dec 9, 2024
* Feat/v4 recovery points on v4-recovery-points (#26) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * Feat/v4 replicate recovery points on v4 recovery points (#27) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * implement recovery point replicate in progress * implementation of recovery point replication * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * implement acc test for recovery point replication * add examples for recovery point replication * add docs for recovery point replication * add replicated_rp_ext_id attribute to store the replicated recovery point uuid * Feat/v4 recovery points on v4 data protection (#28) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix comments on the added DiffSub function * Feat/v4 recovery point restore on v4-data-protection (#29) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * implement recovery point restore resource * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix comments on the added DiffSub function * remove commented code * acc tests for recovery point restore * examples for recovery point restore * examples for recovery point restore * docs for recovery point restore * Feat/v4 vm recovery point info (#30) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * implement recovery point restore resource * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix comments on the added DiffSub function * remove commented code * acc tests for recovery point restore * examples for recovery point restore * examples for recovery point restore * docs for recovery point restore * implement vm recovery point info * Acc tests for vm recovery point info * examples for vm recovery point info * docs for vm recovery point info * fix links schema
abhimutant
pushed a commit
that referenced
this issue
Dec 9, 2024
* add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * Feat/v4 recovery points on v4-recovery-points (#26) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * Feat/v4 replicate recovery points on v4 recovery points (#27) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * implement recovery point replicate in progress * implementation of recovery point replication * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * implement acc test for recovery point replication * add examples for recovery point replication * add docs for recovery point replication * add replicated_rp_ext_id attribute to store the replicated recovery point uuid * implement recovery point restore resource * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix comments on the added DiffSub function * remove commented code * acc tests for recovery point restore * examples for recovery point restore * examples for recovery point restore * docs for recovery point restore * implement vm recovery point info * Acc tests for vm recovery point info * examples for vm recovery point info * docs for vm recovery point info * implement vm revert logic * acc test for vm revert logic * acc test for vm revert logic * examples for vm revert logic * docs for vm revert logic * CRUD for routes * info for Route and route tables * acc tests for routes and route tables * examples for routes and route tables * docs for routes and route tables * update examples for routes and route tables * fix links schema
abhimutant
added a commit
that referenced
this issue
Dec 9, 2024
* datasource for pbrs * lint fixes. go error (gomnd, gosimple, golint) * go checks, magic numbers(gomnd) * fix config testcase as base client will differ in sdks * datadource for clusters * lint fixes * host datasource * lint fixes * address groups v4 * service groups * resource for service groups * crud for service groups * CRUD for address groups * data source for network security * CRUD for network security * microseg sdk pointing to internals * datasource for directory services * CRUD for directory service * datasource for saml * CRUD for idp * delete Operation for directory service * CRUD for user groups * datasource for categories * Crud and tcs for categories * crud & test for images * sdk versioning * templates datasource * datasource for template versions * deploy templates * spec for vms * create Ops * CUD ops done * Get VMs * VMs * CRUD for vm disks * CRUD/ds serial ports * cdrom CRUD * insert/eject cdrom * vm actions power * vm shutdown actions * CRUD gpus * missing return in vms * vm clone resource * tcs for vm resource * tcs for vms * acc for images * adding more tcs * Vms disk Tcs * tcs for serial port * resource tcs for cdrom * TCs for cdroms * vm clone example and docs * tcs for vm power state * power state testcase * shutdown Tcs * Adding TCs for Gpus * vm clone testcases * fic for argument naming * resource and tests for update guest customization for next boot * guest customization update doc and example * acc test for data_source host v2 * docs for data source hosts v4 * cluster v4 resource * fix for b2 version * fix for version * resources and data sources for (SNMP) user, trap and transport port * add, remove node from cluster resources * prism sdk version * schema for Discover Unconfigured Nodes module * fetch unconfigured nodes network datasource * change Discover unconfigured Nodes module from resource to data source * fix for version * resources and data sources for (SNMP) user, trap and transport port * add, remove node from cluster resources * prism sdk version * fetch unconfigured nodes network datasource * change Discover unconfigured Nodes module from resource to data source * Discover Unconfigured Nodes dev almost done, waiting a pc to testing it * remove duplicate "nutanix_discover_unconfigured_nodes_v4" key in datasource map * docs and fixes * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * Feat/v4 recovery points on v4-recovery-points (#26) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * Feat/v4 replicate recovery points on v4 recovery points (#27) * add sdk, create client for Data Protection and add Recovery Point Api Client * implement get recovery point data source * implement list recovery points data source * implement CRUD recovery points resource, update api is not supported for RP * implement implement recovery points resource acc tests, in progress * recovery points datasource acc tests. * recovery points examples * recovery points docs * create Vg within RP test cases * fix provider version on examples * implement recovery point replicate in progress * implementation of recovery point replication * add test config on test_config_v2.json file * fix acc test when create vg, remove unnecessary filepath parameter, remove vm uuid from test_config_v2.json file * implement acc test for recovery point replication * add examples for recovery point replication * add docs for recovery point replication * add replicated_rp_ext_id attribute to store the replicated recovery point uuid * implement recovery point restore resource * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix terraform plan for recovery point, there is no update in the resource just changing in the order of vm_recovery_points and volume_group_recovery_points array * fix comments on the added DiffSub function * remove commented code * acc tests for recovery point restore * examples for recovery point restore * examples for recovery point restore * docs for recovery point restore * implement vm recovery point info * Acc tests for vm recovery point info * examples for vm recovery point info * docs for vm recovery point info * implement vm revert logic * acc test for vm revert logic * acc test for vm revert logic * examples for vm revert logic * docs for vm revert logic * CRUD for routes * info for Route and route tables * acc tests for routes and route tables * examples for routes and route tables * docs for routes and route tables * update examples for routes and route tables * remove old packages * change clusters sdk from external sdk to internal sdk * change function names from v4 to v2, fix schema and function params * change package name from clusters to clustersv2 * change resources and datasource name from v4 to v2 * acc tests for datasource clusters * fix bugs in resource Cluster implementation and schema * acc tests for resource Cluster * fix test_config_v2.json file * add missing "categories" attribute to cluster schema * fix resource cluster docs and add missed attribute http_proxy_list and http_proxy_white_list to cluster schema * fix datasource cluster module, add missed attribute http_proxy_list and http_proxy_white_list, current_cluster_fault_tolerance, desired_cluster_fault_tolerance, redundancy_status, categories, cluster_profile_ext_id, backup_eligibility_score to cluster schema * fix datasource cluster/ clusters docs * add clusters examples * add tests and docs for nutanix_clusters_unconfigured_node_networks_v2 and nutanix_clusters_discover_unconfigured_nodes_v2 * docs & examples for nutanix_cluster_remove_node_v2 and nutanix_cluster_add_node_v2 * implement PE-PC registration resource {Create & Delete} * implement PE-PC registration datasource info * acc tests for PE-PC registration resource * acc tests for PE-PC registration datasource * docs and examples for PE-PC registration datasource and resource * examples for nutanix_host_v2, change then name from v4 to v2 * change the name of the following resources : nutanix_cluster_pc_entity_v2 -> nutanix_pe_pc_entity_v2 nutanix_cluster_pc_entities_v2 -> nutanix_pe_pc_entities_v2 nutanix_cluster_pc_register_v2 -> nutanix_pe_pc_registration_v2 * add unconfigured nodes nodes schema * acc test for unconfigured nodes nodes schema * update docs and examples for unconfigured nodes * update schema (add missing `is_secure_booted property`) and test_config_v2 for unconfigured nodes * fix cluster v2 schema and create logic, add test cases and examples and update docs * fix cluster v2 schema and create logic, add test cases and examples and update docs * update pe-pc registration schema, test cases, examples, update docs * pc fetch and list will be future work * Adding dev and test for cluster CRUD module, changes discover unconfigured nodes from datasource to resource * Adding dev for fetch network info for un configured node, * Adding dev for fetch network info for un configured node, * fix dev for remove node from a cluster , * fix dev for cluster CRUD, build info, upgrade_status and current_cluster_fault_tolerance is computed attributes , * update docs & examples for fetch network info for un configured node * update docs & examples for fetch network info for un configured node * acc test for add node to cluster, its cover fetch network info for unconfigured node, discover unconfigured node and discover unconfigured cluster node and add node to cluster * remove validation for current_cluster_fault_tolerance because its computed attribute * merge and node and remove node resource in a single resource "add node" * fix the add/remove acc test case * fix vendor * fix vendor step1: delete vendor * fix vendor step1: add vendor from temp design branch * Remove vendor from the repository * add vendor to the repository * Remove vendor from the repository * add vendor to the repository * fix cluster management tests, fix etag, so now it passed as a pointer not as value --------- Co-authored-by: Abhishek <[email protected]> Co-authored-by: Gevorg <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IBM CAM desires this. It looks trivial from the way that AWS implemented it, which can you see here: hashicorp/terraform#17386 (comment)
The text was updated successfully, but these errors were encountered: