-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Iain M Conochie
committed
Apr 13, 2024
1 parent
2fe93b5
commit c9d14c4
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
configdir = $(sysconfdir)/cmdb | ||
config_DATA = cmdb.conf.DIST | ||
config_DATA = cmdb.conf.DIST mkvm.conf.DIST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
############################################################################## | ||
# # | ||
# mkvm configuration file # | ||
# # | ||
############################################################################## | ||
|
||
## mkvm et al configuration | ||
# | ||
# Options for the mk* suite of programs (mkvm mksp mknet) that interface with | ||
# libvirt. | ||
|
||
# These are the useful options to set, so you do not have to specify them | ||
# on the command line | ||
# | ||
|
||
URI=qemu:///system # URI to access the libvirt daemon | ||
NETWORK=default # Network to use when creating VM's | ||
RAM=1024 # Default RAM size of VM in MB | ||
CPUS=2 # Default no of CPU's for VM's | ||
STORAGE=20 # Default size of disk in GB | ||
POOL=default # Storage pool | ||
|
||
# These options should not normally need set | ||
# | ||
|
||
#NAME= # Default name of VM. | ||
#INTERFACE= # Interface name on the host computer |