You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/02/28 15:50:40 UTC

[incubator-dlab] branch DLAB-1485 created (now d2eb326)

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

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


      at d2eb326  [DLAB-11485]: test commit for ssn fail

This branch includes the following new commits:

     new d2eb326  [DLAB-11485]: test commit for ssn fail

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-11485]: test commit for ssn fail

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

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

commit d2eb32626864755de248c2822509767fa0fefe97
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Fri Feb 28 17:50:15 2020 +0200

    [DLAB-11485]: test commit for ssn fail
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py b/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
index 8615a25..ebf9d88 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
@@ -473,7 +473,7 @@ if __name__ == "__main__":
             print('[CREATING ROUTE53 RECORD]')
             try:
                 create_route_53_record(os.environ['ssn_hosted_zone_id'], os.environ['ssn_hosted_zone_name'],
-                                       os.environ['ssn_subdomain'], instance_ip)
+                                       os.environ['ssn_subdomain'])
             except:
                 traceback.print_exc()
                 raise Exception


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