Displaying 14 results from an estimated 14 matches for "ventimiglia".
2008 Jan 02
4
Puppetmaster doesn''t know itself
...ertificate for CA server
info: Signing certificate for puppet.dev.gridapp.com
info: Creating a new SSL key at
/var/lib/puppet/ssl/private_keys/puppet.dev.gridapp.com.pem
Certificate does not match private key. Try ''puppetca --clean
puppet.dev.gridapp.com'' on the server.
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Jan 11
3
Reports emailed to me
Sorry if this is obvious, but how can I have reports emailed to me- I
want to know what each puppetd update is changing
Thanks
--e
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 26
7
Thank you puppet!!
...profile => "rhel4-agent64",
ip => "10.100.6.172",
disk_size => "8gb"
}
In my dream world, this would tell the cobbler system about the neew
system, the vmware server about the new VM, and create a puppet node
Is such a thing possible?
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 17
21
New error in Centos 5.1
...le or directory
Here''s the node:
node "puppet" inherits default {
include unix
package { "puppet-server":
ensure => "0.24.0-1.el5"
}
}
The only other thing I did was #yum install ruby-rdoc
Any clues?
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Nov 10
12
CA_Server woes
I''m having difficulty getting my head around some CA issues
My client has:
[puppetd]
ca_server=puppetca.mydomain.com
and puppet resolves to a different machine.
when puppet connects, it requests a signature from
puppetca.mydomain.combut then on the next pass fails with the
following:
err: Could not retrieve catalog: Certificates were not trusted: SSL_connect
returned=1 errno=0
2008 Jan 14
3
Spot the cyclical relationship
...file { "/dev/sdb1":
owner => ''oracle'',
require => Exec["mke2fs /dev/sdb1"]
}
file { "/dev/sdb3":
owner => ''oracle'',
# require => Exec["mke2fs /dev/sdb3"]
}
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 21
2
Any magic to the name ''memory'' in templates?
I tried using it in a template:
<%= memory %>
and it put "0" in my file
when i switched the variable name to the_memory, it worked
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 24
2
Build a cmdline for exec from optional parameters
...defined
$cmd = "frobnicate --bar=$bar ${name}"
else if #$baz defined
$cmd = "frobnicate --baz=$baz ${name}"
else
$cmd = "frobnicate ${name}"
}
This works for 2 optional parameters, but doesn''t scale
Thanks
--e
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 17
2
More 0.24.0 problems
...k/client/master.rb:203:in
`initialize''
from /usr/sbin/puppetd:312:in `new''
from /usr/sbin/puppetd:312
[FAILED]
puppet is pingable, so I''m at a loss... sorry for the excess traffic
--e
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2008 Jan 08
1
Simple Search and replace on puppetmaster?
..., and attempting to
set the second according to a convention we use, so I need something
like
$eth1_ip = `echo "10.100.6.99" | sed -r -e
''s/\.[0-9]+\.([0-9]+)$/.94.\1/''`
# eth1_ip = 10.100.94.99
interface { "$eth1_ip":
interface => eth1,
...
}
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 20
11
No networking
I''m trying to run puppet on a node I''m cloning from CD. No IP, no DNS,
puppet with a standalone manifest and --use-nodes.
I get dnsdomainname errors and a "Network is unreachable" error. I''m
using 0.20, but I checked for new options in 0.23 and didn''t see one
to turn off networking.
Is this an option?
Thanks.
2007 Dec 28
2
puppet hangs on Puppet::Type::Package::ProviderYum
This is particularly nasty, since it''s on the puppetmaster itself:
[root@puppet tmp]# rpm -q yum puppet puppet-server
yum-3.0.5-1.el5.centos.5
puppet-0.24.0-2.el5
puppet-server-0.24.0-2.el5
[root@puppet tmp]# cat /etc/issue
CentOS release 5 (Final)
Here''s the output of puppetd --debug:
notice: Starting catalog run
debug: Loaded state in 0.01 seconds
debug: Prefetching rpm
2008 Jan 17
0
CSR and SSL Key being regenerated on a puppet node
...m
/usr/lib64/site_ruby/1.8/puppet/network/client/ca.rb:31:in
`request_cert'': Certificate retrieval failed: Certificate request does
not match existing certificate; run ''puppetca --clean
asmc1n2.dev.gridapp.com''. (Puppet::Error)
from /usr/sbin/puppetd:346
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Dec 11
12
puppet seems to be restarting itself very often
I turned on reporting the other day and I''m seeing alot of these when puppet
runs. Especially during times when nothing is going on (middle of the night
etc)
Tue Dec 11 12:34:48 -0500 2007
//base/puppet/puppet::client/Service[puppet]/ensure (notice): ensure changed
''stopped'' to ''running''
It''s also quite odd that puppet when it runs it thinks