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/08/03 15:03:25 UTC

[incubator-dlab] branch DLAB-1594-2 updated: [DLAB-1594]: changed argument description

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

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


The following commit(s) were added to refs/heads/DLAB-1594-2 by this push:
     new 46728aa  [DLAB-1594]: changed argument description
46728aa is described below

commit 46728aacf4f01ee07fe2becbaf685718949c023f
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Aug 3 18:03:08 2020 +0300

    [DLAB-1594]: changed argument description
---
 infrastructure-provisioning/scripts/deploy_dlab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/scripts/deploy_dlab.py b/infrastructure-provisioning/scripts/deploy_dlab.py
index 77cfe54..df9fb06 100644
--- a/infrastructure-provisioning/scripts/deploy_dlab.py
+++ b/infrastructure-provisioning/scripts/deploy_dlab.py
@@ -146,7 +146,7 @@ parser.add_argument('--conf_stepcerts_ca_url', type=str, default='', help='Step
 parser.add_argument('--conf_letsencrypt_enabled', type=str, default='false', help='Enable or disable Let`s Encrypt certificates')
 parser.add_argument('--conf_letsencrypt_domain_name', type=str, default='', help='Domain names to apply. '
                          'For multiple domains enter a comma separated list of domains as a parameter'
-                         'ssn.domain_name will be used for ssn_node and edge.domain_name for edge_node')
+                         'ssn.domain_name will be used for ssn_node, DNS A record have to exist during deployment')
 parser.add_argument('--conf_letsencrypt_email', type=str, default='', help='Email that will be entered during '
                          'certificate obtaining and can be user for urgent renewal and security notices. '
                          'Use comma to register multiple emails, e.g. u1@example.com,u2@example.com.')


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