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

add FDO - Docker deployment option #277

Merged
merged 9 commits into from
Nov 14, 2023
Merged

Conversation

anniehedgpeth
Copy link
Contributor

@anniehedgpeth anniehedgpeth commented Nov 6, 2023

Background

Jira - TF-8611

Added necessary variables and config for FDO Docker deployment.

How Has This Been Tested

This PR makes me feel

finally

@anniehedgpeth anniehedgpeth changed the title test add FDO - Docker deployment option Nov 8, 2023
@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 9, 2023

/test all

✅ Terraform Google Standalone Mounted Disk (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

✅ Terraform Google Standalone Mounted Disk (Legacy) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 9, 2023

/test standalone-external-rhel8-worker

✅ Terraform Google Standalone External Rhel8 Worker (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 9, 2023

/test standalone-external-rhel8-worker-replicated

✅ Terraform Google Standalone External Rhel8 Worker (Legacy) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 9, 2023

/test public-active-active-replicated

✅ Terraform Google Public Active/Active (Legacy) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 9, 2023

/test public-active-active

✅ Terraform Google Public Active/Active (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 13, 2023

/test private-active-active-replicated destroy=false

✅ Terraform Google Private Active/Active (Legacy) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 13, 2023

/destroy private-active-active-replicated

✅ Terraform Google Private Active/Active (Replicated) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

add localhost to no proxy
@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 13, 2023

/test private-tcp-active-active-replicated destroy=false

✅ Terraform Google Private TCP Active/Active (Legacy) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 13, 2023

/test private-active-active destroy=false

✅ Terraform Google Private Active/Active (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 13, 2023

/destroy private-active-active

✅ Terraform Google Private Active/Active (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 13, 2023

/test private-tcp-active-active destroy=false

✅ Terraform Google Private TCP Active/Active (FDO) - Test Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Validate

  • ✅ Terraform Apply

  • ✅ Run k6 Smoke Test

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 13, 2023

/destroy private-tcp-active-active-replicated

✅ Terraform Google Private TCP Active/Active (Replicated) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

@anniehedgpeth
Copy link
Contributor Author

anniehedgpeth commented Nov 13, 2023

/destroy private-tcp-active-active

✅ Terraform Google Private TCP Active/Active (FDO) - Destruction Report

🔗 Action Summary Page

  • ✅ Terraform Init

  • ✅ Terraform Destroy

@anniehedgpeth anniehedgpeth marked this pull request as ready for review November 13, 2023 19:46
@anniehedgpeth anniehedgpeth requested a review from a team as a code owner November 13, 2023 19:46
Copy link
Collaborator

@amy-hashi amy-hashi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⭐ This looks great, thank you for all this work!

The only suggestion I have, that does not need to be addressed here, is some good examples with the new variables!

@anniehedgpeth
Copy link
Contributor Author

The only suggestion I have, that does not need to be addressed here, is some good examples with the new variables!

Yeah, I agree. I need to update the examples in all three modules. I will create a story for that now.

@anniehedgpeth anniehedgpeth merged commit 187e514 into main Nov 14, 2023
3 checks passed
@anniehedgpeth anniehedgpeth deleted the ah/tf-8611-gcp-fdo-1 branch November 14, 2023 15:27
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.

2 participants