Skip to content

Commit

Permalink
Added DIST mkvm.conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain M Conochie committed Apr 13, 2024
1 parent 2fe93b5 commit c9d14c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/Makefile.am
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
27 changes: 27 additions & 0 deletions conf/mkvm.conf.DIST
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

0 comments on commit c9d14c4

Please sign in to comment.