You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/11/04 13:29:12 UTC

[incubator-dlab] branch DLAB-1158 updated: added missing parameter

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

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


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new e3f6cab  added missing parameter
e3f6cab is described below

commit e3f6cab04447397125e4cc14c3389c46733c8e9e
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Mon Nov 4 15:28:58 2019 +0200

    added missing parameter
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py  | 4 ++++
 .../src/general/scripts/azure/ssn_configure.py                        | 4 ++++
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py  | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index 801bf12..cf160ea 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -455,6 +455,10 @@ if __name__ == "__main__":
             {
                 'key': 'AZURE_CLIENT_ID',
                 'value': ''
+            },
+            {
+                'key': 'SHARED_IMAGE_ENABLED',
+                'value': os.environ['conf_shared_image_enabled']
             }
         ]
         if os.environ['conf_duo_vpc_enable'] == 'true':
diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
index cc797a6..73c6656 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -320,6 +320,10 @@ if __name__ == "__main__":
             {
                 'key': 'PEERING_ID',
                 'value': ''
+            },
+            {
+                'key': 'SHARED_IMAGE_ENABLED',
+                'value': os.environ['conf_shared_image_enabled']
             }
         ]
 
diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index 24baa6a..f05505c 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -386,6 +386,10 @@ if __name__ == "__main__":
             {
                 'key': 'PEERING_ID',
                 'value': ''
+            },
+            {
+                'key': 'SHARED_IMAGE_ENABLED',
+                'value': os.environ['conf_shared_image_enabled']
             }
         ]
         if os.environ['conf_stepcerts_enabled'] == 'true':


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