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

PRODENG-2778 TF and test fix #514

Conversation

james-nesbitt
Copy link
Collaborator

  • Terraform fix for latest upstream provision
  • smoke and integration test fix for upstream provision
  • some go fmt (kubeclient)

- Terraform fix for latest upstream provision
- smoke and integration test fix for upstream provision

Signed-off-by: James Nesbitt <[email protected]>
@james-nesbitt james-nesbitt force-pushed the PRODENG-2778-smoke-test-fix branch from 9e55faf to 3be2cf4 Compare November 1, 2024 16:22
@@ -1,14 +1,14 @@
// used to name infrastructure (CHANGE THIS)
name = "smoke-test"
#name = "mcc-smoke-test"
Copy link
Contributor

Choose a reason for hiding this comment

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

does this need to be commented out ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

both you and @pgedara questioned this so I reverted it.

Note that this line is not used by the integration testing, and should likely be a .tfvar.template file. That string name is a bad idea because many consumers will use it without changing the name, meaning that we end up with untraceable orphans and conflicts.
This cleanup can be done in another effort, when it is not blocking this much needed fix to the mcc GH PR tests.

@cranzy cranzy self-requested a review November 4, 2024 13:46
@james-nesbitt james-nesbitt merged commit 323441e into Mirantis:v1.5.9-release-branch Nov 4, 2024
5 checks passed
@james-nesbitt james-nesbitt deleted the PRODENG-2778-smoke-test-fix branch November 12, 2024 12:49
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