1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-18 06:03:39 +03:00

M #-: Add new config files descriptor (#3182)

This commit is contained in:
Jan Orel 2024-08-01 09:22:03 +02:00 committed by GitHub
parent e45aedb203
commit 8069081c29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,6 +282,26 @@
mode: '0640'
src: src/vmm_mad/exec/vmm_exec_vcenter.conf
- name: /etc/one/alertmanager/alertmanager.yml
class: Yaml
owner: root
group: oneadmin
mode: '0640'
src: src/oneprometheus/alertmanager/etc/alertmanager.yml
- name: /etc/one/prometheus/prometheus.yml
class: Yaml
owner: root
group: oneadmin
mode: '0640'
src: src/oneprometheus/prometheus/etc/prometheus.yml
- name: /etc/one/prometheus/rules.yml
class: Yaml
owner: root
group: oneadmin
mode: '0640'
src: src/oneprometheus/prometheus/etc/rules.yml
### Dir: /var/lib/one/remotes/etc/ #########################
@ -320,6 +340,13 @@
mode: '0640'
src: src/im_mad/remotes/lib/probe_db.conf
- name: /var/lib/one/remotes/etc/im/kvm-probes.d/guestagent.conf
class: Yaml
owner: oneadmin
group: oneadmin
mode: '0640'
src: src/im_mad/remotes/kvm-probes.d/guestagent.conf
- name: /var/lib/one/remotes/etc/im/qemu-probes.d/pci.conf
class: Yaml
owner: oneadmin