This is an automated email from the ASF dual-hosted git repository.
mykolabodnar pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
new 24093cc [DATALAB-2409] - DataLab deployment script refactored
24093cc is described below
commit 24093cc30b8345c1fc93bdf9aa6347d0b617ef6e
Author: bodnarmykola <[email protected]>
AuthorDate: Wed Jul 21 15:15:56 2021 +0300
[DATALAB-2409] - DataLab deployment script refactored
---
infrastructure-provisioning/scripts/deploy_datalab.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/infrastructure-provisioning/scripts/deploy_datalab.py
b/infrastructure-provisioning/scripts/deploy_datalab.py
index cf322a6..6bac896 100644
--- a/infrastructure-provisioning/scripts/deploy_datalab.py
+++ b/infrastructure-provisioning/scripts/deploy_datalab.py
@@ -141,6 +141,8 @@ def build_parser():
help='password to access repository (used for jars
download)')
parser.add_argument('--conf_repository_address', type=str, default='',
help='address to access repository (used for jars
download)')
+ parser.add_argument('--default_endpoint_name', type=str, default='local',
+ help='Name of localhost provisioning service,
that created by default')
required_args = parser.add_argument_group('Required arguments')
required_args.add_argument('--conf_service_base_name', type=str,
@@ -159,8 +161,7 @@ def build_parser():
required_args.add_argument('--keycloak_user', type=str, default='datalab',
help='Keycloak user', required=True)
required_args.add_argument('--keycloak_user_password', type=str,
default='keycloak-user-password',
help='Keycloak user password', required=True)
- required_args.add_argument('--default_endpoint_name', type=str,
default='local',
- help='Name of localhost provisioning service,
that created by default', required=True)
+
# subparsers
subparsers = parser.add_subparsers(dest='conf_cloud_provider',
required=True, help='sub-command help',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]