Move all shared into this new repo
This commit is contained in:
20
virt/opennebula-5.4-kvm-node/files/bin/cron-root-daily-12am.sh
Executable file
20
virt/opennebula-5.4-kvm-node/files/bin/cron-root-daily-12am.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
bin=/usr/local/bin
|
||||
|
||||
################################################################################
|
||||
# Touch for cron log
|
||||
touch /tmp/cron-root-daily-12am.begin.alive
|
||||
################################################################################
|
||||
|
||||
|
||||
|
||||
# Restart libvirtd
|
||||
/etc/init.d/libvirtd restart
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
# Touch for cron log
|
||||
touch /tmp/cron-root-daily-12am.end.alive
|
||||
################################################################################
|
||||
28
virt/opennebula-5.4-kvm-node/files/libvirt.conf
Normal file
28
virt/opennebula-5.4-kvm-node/files/libvirt.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# This can be used to setup URI aliases for frequently
|
||||
# used connection URIs. Aliases may contain only the
|
||||
# characters a-Z, 0-9, _, -.
|
||||
#
|
||||
# Following the '=' may be any valid libvirt connection
|
||||
# URI, including arbitrary parameters
|
||||
|
||||
#uri_aliases = [
|
||||
# "hail=qemu+ssh://root@hail.cloud.example.com/system",
|
||||
# "sleet=qemu+ssh://root@sleet.cloud.example.com/system",
|
||||
#]
|
||||
|
||||
#
|
||||
# These can be used in cases when no URI is supplied by the application
|
||||
# (@uri_default also prevents probing of the hypervisor driver).
|
||||
#
|
||||
#uri_default = "qemu:///system"
|
||||
|
||||
# Disable Policy Kit
|
||||
# See https://forum.opennebula.org/t/polkitd-traps-general-protection-ip-in-libmozjs-17-0-so/399/3
|
||||
# See https://docs.opennebula.org/5.4/intro_release_notes/release_notes/platform_notes.html#disable-policykit-for-libvirt
|
||||
# mReschke 2018-03-28
|
||||
auth_unix_ro = "none"
|
||||
auth_unix_rw = "none"
|
||||
unix_sock_group = "oneadmin"
|
||||
unix_sock_ro_perms = "0770"
|
||||
unix_sock_rw_perms = "0770"
|
||||
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# This can be used to setup URI aliases for frequently
|
||||
# used connection URIs. Aliases may contain only the
|
||||
# characters a-Z, 0-9, _, -.
|
||||
#
|
||||
# Following the '=' may be any valid libvirt connection
|
||||
# URI, including arbitrary parameters
|
||||
|
||||
#uri_aliases = [
|
||||
# "hail=qemu+ssh://root@hail.cloud.example.com/system",
|
||||
# "sleet=qemu+ssh://root@sleet.cloud.example.com/system",
|
||||
#]
|
||||
|
||||
#
|
||||
# These can be used in cases when no URI is supplied by the application
|
||||
# (@uri_default also prevents probing of the hypervisor driver).
|
||||
#
|
||||
#uri_default = "qemu:///system"
|
||||
3
virt/opennebula-5.4-kvm-node/files/ssh.config
Normal file
3
virt/opennebula-5.4-kvm-node/files/ssh.config
Normal file
@@ -0,0 +1,3 @@
|
||||
# So ansible does not have to add each hypervisor node to known_hosts
|
||||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
Reference in New Issue
Block a user