-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yaml
41 lines (41 loc) · 1.49 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# service name and file location
services:
# Service name
keystone:
# Bool to enable/disable a service (not implemented yet)
enable: true
# Pod name, in both OCP and podman context.
# It could be strict match or will only just grep the podman_name
# and work with all the pods which matched with pod_name.
# To enable/disable use strict_pod_name_match: true/false
podman_name: keystone
pod_name: keystone
container_name: keystone-api
# pod options
# strict match for getting pod id in TripleO and podman context
strict_pod_name_match: false
# Path of the config files you want to analyze.
# It could be whatever path you want:
# /etc/<service_name> or /etc or /usr/share/<something> or even /
# @TODO: need to implement loop over path to support multiple paths such as:
# - /etc
# - /usr/share
path:
- /etc/
- /etc/keystone
- /etc/keystone/keystone.conf
- /etc/keystone/logging.conf
ovs_external_ids:
hosts:
- standalone
service_command: "ovs-vsctl list Open_vSwitch . | grep external_ids | awk -F ': ' '{ print $2; }'"
cat_output: true
path:
- ovs_external_ids.json
config_mapping:
ovn-bridge-mappings: edpm_ovn_bridge_mappings
ovn-bridge: edpm_ovn_bridge
ovn-encap-type: edpm_ovn_encap_type
ovn-monitor-all: ovn_monitor_all
ovn-remote-probe-interval: edpm_ovn_remote_probe_interval
ovn-ofctrl-wait-before-clear: edpm_ovn_ofctrl_wait_before_clear