You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/25 09:45:38 UTC

[incubator-dlab] branch DLAB-terraform updated (98cf128 -> 874a940)

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

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


    from 98cf128  Merge pull request #186 from bohdana-kuzmenko/DLAB-terraform-cli
     add ccdffd4  [DLAB-812] Created Helm Chart for Dlab-Billing service
     new 874a940  Merge pull request #188 from apache/DLAB-812

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:
 .../.helmignore                                    |  0
 .../Chart.yaml                                     |  2 +-
 .../templates/NOTES.txt                            |  8 +++----
 .../templates/_helpers.tpl                         | 12 +++++------
 .../templates/deployment.yaml                      | 25 ++++++----------------
 .../templates/service.yaml                         | 13 +++++------
 .../values.yaml                                    | 21 +++++++++---------
 .../aws/ssn-helm-charts/main/dlab-billing.tf}      | 11 +++++-----
 8 files changed, 38 insertions(+), 54 deletions(-)
 copy infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/{dlab-ui-chart => dlab-billing-chart}/.helmignore (100%)
 copy infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/{dlab-ui-chart => dlab-billing-chart}/Chart.yaml (98%)
 copy infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/{dlab-ui-chart => dlab-billing-chart}/templates/NOTES.txt (84%)
 copy infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/{dlab-ui-chart => dlab-billing-chart}/templates/_helpers.tpl (89%)
 copy infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/{dlab-ui-chart => dlab-billing-chart}/templates/deployment.yaml (77%)
 copy infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/{dlab-ui-chart => dlab-billing-chart}/templates/service.yaml (81%)
 copy infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/{dlab-ui-chart => dlab-billing-chart}/values.yaml (87%)
 copy infrastructure-provisioning/{src/edge/templates/conf.d/proxy.conf => terraform/aws/ssn-helm-charts/main/dlab-billing.tf} (85%)


---------------------------------------------------------------------
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 #188 from apache/DLAB-812

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

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

commit 874a94063d725c4951ccf2ea69937bacfb9a6995
Merge: 98cf128 ccdffd4
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Jul 25 12:45:33 2019 +0300

    Merge pull request #188 from apache/DLAB-812
    
    [DLAB-812] Created Helm Chart for Dlab-Billing service

 .../main/dlab-billing-chart/.helmignore            | 43 +++++++++++++
 .../main/dlab-billing-chart/Chart.yaml             | 26 ++++++++
 .../main/dlab-billing-chart/templates/NOTES.txt    | 42 +++++++++++++
 .../main/dlab-billing-chart/templates/_helpers.tpl | 65 ++++++++++++++++++++
 .../dlab-billing-chart/templates/deployment.yaml   | 67 ++++++++++++++++++++
 .../main/dlab-billing-chart/templates/service.yaml | 38 ++++++++++++
 .../main/dlab-billing-chart/values.yaml            | 71 ++++++++++++++++++++++
 .../aws/ssn-helm-charts/main/dlab-billing.tf       | 27 ++++++++
 8 files changed, 379 insertions(+)


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