You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by ad...@apache.org on 2019/09/26 15:12:44 UTC

[incubator-dlab] branch DLAB-terraform-endp-prov created (now d21eb23)

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

adamsd pushed a change to branch DLAB-terraform-endp-prov
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at d21eb23  Temporary fix for provisioning of Endpoint (alb and nlb added again).

This branch includes the following new commits:

     new d21eb23  Temporary fix for provisioning of Endpoint (alb and nlb added again).

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: Temporary fix for provisioning of Endpoint (alb and nlb added again).

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

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

commit d21eb23f9b6520bb31e633f639127eb1f7591b73
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Thu Sep 26 18:12:32 2019 +0300

    Temporary fix for provisioning of Endpoint (alb and nlb added again).
---
 .../terraform/bin/deploy/endpoint_fab.py                      | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index b3323a6..baf86a8 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -512,6 +512,12 @@ def init_args():
     parser.add_argument('--ldap_users_group', type=str, default='')
     parser.add_argument('--ldap_user', type=str, default='')
     parser.add_argument('--ldap_bind_creds', type=str, default='')
+
+    # TEMPORARY
+    parser.add_argument('--ssn_k8s_nlb_dns_name', type=str, default='')
+    parser.add_argument('--ssn_k8s_alb_dns_name', type=str, default='')
+    # TEMPORARY
+
     print(parser.parse_known_args())
     args = parser.parse_known_args()[0]
 
@@ -559,6 +565,11 @@ def start_deploy():
     print("Start provisioning of Endpoint.")
     time.sleep(40)
 
+# TEMPORARY!!!
+    args.keycloack_host = args.ssn_k8s_alb_dns_name
+    args.ss_host = args.ssn_k8s_nlb_dns_name
+# TEMPORARY!!!
+
     print(args)
     logging.info("Creating dlab-user")
     create_user()


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