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

Deploy stack improvements #6456

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Conversation

mkangia
Copy link
Contributor

@mkangia mkangia commented Jan 2, 2025

https://dimagi.atlassian.net/browse/SC-4038

Couple of improvements noticed while testing a full stack deploy.

Environments Affected

All
This change is applicable to all environments but won't change anything about how they are setup since the changes are for the setup process and not for any actions taken during the setup

register: result
until: not result.failed or 'Connection refused' not in result.msg
retries: 5
delay: 10
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copied from the retry configuration in the following task. Though chosen a shorter waiting time since 20 seconds seemed a bit of overkill.

@@ -82,6 +82,7 @@
- meta: flush_handlers

- name: Add nodes
no_log: true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this resolves the warning
[WARNING]: Module did not set no_log for password

@mkangia mkangia merged commit d6adf3b into master Jan 6, 2025
2 checks passed
@mkangia mkangia deleted the mk/4038-deploy-stack-improvements branch January 6, 2025 14:33
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