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 discovery_server section into master config #169

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qurname2
Copy link
Collaborator

to resolve #63

@qurname2 qurname2 requested review from l0kix2 and achulkov2 March 18, 2024 21:17
@savnadya savnadya added the assigned Issue has an assignee label Mar 19, 2024
@achulkov2
Copy link
Collaborator

Let's add a check to one of our e2e tests that checks that the directory //sys/discovery_servers is filled with orchids.

@@ -37,6 +41,7 @@ type MasterServer struct {
CypressManager CypressManager `yson:"cypress_manager"`
PrimaryMaster MasterCell `yson:"primary_master"`
SecondaryMasters []MasterCell `yson:"secondary_masters"`
DiscoveryServers DiscoveryServers `yson:"discovery_server"`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's keep the naming consistent with the yson config name. So DiscoveryServer without the plural.

@l0kix2 l0kix2 marked this pull request as draft October 9, 2024 10:46
@l0kix2
Copy link
Collaborator

l0kix2 commented Oct 9, 2024

@qurname2 it looks like just small fixes left here. Maybe you will finish it some time (obviously not urgent if it already hangs for too long) or close if already not needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Issue has an assignee
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Discovery servers should be listed in master static config to avoid manual orchid creation
4 participants