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/12 11:39:23 UTC

[incubator-dlab] branch DLAB-terraform updated (f9a543b -> 057a7c2)

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 f9a543b  Merge pull request #153 from bohdana-kuzmenko/DLAB-terraform-cli
     add 376bc5a  [DLAB-813] Created terraform scripts for Keycloak and Mysql
     add cc7d5b0  [DLAB-813] Added Headers to terraform scripts
     new 057a7c2  Merge pull request #155 from apache/DLAB-813

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:
 .../aws/modules/keycloak/ingress.yaml}             | 28 +++----
 .../{emr/variables.tf => keycloak/keycloak.tf}     | 90 ++++++++++++++--------
 .../terraform/aws/modules/keycloak/mysql.tf        | 89 +++++++++++++++++++++
 .../{dlab-ui/dlab-ui.tf => keycloak/variables.tf}  |  0
 4 files changed, 159 insertions(+), 48 deletions(-)
 copy infrastructure-provisioning/{scripts/deploy_repository/templates/nexus.service => terraform/aws/modules/keycloak/ingress.yaml} (76%)
 copy infrastructure-provisioning/terraform/aws/modules/{emr/variables.tf => keycloak/keycloak.tf} (53%)
 create mode 100644 infrastructure-provisioning/terraform/aws/modules/keycloak/mysql.tf
 copy infrastructure-provisioning/terraform/aws/modules/{dlab-ui/dlab-ui.tf => keycloak/variables.tf} (100%)


---------------------------------------------------------------------
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 #155 from apache/DLAB-813

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 057a7c28a492c3b837977a9f8cfe12904f9b11df
Merge: f9a543b cc7d5b0
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Fri Jul 12 14:39:19 2019 +0300

    Merge pull request #155 from apache/DLAB-813
    
    [DLAB-813] Created terraform scripts for Keycloak and Mysql

 .../terraform/aws/modules/keycloak/ingress.yaml    | 35 +++++++++
 .../terraform/aws/modules/keycloak/keycloak.tf     | 77 +++++++++++++++++++
 .../terraform/aws/modules/keycloak/mysql.tf        | 89 ++++++++++++++++++++++
 .../terraform/aws/modules/keycloak/variables.tf    | 20 +++++
 4 files changed, 221 insertions(+)


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