You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/03/12 13:03:34 UTC

[incubator-dlab] branch DLAB-1225 created (now 0cb0f04)

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

mykolabodnar pushed a change to branch DLAB-1225
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at 0cb0f04  [DLAB-1225]: Failed ssn creation is still running on Azure console test

This branch includes the following new commits:

     new 0cb0f04  [DLAB-1225]: Failed ssn creation is still running on Azure console test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: [DLAB-1225]: Failed ssn creation is still running on Azure console test

Posted by my...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DLAB-1225
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 0cb0f047849585f71cb546b3fa289f08655d3bba
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Thu Mar 12 15:03:15 2020 +0200

    [DLAB-1225]: Failed ssn creation is still running on Azure console test
---
 infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
index 856cce4..30d0662 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -138,7 +138,7 @@ if __name__ == "__main__":
         params = "--hostname {} --keyfile {} --initial_user {} --os_user {} --sudo_group {}".format\
             (ssn_conf['instance_host'], ssn_conf['ssh_key_path'], ssn_conf['initial_user'], ssn_conf['dlab_ssh_user'],
              ssn_conf['sudo_group'])
-        local("~/scripts/{}.py {}".format('create_ssh_user', params))
+        local("~/scripts/{}.py {}".format('create_ssh_user'))
     except Exception as err:
         traceback.print_exc()
         clear_resources()


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