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

[incubator-dlab] branch DLAB-1627 created (now 40e15a2)

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

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


      at 40e15a2  [DLAB-1627]: changed shared images names

This branch includes the following new commits:

     new 40e15a2  [DLAB-1627]: changed shared images names

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-1627]: changed shared images names

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

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

commit 40e15a252409dc0f0c8812ec345534d214d17004
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Thu Mar 12 14:18:00 2020 +0200

    [DLAB-1627]: changed shared images names
---
 .../src/general/scripts/gcp/deeplearning_configure.py                   | 2 +-
 .../src/general/scripts/gcp/jupyter_configure.py                        | 2 +-
 .../src/general/scripts/gcp/jupyterlab_configure.py                     | 2 +-
 .../src/general/scripts/gcp/rstudio_configure.py                        | 2 +-
 .../src/general/scripts/gcp/superset_configure.py                       | 2 +-
 .../src/general/scripts/gcp/tensor-rstudio_configure.py                 | 2 +-
 infrastructure-provisioning/src/general/scripts/gcp/tensor_configure.py | 2 +-
 .../src/general/scripts/gcp/zeppelin_configure.py                       | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
index 4546f1d..f9762ac 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/deeplearning_configure.py
@@ -66,7 +66,7 @@ if __name__ == "__main__":
                 notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['expected_secondary_image_name'] = '{}-{}-{}-{}-secondary-image'.format(
-                notebook_config['service_base_name'], notebook_config['endpoint_name'], notebook_config['project_name'],
+                notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['image_labels'] = {"sbn": notebook_config['service_base_name'],
                                                "endpoint_tag": notebook_config['endpoint_tag'],
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/jupyter_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/jupyter_configure.py
index 0e27a15..b8744e8 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/jupyter_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/jupyter_configure.py
@@ -66,7 +66,7 @@ if __name__ == "__main__":
                 notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['expected_secondary_image_name'] = '{}-{}-{}-{}-secondary-image'.format(
-                notebook_config['service_base_name'], notebook_config['endpoint_name'], notebook_config['project_name'],
+                notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['image_labels'] = {"sbn": notebook_config['service_base_name'],
                                                "endpoint_tag": notebook_config['endpoint_tag'],
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/jupyterlab_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/jupyterlab_configure.py
index e4057f5..fad785b 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/jupyterlab_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/jupyterlab_configure.py
@@ -66,7 +66,7 @@ if __name__ == "__main__":
                 notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['expected_secondary_image_name'] = '{}-{}-{}-{}-secondary-image'.format(
-                notebook_config['service_base_name'], notebook_config['endpoint_name'], notebook_config['project_name'],
+                notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['image_labels'] = {"sbn": notebook_config['service_base_name'],
                                                "endpoint_tag": notebook_config['endpoint_tag'],
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/rstudio_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/rstudio_configure.py
index beb8321..a51df46 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/rstudio_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/rstudio_configure.py
@@ -67,7 +67,7 @@ if __name__ == "__main__":
                 notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['expected_secondary_image_name'] = '{}-{}-{}-{}-secondary-image'.format(
-                notebook_config['service_base_name'], notebook_config['endpoint_name'], notebook_config['project_name'],
+                notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['image_labels'] = {"sbn": notebook_config['service_base_name'],
                                                "endpoint_tag": notebook_config['endpoint_tag'],
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/superset_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/superset_configure.py
index 5f64693..021eb4c 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/superset_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/superset_configure.py
@@ -68,7 +68,7 @@ if __name__ == "__main__":
                 notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['expected_secondary_image_name'] = '{}-{}-{}-{}-secondary-image'.format(
-                notebook_config['service_base_name'], notebook_config['endpoint_name'], notebook_config['project_name'],
+                notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['image_labels'] = {"sbn": notebook_config['service_base_name'],
                                                "endpoint_tag": notebook_config['endpoint_tag'],
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/tensor-rstudio_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/tensor-rstudio_configure.py
index 92a15ef..282e0d0 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/tensor-rstudio_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/tensor-rstudio_configure.py
@@ -71,7 +71,7 @@ if __name__ == "__main__":
                 notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['expected_secondary_image_name'] = '{}-{}-{}-{}-secondary-image'.format(
-                notebook_config['service_base_name'], notebook_config['endpoint_name'], notebook_config['project_name'],
+                notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['image_labels'] = {"sbn": notebook_config['service_base_name'],
                                                "endpoint_tag": notebook_config['endpoint_tag'],
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/tensor_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/tensor_configure.py
index 299f5dd..a50afd1 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/tensor_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/tensor_configure.py
@@ -67,7 +67,7 @@ if __name__ == "__main__":
                 notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['expected_secondary_image_name'] = '{}-{}-{}-{}-secondary-image'.format(
-                notebook_config['service_base_name'], notebook_config['endpoint_name'], notebook_config['project_name'],
+                notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['image_labels'] = {"sbn": notebook_config['service_base_name'],
                                                "endpoint_tag": notebook_config['endpoint_tag'],
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/zeppelin_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/zeppelin_configure.py
index affd96e..4c7839b 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/zeppelin_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/zeppelin_configure.py
@@ -67,7 +67,7 @@ if __name__ == "__main__":
                 notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['expected_secondary_image_name'] = '{}-{}-{}-{}-secondary-image'.format(
-                notebook_config['service_base_name'], notebook_config['endpoint_name'], notebook_config['project_name'],
+                notebook_config['service_base_name'], notebook_config['project_name'], notebook_config['endpoint_name'],
                 os.environ['application'])
             notebook_config['image_labels'] = {"sbn": notebook_config['service_base_name'],
                                                "endpoint_tag": notebook_config['endpoint_tag'],


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