You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/03/11 15:30:00 UTC

[incubator-dlab] branch DLAB-1565 updated: [DLAB-1565]: Convey billing for remote endpoints - Mongo on endpoint fixed

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

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


The following commit(s) were added to refs/heads/DLAB-1565 by this push:
     new 73205b8  [DLAB-1565]: Convey billing for remote endpoints - Mongo on endpoint fixed
73205b8 is described below

commit 73205b80ec150e2c63fa73167ce2189ef87b5151
Author: Mykola_Bodnar1 <bo...@gmail.com>
AuthorDate: Wed Mar 11 17:29:46 2020 +0200

    [DLAB-1565]: Convey billing for remote endpoints - Mongo on endpoint fixed
---
 infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 4826570..909947e 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -263,7 +263,7 @@ def ensure_mongo_endpoint():
         if not exists(conn, '/lib/systemd/system/mongod.service'):
             conn.put('./mongo_files/mongod.service_template', '/tmp/mongod.service_template')
             conn.sudo('sed -i "s/MONGO_USR/mongodb/g" /tmp/mongod.service_template'.format(args.os_user))
-            conn.sudo('cp -i /tmp/mongod.service_template /lib/systemd/system/mongod.service'))
+            conn.sudo('cp -i /tmp/mongod.service_template /lib/systemd/system/mongod.service')
             conn.sudo('systemctl daemon-reload')
             conn.sudo('systemctl enable mongod.service')
         if not exist(conn, '/tmp/configure_mongo.py'):


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