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

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


The following commit(s) were added to refs/heads/DLAB-1405 by this push:
     new 6d2ccdc  [DLAB-1405] Added print functions for testing purpose
6d2ccdc is described below

commit 6d2ccdcf7af399d00d44f7c43cfe16717ad912c4
Author: Demyan Mysakovets <demian.mysakove...@gmail.com>
AuthorDate: Thu Jan 23 10:10:43 2020 +0200

    [DLAB-1405] Added print functions for testing purpose
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py 
b/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
index f9e7e36..a86bc46 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_prepare.py
@@ -75,7 +75,6 @@ if __name__ == "__main__":
         print("Service base name should be unique and less or equal 12 
symbols. Please try again.")
         sys.exit(1)
 
-    print('os.environ[gcp_vpc_name]: ' + os.environ['gcp_vpc_name'])
     try:
         if os.environ['gcp_vpc_name'] == '':
             raise KeyError
@@ -144,6 +143,7 @@ if __name__ == "__main__":
         try:
             pre_defined_firewall = True
             logging.info('[CREATE FIREWALL]')
+            print('os.environ[gcp_vpc_name]: ' + os.environ['gcp_vpc_name'])
             print('[CREATE FIREWALL]')
             firewall_rules = dict()
             firewall_rules['ingress'] = []


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

Reply via email to