similar to: Help with cloud provisioner

Displaying 20 results from an estimated 140 matches similar to: "Help with cloud provisioner"

2008 Oct 03
2
Writing to shares directly
Within a Samba configuration, is it not advisable to create files on the directory on the local machines themselves? Out setup is like so: Server 1 (where the files reside): /data/shares/app01 Server 2 (mounts the above drive): /data/mounts/app01 If, on Server 1, I create a file: # echo test > /data/shares/app01/test The file is created, but on Server 2, I cannot seem to edit the file as
2010 Aug 20
6
Debugging errors with external nodes
How do I debug errors with external nodes? When my client connects, the following appears on the puppetmaster when running in debug mode. It''s not feasible to always be running the pupeptmaster in debug mode. debug: importing ''/etc/puppet/modules/yum/manifests/client.pp'' in environment production info: Automatically imported yum::client from yum/client into production
2014 Aug 21
2
virsh snapshot
Hi, I had a 'domain' called APP03. I was performing auto snapshots each night using /usr/bin/virsh snapshot-create APP03 . I then wanted the domain to be called APP01 for clarity's sake, so I did virsh dumpxml APP03 > APP03.xml, edited the name to APP01 and changed the ID. I then did virsh define APP03.xml to get APP01. I have now realised that the qcow2 images are huge (1.1TB
2014 Aug 21
2
Re: virsh snapshot
----- Original Message ----- From: "Eric Blake" <eblake@redhat.com> To: "Adam King" <kinga@sghs.org.uk>, libvirt-users@redhat.com Sent: Thursday, August 21, 2014 3:17:09 AM Subject: Re: [libvirt-users] virsh snapshot On 08/20/2014 06:34 PM, Adam King wrote: > Hi, > [Can you convince your mailer to wrap long lines?] > > I had a 'domain' called
2014 Aug 21
1
Re: virsh snapshot
> Your quoting is horrible. You used the same prefix for your original > content as for my reply (">> >" in both cases). I'm not sure what > mailer you are using, but it is making conversation difficult. OK, let's see if this is better. Turned out my email app wasn't doing text wrap and quoting prefix default was bizarre....my apologies. > > >
2010 Dec 22
4
Report Error
I keep getting this in /var/log/messages every time a client grabs a catalog... Report store failed: Got 1 failure(s) while initializing: change from absent to directory failed: Failed to set owner to ''0'': Operation not permitted - /var/lib/puppet/reports/app01.den.xxx.com Why? Doug. -- You received this message because you are subscribed to the Google Groups "Puppet
2007 Sep 05
0
(no subject)
Hi all, On my Suse 9.3 prof. server I had two NIC’s: Eth0 IP 192.168.1.1 Eth1 IP 192.168.2.1 Now I added new NIC (eth2) Eth0 IP 192.168.1.1 Eth1 IP 192.168.2.1 Eth2 IP 192.168.1.2 Now I erased eth0 config and turned off this NIC in motherboard bios Eth1 IP 192.168.2.1 Eth2 IP 192.168.1.2 I renamed eth2 to eth0 Eth1 IP 192.168.2.1 Eth0 IP 192.168.1.2 And, finally I
2006 Dec 08
3
Thread Pool Size?
Hi All, It might be lack of sleep, but I am struggling to accurately limit our pool size. It seems like I can specify it on the server with the -s command line option and also on the client via the YAML pool_size. Is that right? Which one wins? Our problem is that we are getting about 40 threads on each backgroundrb box and it''s flooring our db and each bgrb box. We want around 8.
2011 Oct 06
1
More cloud provisioner stuff
I''m still having some issues with cloud provisioner. I have a fresh install of provisioner, .60rc1, puppet 2.7.3, and dashboard 1.2.0. Everything has a very default install as described in the documentation. I was unable to get bootstrap to work, so I did things in a linear fashion (create, install, classify). Classify is failing and theres not really any good debug info, I just get
2014 Aug 21
0
Re: virsh snapshot
On 08/21/2014 12:51 AM, Adam King wrote: > > ----- Original Message ----- > From: "Eric Blake" <eblake@redhat.com> > To: "Adam King" <kinga@sghs.org.uk>, libvirt-users@redhat.com > Sent: Thursday, August 21, 2014 3:17:09 AM > Subject: Re: [libvirt-users] virsh snapshot Including this blurb in the reply was overkill. > >> > I then
2013 Jul 17
3
Unable to use Cloud Provisioner
Hi Guys, I''m unable to load the module cloud provisioner, when I try to run node_aws it gives me the below errors: Error: Could not autoload puppet/face/node_aws/list_keynames: no such file to load -- guid Error: Could not parse application options: Could not autoload puppet/face/node_aws/list_keynames: no such file to load -- guid And when I see the help list I can see the below
2006 Aug 15
3
OT: Reliable service partners (mail, billing)
Hi, I figure that a lot of you are building webapps aimed for the global market, so I''m hoping that you''d like to share some experience. * Anyone know a good vendor for hosting POP3 mails with virtual subdomains? * Anyone know a good vendor for recurrent customer billing and credit card validation etc.? Thanks Morten
2014 Aug 21
0
Re: virsh snapshot
On 08/20/2014 06:34 PM, Adam King wrote: > Hi, [Can you convince your mailer to wrap long lines?] > > I had a 'domain' called APP03. I was performing auto snapshots each night using /usr/bin/virsh snapshot-create APP03 . This creates an internal snapshot, where the state of the snapshot is stored in the same qcow2 file as the current state. > I then wanted the domain to
2011 Oct 19
5
How to know the generated certname used by a puppet client, for reuse within erb (because of cloud provisioner) ?
Hi, I am using the cloud provisioner to bootstrap some ec2 nodes, and these clients are signed using a randomly generated certname, which is put in /etc/puppet.conf at the bootstrap time (eg certname = d7bcd693-73fd-495f-0876-ff91ea11111e). But my puppet code repo also manages the puppet.conf file, so the file will be overwritten on the client at the first puppet run. Nevertheless, i should not
2011 Jul 21
6
ANNOUNCE: Cloud Provisioner v0.6.0rc1 release
We are happy to announce the first public release candidate of our Puppet Cloud Provisioner. This release is available for download at our Module Forge: http://forge.puppetlabs.com/puppetlabs/cloud_provisioner<http://downloads.puppetlabs.com/dashboard/> Extensive documentation can be found at: http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html Please report feedback via the
2010 Mar 18
3
Puppet Client using wrong environment.
Hi, I exposed few days ago this situation on the IRC, but unfortunately I haven''t found a way to solve it yet. I run the Puppet Master with multiple environments, and everything is working good but a couple of nodes that are causing me some troubles. These nodes are pointing to my production environment and I need to point them back to development to grab some changes I made. I
2016 Apr 05
1
Bug#820154: 4.4.1-9+deb8u4: impossible to 'lv migrate' with latest stable version
Package: xen-utils-4.4 Version: 4.4.1-9+deb8u4 Severity: important Dear Maintainer, * What led up to the situation? Upgrading to Debian 8.4. * What exactly did you do (or not do) that was effective (or ineffective)? Doing a live migration to a host running Xen 4.4.1-9+deb8u4, from a host running 4.4.1-9+deb8u3 fails every time. Doing a live migration to a host running Xen
2015 Oct 30
0
Wine release 1.7.54
The Wine development release 1.7.54 is now available. What's new in this release (see below for details): - Implementation of the TransmitFile function. - More implementation of the Web Services DLL. - Improved video decoding. - Alternative for the deprecated prelink tool. - Major Turkish translation update. - Various bug fixes. The source is available from the following
2010 Sep 07
0
Confused about virtual Resources
I''m confused about virtual resources. The documentation on the Puppet Labs web site isn''t very clear, but, as is often the case, by trial and error, I thought I had it figured out. It seemed like you could define a resource as virtual in one definition, realize it in that definition, and then require => it in a different definition. That''s how it seemed to work
2003 Oct 13
1
OpenSSH_3.7.1p2, Solaris 8: non-interactive authentication meth od prompts for a password
Hi, The OpenSSH_3.7.1p2, Solaris 8 case: non-interactive authentication method (publickey) works for root only ---------------------------------------------------------------------------- --------- We installed OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c We need to copy a file by SFTP from App server to a DB server with passwordless method. [cbfe-dev-app01 (client), user cbfesit]