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

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


The following commit(s) were added to refs/heads/DLAB-657 by this push:
     new 3642dda  Update configure_mongo.py
3642dda is described below

commit 3642dda8159eb75dbb8a9b68e8ce74f0701a6e3a
Author: i.oleksandr <i.oleksa...@gmail.com>
AuthorDate: Wed Jun 5 13:16:25 2019 +0300

    Update configure_mongo.py
---
 infrastructure-provisioning/src/ssn/scripts/configure_mongo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py 
b/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py
index d64fbee..4115798 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_mongo.py
@@ -81,7 +81,7 @@ if __name__ == "__main__":
     # Setting up admin's password and enabling security
     client = MongoClient(mongo_ip + ':' + str(mongo_port))
     pass_upd = True
-    if kuber:
+    if args.kuber:
         local("cd {}; docker build --build-arg CLOUD_PROVIDER={} --file 
ssn/files/os/mongo_Dockerfile -t docker.dlab-mongo ."
              .format(args.dlab_path, args.cloud_provider))
         local("mkdir -p /opt/mongo-vol")


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

Reply via email to