Commit 88ea39ca authored by Gyanendra Mishra's avatar Gyanendra Mishra

stuff executes

parent d0832dc6
...@@ -78,6 +78,8 @@ def launch( ...@@ -78,6 +78,8 @@ def launch(
service_config = get_service_config(launcher.network_id, launcher.el_genesis_data, launcher.prefunded_geth_keys_artifact_uuid, service_config = get_service_config(launcher.network_id, launcher.el_genesis_data, launcher.prefunded_geth_keys_artifact_uuid,
launcher.prefunded_account_info, image, existing_el_clients, log_level, extra_params) launcher.prefunded_account_info, image, existing_el_clients, log_level, extra_params)
print(service_config)
service = add_service(service_id, service_config) service = add_service(service_id, service_config)
# TODO add facts & waits # TODO add facts & waits
...@@ -156,7 +158,7 @@ def get_service_config(network_id, genesis_data, prefunded_geth_keys_artifact_uu ...@@ -156,7 +158,7 @@ def get_service_config(network_id, genesis_data, prefunded_geth_keys_artifact_uu
bootnode_enode = bootnode_context.enode bootnode_enode = bootnode_context.enode
launch_node_cmd_args.append( launch_node_cmd_args.append(
'--bootnodes="%s"'.format(bootnode_enode), '--bootnodes="{0}"'.format(bootnode_enode),
) )
if len(extra_params) > 0: if len(extra_params) > 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment