Auteur: Sébastien DAVOULT
Courriel: [email protected]
Licence: CC-BY-4.0
Version: 1.0
Ce support de formation est distribué sous la license Creative Commons Attribution 4.0 International License.
| --- | |
| apiVersion: batch/v1beta1 | |
| kind: CronJob | |
| metadata: | |
| name: etcd-backup | |
| namespace: openshift-etcd | |
| spec: | |
| schedule: '@daily' | |
| jobTemplate: | |
| spec: |
| #!/bin/bash | |
| set -e | |
| set -x | |
| declare -A roles | |
| VCENTER="Cns.Searchable InventoryService.Tagging.AttachTag InventoryService.Tagging.CreateCategory InventoryService.Tagging.CreateTag InventoryService.Tagging.DeleteCategory InventoryService.Tagging.DeleteTag InventoryService.Tagging.EditCategory InventoryService.Tagging.EditTag Sessions.ValidateSession StorageProfile.View" | |
| VCENTER_ROLE_NAME="openshift-vcenter-level" |
| # Copyright 2018 Google LLC | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| --- | |
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| creationTimestamp: null | |
| labels: | |
| app: signald | |
| name: signald | |
| namespace: matrix | |
| spec: |
Auteur: Sébastien DAVOULT
Courriel: [email protected]
Licence: CC-BY-4.0
Version: 1.0
Ce support de formation est distribué sous la license Creative Commons Attribution 4.0 International License.
| # | |
| # tuned configuration for PostgresSQL servers | |
| # /usr/lib/tuned/postgres-db-server/tuned.conf | |
| # | |
| [cpu] | |
| force_latency=1 | |
| governor=performance | |
| energy_perf_bias=performance | |
| min_perf_pct=100 |