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 <[email protected]>
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.
[email protected],[email protected].')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]