URL: https://github.com/freeipa/freeipa/pull/3081
Author: fcami
 Title: #3081: [Backport][ipa-4-7] ipaplatform: add more services
Action: opened

PR body:
"""
This PR was opened automatically because PR #3075 was pushed to master and 
backport to ipa-4-7 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3081/head:pr3081
git checkout pr3081
From 386f7af0f8197586e6e5dfa4a15d7c91165b2e41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= <fc...@redhat.com>
Date: Thu, 25 Apr 2019 18:27:56 +0200
Subject: [PATCH] ipaplatform: add more services
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Healthcheck needs to check more services than currently defined
in ipaplatform. Add these services.

Signed-off-by: François Cami <fc...@redhat.com>
---
 ipaplatform/base/services.py | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/ipaplatform/base/services.py b/ipaplatform/base/services.py
index bc8cf81e99..71289373cc 100644
--- a/ipaplatform/base/services.py
+++ b/ipaplatform/base/services.py
@@ -50,12 +50,15 @@
 # *some* naming, set them as in Red Hat distributions. Actual implementation
 # should make them available through knownservices.<name> and take care of
 # re-mapping internally, if needed
-wellknownservices = ['certmonger', 'dirsrv', 'httpd', 'ipa', 'krb5kdc',
-                     'dbus', 'nslcd', 'nscd', 'ntpd', 'portmap',
-                     'rpcbind', 'kadmin', 'sshd', 'autofs', 'rpcgssd',
-                     'rpcidmapd', 'pki_tomcatd', 'chronyd', 'domainname',
-                     'named', 'ods_enforcerd', 'ods_signerd', 'gssproxy',
-                     'nfs-utils', 'sssd', 'NetworkManager']
+wellknownservices = [
+    'certmonger', 'dirsrv', 'httpd', 'ipa', 'krb5kdc',
+    'dbus', 'nslcd', 'nscd', 'ntpd', 'portmap',
+    'rpcbind', 'kadmin', 'sshd', 'autofs', 'rpcgssd',
+    'rpcidmapd', 'pki_tomcatd', 'chronyd', 'domainname',
+    'named', 'ods_enforcerd', 'ods_signerd', 'gssproxy',
+    'nfs-utils', 'sssd', 'NetworkManager', 'ipa-custodia',
+    'ipa-dnskeysyncd', 'ipa-otpd', 'ipa-ods-exporter'
+]
 
 # The common ports for these services. This is used to wait for the
 # service to become available.
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org

Reply via email to