Merge "Setup for low_latency performance tuning"
authorLevente Kálé <levente.kale@nokia.com>
Thu, 19 Sep 2019 10:17:52 +0000 (10:17 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Thu, 19 Sep 2019 10:17:52 +0000 (10:17 +0000)
roles/monitoring/defaults/main.yaml
roles/monitoring/tasks/harden_services.yml

index e535511..e6a3677 100644 (file)
 # limitations under the License.
 
 keepalivedmonitor_port : 64000
+
+hardened_services:
+  - docker
+  - haproxy
+  - kubelet
+  - kubelet_healthcheck
+  - mariadb
+  - nginx
+  - ntpd
+  - redis
index 243538e..43576ca 100644 (file)
@@ -11,9 +11,6 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-- name: Define services to be hardened
-  set_fact:
-      hardened_services: [ ntpd ]
 
 - name: Create hardening hooks
   file: