You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/11/14 11:05:27 UTC

[incubator-dlab] branch redhat-fix-rc22 created (now ab326aa)

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

omartushevskyi pushed a change to branch redhat-fix-rc22
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at ab326aa  fixed issue with supervisor extension;

This branch includes the following new commits:

     new ab326aa  fixed issue with supervisor extension;

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: fixed issue with supervisor extension;

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch redhat-fix-rc22
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit ab326aa0f792e654e770e8590367110e1ccd4298
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Nov 14 13:05:17 2019 +0200

    fixed issue with supervisor extension;
---
 infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py b/infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py
index 5fe41d1..a3dfd07 100644
--- a/infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/redhat/ssn_lib.py
@@ -206,7 +206,7 @@ def start_ss(keyfile, host_string, dlab_conf_dir, web_path,
     try:
         if not exists('{}tmp/ss_started'.format(os.environ['ssn_dlab_path'])):
             java_path = sudo("alternatives --display java | grep 'slave jre: ' | awk '{print $3}'")
-            supervisor_conf = '/etc/supervisord.d/supervisor_svc.conf'
+            supervisor_conf = '/etc/supervisord.d/supervisor_svc.ini'
             local('sed -i "s|MONGO_PASSWORD|{}|g" /root/templates/ssn.yml'.format(mongo_passwd))
             local('sed -i "s|KEYSTORE_PASSWORD|{}|g" /root/templates/ssn.yml'.format(keystore_passwd))
             local('sed -i "s|CLOUD_PROVIDER|{}|g" /root/templates/ssn.yml'.format(cloud_provider))


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