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/09/06 10:40:41 UTC

[incubator-dlab] branch DLAB-terraform updated: fixed issue with missed parameters

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

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


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new d161c01  fixed issue with missed parameters
d161c01 is described below

commit d161c014e5f9ec02f4b9ce19bb8743f275711e89
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Sep 6 13:40:32 2019 +0300

    fixed issue with missed parameters
---
 .../src/general/scripts/azure/ssn_configure.py                      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
index 570f87f..c99c649 100644
--- a/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/azure/ssn_configure.py
@@ -277,15 +277,15 @@ if __name__ == "__main__":
             },
             {
                 'key': 'AZURE_RESOURCE_GROUP_NAME',
-                'value': ''
+                'value': ssn_conf['resource_group_name']
             },
             {
                 'key': 'AZURE_SSN_STORAGE_ACCOUNT_TAG',
-                'value': ''
+                'value': ssn_conf['ssn_storage_account_name']
             },
             {
                 'key': 'AZURE_SHARED_STORAGE_ACCOUNT_TAG',
-                'value': ''
+                'value': ssn_conf['shared_storage_account_name']
             },
             {
                 'key': 'SUBNET2_ID',


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