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/03/06 14:43:18 UTC

[incubator-dlab] 01/02: [DLAB-1593]: added arguments

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

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

commit 916518b95f0cccf7a5dcd0292a81297974352550
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Mar 6 13:29:49 2020 +0200

    [DLAB-1593]: added arguments
---
 infrastructure-provisioning/scripts/deploy_dlab.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/infrastructure-provisioning/scripts/deploy_dlab.py b/infrastructure-provisioning/scripts/deploy_dlab.py
index 40b1485..f276136 100644
--- a/infrastructure-provisioning/scripts/deploy_dlab.py
+++ b/infrastructure-provisioning/scripts/deploy_dlab.py
@@ -143,6 +143,10 @@ parser.add_argument('--conf_stepcerts_root_ca', type=str, default='', help='Step
 parser.add_argument('--conf_stepcerts_kid', type=str, default='', help='Step KID')
 parser.add_argument('--conf_stepcerts_kid_password', type=str, default='', help='Step KID password')
 parser.add_argument('--conf_stepcerts_ca_url', type=str, default='', help='Step CA URL')
+parser.add_argument('--conf_domain_name_enabled', type=str, default='false',
+                    help='IF true, nginx will be configured to use subdomain in specified domain name as service_name')
+parser.add_argument('--conf_domain_name', type=str, default='',
+                    help='Previously registered Domain name. N.B. if used all DNS records must be created by the user manually')
 parser.add_argument('--action', required=True, type=str, default='', choices=['build', 'deploy', 'create', 'terminate'],
                     help='Available options: build, deploy, create, terminate')
 args = parser.parse_args()


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