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

create the v0.59.x network override.yml via Solo #1151

Open
Tracked by #868
jeromy-cannon opened this issue Jan 13, 2025 · 0 comments
Open
Tracked by #868

create the v0.59.x network override.yml via Solo #1151

jeromy-cannon opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
Multiple Cluster Support Issues which are only required to enable Solo support for multi-cluster deployments. P1 High priority issue. Required to be completed in the assigned milestone.

Comments

@jeromy-cannon
Copy link
Contributor

jeromy-cannon commented Jan 13, 2025

create the v0.59.x network override yaml (node-overrides.yaml) via Solo, hasn't been tested by hedera platform/services, yet. Copy it into the consensus network nodes during node setup. some of the generate network json logic can probably be reused for this.

More information:

test file used in hedera-services repo:

gossip:
  interfaceBindings:
    - { "nodeId": 0, "hostname": "10.10.10.1", "port": 1234 }
    - { "nodeId": 1, "hostname": "10.10.10.3", "port": 1236 }
    - { "nodeId": 2, "hostname": "10.10.10.2", "port": 1235 }
    - { "nodeId": 3, "hostname": "2001:db8:3333:4444:5555:6666:7777:8888", "port": 1237 }
  endpointOverrides:
    - { "nodeId": 5, "hostname": "10.10.10.11", "port": 1238 }
    - { "nodeId": 6, "hostname": "10.10.10.21", "port": 1239 }
    - { "nodeId": 7, "hostname": "10.10.10.31", "port": 1240 }
    - { "nodeId": 8, "hostname": "2001:db8:3333:4444:5555:6666:7777:8889", "port": 1241 }
@jeromy-cannon jeromy-cannon added P1 High priority issue. Required to be completed in the assigned milestone. Multiple Cluster Support Issues which are only required to enable Solo support for multi-cluster deployments. labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Multiple Cluster Support Issues which are only required to enable Solo support for multi-cluster deployments. P1 High priority issue. Required to be completed in the assigned milestone.
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants