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/03/24 13:38:21 UTC

[incubator-dlab] branch DLAB-1571 updated (4d17eb7 -> cb63850)

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

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


    from 4d17eb7  Merge remote-tracking branch 'origin/DLAB-1571' into DLAB-1571
     add b270d01  [DLAB-1565]: [AWS] - billing on remote endpoint implementation
     add dc6907b  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add 1bad0bc  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add 6bf1b74  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add 8afeb3c  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add 7eae24a  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add fb5deb6  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add 5f22f61  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add fd084c6  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add 57b8b64  [DLAB-1565]: [AWS] - billing on remote endpoint fixes
     add 67c5d7c  [DLAB-1565]: [Azure] - billing on remote endpoint
     add 64f24fb  [DLAB-1565]: [Azure] - billing on remote endpoint fixes
     add d6efc09  [DLAB-1565]: [Azure] - billing on remote endpoint fixes
     add 9ce7393  [DLAB-1565]: [Azure] - Billing on remote endpoint fixed
     new cb63850  Merge pull request #672 from apache/DLAB-1565-aws

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.


Summary of changes:
 .../terraform/aws/endpoint/main/variables.tf       |  22 ++-
 .../terraform/azure/endpoint/main/variables.tf     |  20 ++-
 .../{billing_gcp.yml => billing_app_aws.yml}       |   4 -
 .../terraform/bin/deploy/billing_aws.yml           |  24 +--
 .../terraform/bin/deploy/billing_azure.yml         |  46 +++---
 .../terraform/bin/deploy/endpoint_fab.py           | 163 ++++++++++++++++++++-
 .../terraform/bin/deploy/supervisor_svc.conf       |   2 +-
 infrastructure-provisioning/terraform/bin/dlab.py  |  18 +++
 .../billing-aws/src/main/resources/application.yml |   2 +-
 9 files changed, 255 insertions(+), 46 deletions(-)
 copy infrastructure-provisioning/terraform/bin/deploy/{billing_gcp.yml => billing_app_aws.yml} (83%)
 copy services/billing-aws/billing.yml => infrastructure-provisioning/terraform/bin/deploy/billing_aws.yml (87%)
 copy services/billing-azure/src/main/resources/application.yml => infrastructure-provisioning/terraform/bin/deploy/billing_azure.yml (50%)


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


[incubator-dlab] 01/01: Merge pull request #672 from apache/DLAB-1565-aws

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

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

commit cb6385031f48cd61e86c4a5b6189fa71ec0e96e2
Merge: 4d17eb7 9ce7393
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Tue Mar 24 15:38:11 2020 +0200

    Merge pull request #672 from apache/DLAB-1565-aws
    
    Dlab 1565 aws

 .../terraform/aws/endpoint/main/variables.tf       |  22 ++-
 .../terraform/azure/endpoint/main/variables.tf     |  20 ++-
 .../terraform/bin/deploy/billing_app_aws.yml       |  18 +--
 .../terraform/bin/deploy/billing_aws.yml           |  98 +++++++++++++
 .../terraform/bin/deploy/billing_azure.yml         |  59 ++++++++
 .../terraform/bin/deploy/endpoint_fab.py           | 163 ++++++++++++++++++++-
 .../terraform/bin/deploy/supervisor_svc.conf       |   2 +-
 infrastructure-provisioning/terraform/bin/dlab.py  |  18 +++
 .../billing-aws/src/main/resources/application.yml |   2 +-
 9 files changed, 386 insertions(+), 16 deletions(-)


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