Skip to content

Commit

Permalink
Merge branch 'version_4.3.0' of https://github.com/GluuFederation/com…
Browse files Browse the repository at this point in the history
…munity-edition-setup into version_4.3.0
  • Loading branch information
yurem committed Jun 8, 2021
2 parents d66cdec + 5930eb1 commit 3334617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup_app/setup_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ def get_setup_options():

if base.argsp.remote_couchbase:
setupOptions['cb_install'] = InstallTypes.REMOTE

setupOptions['couchbase_hostname'] = base.argsp.couchbase_hostname


if base.argsp.remote_rdbm:
setupOptions['rdbm_install'] = True
setupOptions['rdbm_install_type'] = InstallTypes.REMOTE
Expand Down
2 changes: 2 additions & 0 deletions setup_app/utils/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def arg_parser():

parser.add_argument('--remote-couchbase', help="Enables using remote couchbase server", action='store_true')
parser.add_argument('--local-couchbase', help="Enables installing couchbase server", action='store_true')
parser.add_argument('-couchbase-hostname', help="Remote couchbase server hostname")

parser.add_argument('-couchbase-admin-user', help="Couchbase admin user")
parser.add_argument('-couchbase-admin-password', help="Couchbase admin user password")
parser.add_argument('-couchbase-bucket-prefix', help="Set prefix for couchbase buckets", default='gluu')
Expand Down

0 comments on commit 3334617

Please sign in to comment.