-
Notifications
You must be signed in to change notification settings - Fork 60
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
TF-5370 Add Flexible Deployment Options #224
Conversation
/test private-tcp-active-active destroy=false ✅ Terraform Azure Private TCP Active/Active Test Report
|
/destroy private-tcp-active-active ✅ Terraform Azure Private TCP Active/Active Destruction Report
|
/test standalone-mounted-disk ❌ Terraform Azure Standalone Mounted Disk Test Report
✅ Terraform Azure Standalone Mounted Disk Test Report
|
/test standalone-external ❌ Terraform Azure Standalone External Test Report
❌ Terraform Azure Standalone External Test Report
|
/test public-active-active ✅ Terraform Azure Public Active/Active Test Report
|
/destroy standalone-external ✅ Terraform Azure Standalone External Destruction Report
|
/destroy private-active-active ✅ Terraform Azure Private Active/Active Destruction Report
|
/test private-active-active destroy=false ✅ Terraform Azure Private Active/Active Test Report
|
/destroy private-active-active ✅ Terraform Azure Private Active/Active Destruction Report
|
/test all ❌ Terraform Azure Standalone External Test Report
✅ Terraform Azure Standalone Mounted Disk Test Report
✅ Terraform Azure Private TCP Active/Active Test Report
✅ Terraform Azure Public Active/Active Test Report
✅ Terraform Azure Private Active/Active Test Report
|
/destroy standalone-external ✅ Terraform Azure Standalone External Destruction Report
|
/test private-tcp-active-active destroy=false
❌ Terraform Azure Private TCP Active/Active Test Report
✅ Terraform Azure Private TCP Active/Active Test Report
|
/test private-active-active destroy=false ✅ Terraform Azure Private Active/Active Test Report
|
/destroy private-active-active ✅ Terraform Azure Private Active/Active Destruction Report
|
/destroy private-tcp-active-active ✅ Terraform Azure Private TCP Active/Active Destruction Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust the tests!
Background
relates to: terraform-random-tfe-utility
Jira:
Relates: https://github.com/hashicorp/ptfedev-infra/pull/526
main
ptfe-replicated
Azure tests on this branch (done here)How Has This Been Tested
In a follow up PR I will create a workflow that adds another test suite for FDO, but for now, I'm simply changing the
is_legacy_deployment
default totrue
orfalse
depending on which I'm testing.Testing the following:
standalone-external
in legacy mode (link)standalone-mounted-disk
in legacy mode (link)public-active-active
in legacy mode (link)private-active-active
in legacy mode (link)private-tcp-active-active
in legacy mode (link)standalone-external
in FDO mode (link)standalone-mounted-disk
in FDO mode (link)public-active-active
in FDO mode (link)private-active-active
in FDO mode (link)private-tcp-active-active
in FDO mode (link)Test Configuration
is_legacy_deployment = false