You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/07/20 12:57:36 UTC

[incubator-dlab] branch DLAB-1944 created (now 08c1b0b)

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

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


      at 08c1b0b  [DLAB-1944]: added AZURE_AUTH_FILE_PATH to configure_billing

This branch includes the following new commits:

     new 1176750  [DLAB-1944]: added AZURE_AUTH_FILE_PATH to endpoint_fab
     new 08c1b0b  [DLAB-1944]: added AZURE_AUTH_FILE_PATH to configure_billing

The 2 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/02: [DLAB-1944]: added AZURE_AUTH_FILE_PATH to endpoint_fab

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

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

commit 11767507497f823e19fca536d8c447e06f2a4b5d
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Jul 20 13:46:41 2020 +0300

    [DLAB-1944]: added AZURE_AUTH_FILE_PATH to endpoint_fab
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index fb05691..0b74535 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -936,6 +936,10 @@ def configure_billing_endpoint(endpoint_keystore_password):
                         'key': "REGION_INFO",
                         'value': args.region_info
                     }
+                    {
+                        'key': "AZURE_AUTH_FILE_PATH",
+                        'value': args.auth_file_path
+                    }
                 ]
             for param in billing_properties:
                 conn.sudo('sed -i "s|{0}|{1}|g" {2}'


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


[incubator-dlab] 02/02: [DLAB-1944]: added AZURE_AUTH_FILE_PATH to configure_billing

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

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

commit 08c1b0b0ae37a21d7f1a23a4495b15f6c3f7ca57
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Jul 20 13:49:59 2020 +0300

    [DLAB-1944]: added AZURE_AUTH_FILE_PATH to configure_billing
---
 infrastructure-provisioning/src/ssn/scripts/configure_billing.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_billing.py b/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
index 1df44cc..5315c8b 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_billing.py
@@ -113,6 +113,7 @@ def yml_billing(path):
             config_orig = config_orig.replace('TENANT_ID', args.tenant_id)
             config_orig = config_orig.replace('SUBSCRIPTION_ID', args.subscription_id)
             config_orig = config_orig.replace('AUTHENTICATION_FILE', args.authentication_file)
+            config_orig = config_orig.replace('AZURE_AUTH_FILE_PATH', args.authentication_file)
             config_orig = config_orig.replace('OFFER_NUMBER', args.offer_number)
             config_orig = config_orig.replace('CURRENCY', args.currency)
             config_orig = config_orig.replace('LOCALE', args.locale)


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