-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: create the v059x node-override.yaml via solo #1192
base: main
Are you sure you want to change the base?
feat: create the v059x node-override.yaml via solo #1192
Conversation
…r the new file Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
…x-network-overrideyml-via-solo
Signed-off-by: instamenta <[email protected]>
…x-network-overrideyml-via-solo
…x-network-overrideyml-via-solo
…ia-solo Signed-off-by: Jeromy Cannon <[email protected]>
… to convert the interfaceBindings and endpointOverrides to JSON and to emit them as keys if they are not needed Signed-off-by: instamenta <[email protected]>
…on notation Signed-off-by: instamenta <[email protected]>
…x-network-overrideyml-via-solo # Conflicts: # src/core/genesis_network_models/genesis_network_data_constructor.ts
…is parameter Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
…to avoid throwing error Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
@@ -31,9 +31,17 @@ export class GenesisNetworkDataConstructor implements ToJSON { | |||
) { | |||
nodeAliases.forEach(nodeAlias => { | |||
const genesisPrivateKey = PrivateKey.fromStringED25519(constants.GENESIS_KEY); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if not provided by the user then we generate one and then store it in k8s secrets, but DO NOT set it to GENESIS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the logic create new key and save to k8 if no one is available
…eate-the-v059x-network-overrideyml-via-solo Signed-off-by: Jeffrey Tang <[email protected]> # Conflicts: # src/commands/node/tasks.ts # src/core/platform_installer.ts
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Many test failed because could not reach Active status
|
Description
Adds new class
NetworkOverridesModel
which creates thenetwork-override.yaml
inside the staging directory and then copies it inside the nodes duringnode setup
Related Issues