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

Fix to migration 3.4.4 to newer (absent EngineMode enforce the Cluste… #31

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

petlitskiy
Copy link
Contributor

@petlitskiy petlitskiy commented Jun 13, 2024

Fix to migration v3.4.4 to newer (absent EngineMode enforce the Cluster v3.4.4 deletions!), forwarding to CloudWatch was not implemented.

…r deletion!), forwarding to CloudWatch was not implemented.
@aaronwalker aaronwalker self-requested a review June 14, 2024 13:11
@@ -35,5 +35,7 @@
ComponentParam 'NamespaceId' if defined? service_discovery

ComponentParam 'EnableReplicaAutoScaling', 'false', isGlobal: true

ComponentParam 'EnableCloudwatchLogsExports', defined?(log_exports) ? log_exports : '', isGlobal: true
Copy link
Member

Choose a reason for hiding this comment

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

@petlitskiy The EnableCloudwatchLogsExports param does not need to be a global parameter can you please remove the isGlobal from thr parameter definition can you also change for the EnableReplicaAutoScaling parameter as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@aaronwalker Done.

@cfln123
Copy link
Contributor

cfln123 commented Jun 24, 2024

@aaronwalker Featured tested and it is working as expected

Copy link
Member

@aaronwalker aaronwalker left a comment

Choose a reason for hiding this comment

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

LGTM

@aaronwalker aaronwalker merged commit d1232cf into theonestack:master Jun 25, 2024
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.

None yet

3 participants