This is an automated email from the ASF dual-hosted git repository.

dmysakovets pushed a commit to branch odahu-integration
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/odahu-integration by this push:
     new 36056b7  [odahu-integration] Bugfix
36056b7 is described below

commit 36056b720237f8ebbb65133294bc00346c446b4a
Author: Demyan Mysakovets <demian.mysakove...@gmail.com>
AuthorDate: Thu Jan 30 17:27:15 2020 +0200

    [odahu-integration] Bugfix
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py 
b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index 2ac2e96..ef6f8ca 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -193,7 +193,7 @@ if __name__ == "__main__":
                              "subnet_id": ssn_conf['subnet_name'], 
"admin_key": os.environ['conf_key_name']}
         params = "--hostname {} --keyfile {} --additional_config '{}' 
--os_user {} --dlab_path {} --tag_resource_id {} --ssn_nexus_url {}". \
             format(instance_hostname, ssn_conf['ssh_key_path'], 
json.dumps(additional_config),
-                   ssn_conf['dlab_ssh_user'], os.environ['ssn_dlab_path'], 
ssn_conf['service_base_name'])
+                   ssn_conf['dlab_ssh_user'], os.environ['ssn_dlab_path'], 
ssn_conf['service_base_name'], os.environ['ssn_nexus_url'])
 
         try:
             local("~/scripts/{}.py {}".format('configure_ssn_node', params))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to