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

Added DNS Wait condition and fixed Resource Lock #105

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

simonzhekoff
Copy link
Contributor

@simonzhekoff simonzhekoff commented Dec 20, 2024

Description

  • Fixed Resource Management lock
  • Added Wait condition for DNS Records and nodes

Related Issues

GDB-11403

Changes

  • Fixed Resource Management lock
  • Added Wait condition for DNS Records and nodes

Checklist

  • I have tested these changes thoroughly.
  • My code follows the project's coding style.
  • I have added appropriate comments to my code, especially in complex areas.
  • All new and existing tests passed locally.

@simonzhekoff simonzhekoff force-pushed the GDB-11403-Add-DNS-waiting-condition branch from 4fc9bf1 to c7098ca Compare December 20, 2024 21:33
modules/graphdb/templates/00_functions.sh Outdated Show resolved Hide resolved
modules/graphdb/templates/00_functions.sh Show resolved Hide resolved
echo "GraphDB node count is greater than 1. Running wait_vmss_nodes..."
wait_for_vmss_nodes "$VMSS_NAME" "$RESOURCE_GROUP"
else
echo "GraphDB node count is 1 or less. Skipping wait_vmss_nodes."
Copy link
Contributor

Choose a reason for hiding this comment

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

1 or less? when would it be less :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wonder where my mind was when I wrote that 😃

main.tf Outdated Show resolved Hide resolved
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