search for: deviceconfig

Displaying 9 results from an estimated 9 matches for "deviceconfig".

Did you mean: device_config
2012 Oct 04
3
Need help with rspec-puppet
...ec is the right tool for it. Unfortunately, after setting it up, when I try to execute it I receive the following error: Failures: 1) helloworld Failure/Error: it { should include_class(''helloworld'') } Puppet::Error: Error converting value for param ''deviceconfig'': Could not find value for $confdir on node puppet-demo # ./spec/classes/helloworld_spec.rb:8 Thiss error pops up for any test I try. I wasn''t able to find a solution yet. Can you please give me any advice? Thank you. -- You received this message because you are subsc...
2007 Jun 07
4
WinXP console
I''m using RHEL 5. One of the virtual machines I have running is a WinXP install. I start this up after I login to X. If I log out of X, the virtual WinXP is still running (that''s fine with me). However when I log back into X and start the Virtual Machine Manager, I am unable to open the machine. It normally says "Virtual Machine Console is unavailable." There does
2012 Jan 10
5
Puppet proxies
I''ve seen a couple of examples of using puppet to control services where you can''t run a puppet agent on the resource. As far as I can tell they work by having puppet proxy through some external-service control mechanism, such as fog. The question is: where does the proxy run? I assume a puppet agent needs to run somewhere. Where do you put that agent, how do you configure it,
2005 Dec 04
0
[PATCH] Seperate VMX domainname argument to 2 parts to enable qemu-dm
...1,7 @@ # Handle disk/network related options mac = None - ret.append("-domain-name %s" % self.vm.info[''name'']) + ret = ret + ["-domain-name", "%s" % self.vm.info[''name'']] for (name, info) in deviceConfig: if name == ''vbd'': uname = sxp.child_value(info, ''uname'') _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Jul 26
0
[PATCH] [HVM] enable sound card support for qemu
...Wed Jul 19 16:09:59 2006 +0800 +++ b/tools/python/xen/xend/image.py Thu Jul 20 21:19:07 2006 +0800 @@ -249,7 +249,7 @@ class HVMImageHandler(ImageHandler): # Return a list of cmd line args to the device models based on the # xm config file def parseDeviceModelArgs(self, imageConfig, deviceConfig): - dmargs = [ ''cdrom'', ''boot'', ''fda'', ''fdb'', ''audio'', + dmargs = [ ''cdrom'', ''boot'', ''fda'', ''fdb'', ''soundhw'...
2006 Aug 08
11
architecture-specific stuff in xend
Hi Ewan, I''m almost ready to integrate some PPC-specific stuff into xend, and I was wondering if you had a plan for how that should work. First example: the device tree data structure we talked about a few weeks ago. We will need to pass the config data to PPC code, probably in XendDomainInfo.initDomain(), and then pass the resulting data structure into libxc''s xc_linux_load()
2012 Aug 23
1
Puppet Agent VS User
...srdir = /var/lib/puppet/ssl/ca/requests daemonize = true dbadapter = sqlite3 dbconnections = "" dblocation = /var/lib/puppet/state/clientconfigs.sqlite3 dbmigrate = false dbname = puppet dbpassword = puppet dbport = "" dbserver = localhost dbsocket = "" dbuser = puppet deviceconfig = /etc/puppet/device.conf devicedir = /var/lib/puppet/devices diff = diff diff_args = -u dns_alt_names = "" document_all = false downcasefacts = false dynamicfacts = memorysize,memoryfree,swapsize,swapfree environment = production evaltrace = false external_nodes = none factdest = /var/li...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...rval = 1800 # The root directory of devices'' $vardir # The default value is ''$vardir/devices''. devicedir = /var/lib/puppet/devices # Path to the device config file for puppet device # The default value is ''$confdir/device.conf''. deviceconfig = /etc/puppet/device.conf cat manifests/classes/nagios3.pp class nagios3 { package { nagios3: ensure => installed, alias => nagios, ; } service { nagios3: ensure => running, alias => nagios, hasstatus...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled functionality into the qemu-dm code. The general approach taken is to have qemu-dm provide two machine types - one for xen paravirt, the other for fullyvirt. For compatability the later is the default. The goals overall are to kill LibVNCServer, remove alot of code duplication and/or parallel impls of the same concepts, and