Skip to content

Conversation

@eyalkaspi-delphix
Copy link
Contributor

@eyalkaspi-delphix eyalkaspi-delphix commented May 9, 2022

The DCT VDBs API has changed in a non backwards compatible way (we shouldn't occur post-beta, but is accepted until GA).

In particular:

  • vdb_name is renamed to name for consistency
  • vdb provisioning is now taking os_username and os_password and vdb update is taking db_username and db_password to clearly differentiate
  • template_id and listerners_ids in vdb-update have been renamed for consistency
  • VDB update now returns a job_id to monitor progress

This change is therefore making terraform work with the latest DCT version (but breaks compatibility with DCT beta!).

While I was there, I've removed the job_id parameter from the schema which was declared but unused/unset.

Testing

Provisionned a VDB with and without specifying os_username and os_password and verified this was propagated to the engine (the VDB provisioned with os_username and os_password failed as I passed `root).
Tested updating the vdb_name, template, listeners and db_username/db_password and verified via the engine UI and engine access_log the values were set.

Ran VDB acceptance tests:

TESTARGS="-run TestAccVdb_provision_positive" make testacc
TF_ACC=1 go test $(go list ./... | grep -v 'vendor') -v -run TestAccVdb_provision_positive -timeout 120m   
?   	terraform-provider-delphix	[no test files]
=== RUN   TestAccVdb_provision_positive
[DELPHIX] [INFO] 2022/04/26 13:56:22 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:56:29 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:56:36 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:56:43 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:56:50 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:56:57 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:57:05 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:57:12 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:57:19 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:57:26 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:57:33 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:57:40 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:57:47 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:57:54 DCT-JobId:1-JOB-138 has Status:RUNNING
[DELPHIX] [INFO] 2022/04/26 13:58:01 DCT-JobId:1-JOB-138 has Status:COMPLETED
[DELPHIX] [INFO] 2022/04/26 13:58:01 Job result is COMPLETED
[DELPHIX] [INFO] 2022/04/26 13:58:02 [OK] Breaking poll - Status 200 reached.
[DELPHIX] [INFO] 2022/04/26 13:58:03 [OK] Breaking poll - Status 200 reached.
[DELPHIX] [INFO] 2022/04/26 13:58:04 [OK] Breaking poll - Status 200 reached.
[DELPHIX] [INFO] 2022/04/26 13:58:09 Job result is STARTED
[DELPHIX] [INFO] 2022/04/26 13:58:10 [OK] Breaking poll - Status 200 reached.
[DELPHIX] [INFO] 2022/04/26 13:58:12 [OK] Breaking poll - Status 200 reached.
[DELPHIX] [INFO] 2022/04/26 13:58:24 DCT-JobId:1-JOB-141 has Status:COMPLETED
[DELPHIX] [INFO] 2022/04/26 13:58:24 Job result is COMPLETED
[DELPHIX] [INFO] 2022/04/26 13:59:05 [OK] Breaking poll - Status 404 reached.
--- PASS: TestAccVdb_provision_positive (182.68s)
PASS
ok  	terraform-provider-delphix/internal/provider	182.708s

Verified that provisioning a VDB cannot be done with db_username/db_password (values are inherited from the dsource at provisioning time).

Misc

This change depends on delphix/dct-sdk-go#14, will update go.mod accordingly after having merged and released it.

@sunnyx4 sunnyx4 merged commit 0a8a635 into develop May 9, 2022
arunskurian added a commit that referenced this pull request Jun 29, 2022
* Adding badges (#15)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Change version to 0.0.1-beta

* Delphix TF Provider 1.0.0b3 merge to develop (#21)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Relative path to CodeQL badge

* Add signs block in goreleaser.yml

* Adding badges

* Adding badges

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Updating documentation for environment

* Updating VDB Documentation

* Updating version of provider

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>

* Merging rel 1.0.0-beta3 from main to develop (#20)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

* HUBS-694 Support for Password Vaults

* HUBS-694 Support for Password Vaults (#24)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* APIGW-799 VDB template parameter template_id throws api error (#25)

* APIGW-799 VDB template parameter template_id throws api error

* revert main, using released dct-sdk-go

* Rever tmain changes

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-691, HUBS-773, HUBS-707 (#26)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* Adjust to DCT API returning job instead of job id (#27)

* Update DCT sdk go (#28)

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-683 Provision Single VDBs from Bookmark (#29)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* HUBS-807, HUBS-705, HUBS-706, HUBS-708 (#30)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Release Provider v1.0.0 (#31)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Resolve merge conflicts for develop branch for Release 1.0.0 (#33)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>
arunskurian added a commit that referenced this pull request Nov 2, 2022
* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

* Release Provider v1.0.0 (#34)

* Adding badges (#15)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Change version to 0.0.1-beta

* Delphix TF Provider 1.0.0b3 merge to develop (#21)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Relative path to CodeQL badge

* Add signs block in goreleaser.yml

* Adding badges

* Adding badges

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Updating documentation for environment

* Updating VDB Documentation

* Updating version of provider

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>

* Merging rel 1.0.0-beta3 from main to develop (#20)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

* HUBS-694 Support for Password Vaults

* HUBS-694 Support for Password Vaults (#24)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* APIGW-799 VDB template parameter template_id throws api error (#25)

* APIGW-799 VDB template parameter template_id throws api error

* revert main, using released dct-sdk-go

* Rever tmain changes

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-691, HUBS-773, HUBS-707 (#26)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* Adjust to DCT API returning job instead of job id (#27)

* Update DCT sdk go (#28)

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-683 Provision Single VDBs from Bookmark (#29)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* HUBS-807, HUBS-705, HUBS-706, HUBS-708 (#30)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Release Provider v1.0.0 (#31)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Resolve merge conflicts for develop branch for Release 1.0.0 (#33)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>

* Updated README.md

Small Edits
Added new terraform webpage

* Update index.md

* Update index.md

* Update index.md

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>
Uddipaan-Hazarika added a commit that referenced this pull request Apr 24, 2023
* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

* Release Provider v1.0.0 (#34)

* Adding badges (#15)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Change version to 0.0.1-beta

* Delphix TF Provider 1.0.0b3 merge to develop (#21)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Relative path to CodeQL badge

* Add signs block in goreleaser.yml

* Adding badges

* Adding badges

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Updating documentation for environment

* Updating VDB Documentation

* Updating version of provider

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>

* Merging rel 1.0.0-beta3 from main to develop (#20)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

* HUBS-694 Support for Password Vaults

* HUBS-694 Support for Password Vaults (#24)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* APIGW-799 VDB template parameter template_id throws api error (#25)

* APIGW-799 VDB template parameter template_id throws api error

* revert main, using released dct-sdk-go

* Rever tmain changes

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-691, HUBS-773, HUBS-707 (#26)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* Adjust to DCT API returning job instead of job id (#27)

* Update DCT sdk go (#28)

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-683 Provision Single VDBs from Bookmark (#29)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* HUBS-807, HUBS-705, HUBS-706, HUBS-708 (#30)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Release Provider v1.0.0 (#31)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Resolve merge conflicts for develop branch for Release 1.0.0 (#33)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>

* Fix blackbox tests (#36)

* [HUBS-1586] Update README with links and clarity (#43)

* updated readme

* Update README.md

---------

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>
Co-authored-by: Nick Mathison <114104601+nick-mathison@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants