You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by my...@apache.org on 2020/11/26 09:38:39 UTC

[incubator-datalab] branch DATALAB-2171 created (now af885d0)

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

mykolabodnar pushed a change to branch DATALAB-2171
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at af885d0  [DLAB-2171]: parameters for odahu added

This branch includes the following new commits:

     new af885d0  [DLAB-2171]: parameters for odahu added

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@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DLAB-2171]: parameters for odahu added

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

mykolabodnar pushed a commit to branch DATALAB-2171
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit af885d033762021f796b929d726350ba1c5e8a40
Author: bodnarmykola <bo...@gmail.com>
AuthorDate: Thu Nov 26 11:33:22 2020 +0200

    [DLAB-2171]: parameters for odahu added
---
 infrastructure-provisioning/src/ssn/scripts/configure_docker.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
index 9cd867d..ea1e507 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
@@ -39,6 +39,8 @@ parser.add_argument('--datalab_path', type=str, default='')
 parser.add_argument('--cloud_provider', type=str, default='')
 parser.add_argument('--resource', type=str, default='')
 parser.add_argument('--region', type=str, default='')
+parser.add_argument('--odahu_image', type=str, default='')
+parser.add_argument('--gcr_creds', type=str, default='')
 args = parser.parse_args()
 
 


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