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

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

Conversation

qurname2
Copy link
Collaborator

to resolve #63

@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.

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