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/08/06 13:40:01 UTC

[incubator-dlab] branch develop updated (e709696 -> 9452a50)

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

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


    from e709696  [DLAB-1662]: Fixed notebook position if user applies any action for it (#844)
     add ee71d62  [DLAB-1594]: added massage for redhat
     add 9639c7c  [DLAB-1594]: added variables
     add 9fbae91  [DLAB-1594]: lets encrypt certificates for ssn node
     add 5f1e034  [DLAB-1594]: added ssn. sub-domain for ssn node
     add d8d3788  [DLAB-1594]: commented jenkins install and config
     add 46728aa  [DLAB-1594]: changed argument description
     add b58cbae  [DLAB-1594]: changed conf_letsencrypt_email assignment
     add 13c4a3f  [DLAB-1594]: changed when certificate is obtained during ssn deployment
     add ecef631  [DLAB-1594]: changed some arguments
     add d281ad7  [DLAB-1594]: added check if email is defined
     add 33e967e  [DLAB-1594]: changed where nginx is configured
     add 0e32363  [DLAB-1594]: temporarily disabled resources termination in case if ssn configuration failure
     add c97d902  [DLAB-1594]: added check if letsencrypt are enabled before configuring nginx
     add c73e09d  [DLAB-1594]: changed when letsencrypt certificate is generated and configured
     add a0369f0  [DLAB-1594]: changed how lines are changed
     add 4e7a0d4  [DLAB-1594]: fixed error
     add 19494bf  [DLAB-1594]: added traceback
     add a4c606f  [DLAB-1594]: changed how lines are replaced
     add f34d240  [DLAB-1594]: enabled resources clear
     add fb91ae1  [DLAB-1594]: fixed error
     add 53ae0d1  [DLAB-1594]: tmp disabled resource termination
     add 72bd7f7  [DLAB-1594]: changed how lines are replaced
     add 72ea0bb  [DLAB-1594]: changed how lines are replaced
     add 39c40f3  [DLAB-1594]: added ssn. to cert path
     add f2d35df  [DLAB-1594]: changed how lines are replaced
     add 5f201e2  [DLAB-1594]: removed unnecessary whitespace
     add 2c3371a  [DLAB-1594]: moved function to common_lib
     add b39670c  [DLAB-1594]: added letsencrypt certificates for edge
     add e612c47  [DLAB-1594]: added variables to functions
     add a3cf743  [DLAB-1594]: added import
     add 01e392d  [DLAB-1594]: enabled resource termination
     add 0b40c9e  [DLAB-1594]: made echo quiet
     add a78170b  [DLAB-1594]: added for test
     add 1f8c490  [DLAB-1594]: fixed error
     add 9a7cb3c  [DLAB-1594]: fixed typo
     add 467703f  [DLAB-1594]: added different nginx config path for edge node
     add 75b0d4a  [DLAB-1594]: removed package installation
     add 8b164fb  [DLAB-1594]: changed when nginx is reconfigured
     add e5b99a1  [DLAB-1594]: fixed some errors, made some upgrades in code
     add a9087e3  [DLAB-1594]: fixed some errors
     add d3c1723  [DLAB-1594]: enabled resource termination on failure
     add 219e9fb  Merge branch 'develop' into DLAB-1594-2
     new 9452a50  Merge pull request #847 from apache/DLAB-1594-2

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:
 infrastructure-provisioning/scripts/deploy_dlab.py |  7 ++
 .../src/general/conf/dlab.ini                      |  6 ++
 .../src/general/lib/os/debian/common_lib.py        | 51 ++++++++++++++
 .../src/general/lib/os/debian/edge_lib.py          | 11 +++
 .../src/general/lib/os/debian/ssn_lib.py           |  1 -
 .../src/general/lib/os/redhat/common_lib.py        | 26 ++++++++
 .../src/general/lib/os/redhat/edge_lib.py          |  2 +
 .../src/general/lib/os/redhat/ssn_lib.py           |  2 +
 .../src/general/scripts/aws/ssn_configure.py       | 71 ++++++++++++++++++++
 .../src/general/scripts/azure/ssn_configure.py     | 71 ++++++++++++++++++++
 .../src/general/scripts/gcp/ssn_configure.py       | 78 ++++++++++++++++++++++
 .../src/ssn/scripts/configure_ssn_node.py          | 10 ++-
 12 files changed, 334 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
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 #847 from apache/DLAB-1594-2

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

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

commit 9452a50773f472aad1a8ba72d71085d1187145c0
Merge: e709696 219e9fb
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Thu Aug 6 16:39:54 2020 +0300

    Merge pull request #847 from apache/DLAB-1594-2
    
    [DLAB-1594]: Add support of Let's Encrypt certificates

 infrastructure-provisioning/scripts/deploy_dlab.py |  7 ++
 .../src/general/conf/dlab.ini                      |  6 ++
 .../src/general/lib/os/debian/common_lib.py        | 51 ++++++++++++++
 .../src/general/lib/os/debian/edge_lib.py          | 11 +++
 .../src/general/lib/os/debian/ssn_lib.py           |  1 -
 .../src/general/lib/os/redhat/common_lib.py        | 26 ++++++++
 .../src/general/lib/os/redhat/edge_lib.py          |  2 +
 .../src/general/lib/os/redhat/ssn_lib.py           |  2 +
 .../src/general/scripts/aws/ssn_configure.py       | 71 ++++++++++++++++++++
 .../src/general/scripts/azure/ssn_configure.py     | 71 ++++++++++++++++++++
 .../src/general/scripts/gcp/ssn_configure.py       | 78 ++++++++++++++++++++++
 .../src/ssn/scripts/configure_ssn_node.py          | 10 ++-
 12 files changed, 334 insertions(+), 2 deletions(-)


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