From 12e4436a711a9e11222166d53d397e405391d56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Sat, 13 Mar 2021 20:11:39 +0000 Subject: [PATCH] Drop unused samples Depends-On: https://review.opendev.org/c/openstack/masakari/+/780421 Change-Id: I0152abfe3b5d374d09b69d4e0cff5a60fce22244 --- etc/masakarimonitors/hostmonitor.conf.sample | 74 ------------------- etc/masakarimonitors/proc.list.sample | 2 - .../processmonitor.conf.sample | 13 ---- 3 files changed, 89 deletions(-) delete mode 100755 etc/masakarimonitors/hostmonitor.conf.sample delete mode 100755 etc/masakarimonitors/proc.list.sample delete mode 100755 etc/masakarimonitors/processmonitor.conf.sample diff --git a/etc/masakarimonitors/hostmonitor.conf.sample b/etc/masakarimonitors/hostmonitor.conf.sample deleted file mode 100755 index 12f9ec9..0000000 --- a/etc/masakarimonitors/hostmonitor.conf.sample +++ /dev/null @@ -1,74 +0,0 @@ -# Monitoring interval(in seconds) of node status -# Default : 60 -MONITOR_INTERVAL=60 - -# Timeout value(in seconds) when cannot send the notice to resource management. -# Default : 10 -NOTICE_TIMEOUT=10 - -# Retry numbers when failed to notify the resource management. -# Default : 12 -NOTICE_RETRY_COUNT=12 - -# Retry interval(in seconds) when cannot send the notice to resource management. -# Default : 10 -NOTICE_RETRY_INTERVAL=10 - -# Standby time(in seconds) until activate STONITH -# Default : 30 -STONITH_WAIT=30 - -# Stonith type ( ipmi(default) / ssh(for test) ) -STONITH_TYPE=ssh - -# Maximum number of child process to start -# Default : 3 -MAX_CHILD_PROCESS=3 - -# Timeout value(in seconds) of the tcpdump command when monitor the HB line -# Default : 10 -TCPDUMP_TIMEOUT=10 - -# Timeout value(in seconds) of the ipmitool command -# Default : 5 -IPMI_TIMEOUT=5 - -# Number of ipmitool command retries -# Default : 3 -IPMI_RETRY_MAX=3 - -# Retry interval(in seconds) of the ipmitool command -# Default : 10 -IPMI_RETRY_INTERVAL=10 - -# Configuration file path of corosync -# Default : /etc/corosync/corosync.conf -HA_CONF="/etc/corosync/corosync.conf" - -# Log level ( info / debug ) -# Otherwise, info is set -# Default : info -LOG_LEVEL="debug" - -# These value of the order to get the token from the key stone -# DOMAIN,ADMIN_USER,ADMIN_PASS,AUTH_URL -# Domain name which the project belongs -DOMAIN="Default" - -# The name of a user with administrative privileges -ADMIN_USER="admin" - -# Administrator user's password -ADMIN_PASS="admin" - -# Administrator user's project name -PROJECT="demo" - -# Name of Region -REGION="RegionOne" - -# Address of Keystone -AUTH_URL="http://127.0.0.1:5000/" - -# Pattern of resource group name to ignore from RA count -IGNORE_RESOURCE_GROUP_NAME_PATTERN="stonith" diff --git a/etc/masakarimonitors/proc.list.sample b/etc/masakarimonitors/proc.list.sample deleted file mode 100755 index a28a167..0000000 --- a/etc/masakarimonitors/proc.list.sample +++ /dev/null @@ -1,2 +0,0 @@ -01,/usr/sbin/libvirtd,sudo service libvirt-bin start,sudo service libvirt-bin start,,,, -02,/usr/bin/python /usr/local/bin/masakari-instancemonitor,sudo service masakari-instancemonitor start,sudo service masakari-instancemonitor start,,,, diff --git a/etc/masakarimonitors/processmonitor.conf.sample b/etc/masakarimonitors/processmonitor.conf.sample deleted file mode 100755 index 249e905..0000000 --- a/etc/masakarimonitors/processmonitor.conf.sample +++ /dev/null @@ -1,13 +0,0 @@ -PROCESS_CHECK_INTERVAL=5 -PROCESS_REBOOT_RETRY=3 -REBOOT_INTERVAL=5 -MASAKARI_API_SEND_TIMEOUT=10 -MASAKARI_API_SEND_RETRY=12 -MASAKARI_API_SEND_DELAY=10 -LOG_LEVEL="debug" -DOMAIN="Default" -PROJECT="demo" -ADMIN_USER="admin" -ADMIN_PASS="admin" -AUTH_URL="http://127.0.0.1:5000/" -REGION="RegionOne"