Displaying 15 results from an estimated 15 matches for "gridapp".
2008 Jan 02
4
Puppetmaster doesn''t know itself
I restarted puppetmasterd and it announced that the Cert does not match
existing key !
[root@puppet ~]# puppetmasterd --verbose --no-daemonize
info: Starting server for Puppet version 0.24.1
info: mount[files]: allowing 10.100.0.0/16 access
info: mount[files]: allowing *.gridapp.com access
info: mount[files]: allowing *.dev.gridapp.com access
info: Retrieving existing certificate for puppet.dev.gridapp.com
Certificate does not match private key. Try ''puppetca --clean
puppet.dev.gridapp.com'' on the server.
when I clean, it creates a new one and claims th...
2008 Jan 17
0
CSR and SSL Key being regenerated on a puppet node
This is causing me to --clean the first key, and --sign again after the
second run of puppetd --test
First Run:
[root@asmc1n2 ~]# puppetd --test
warning: peer certificate won''t be verified in this SSL session.
info: Creating a new certificate request for asmc1n2.dev.gridapp.com
info: Creating a new SSL key at
/var/lib/puppet/ssl/private_keys/asmc1n2.dev.gridapp.com.pem
...
Second Run:
[root@asmc1n2 ~]# puppetd --test
warning: peer certificate won''t be verified in this SSL session.
info: Creating a new certificate request for asmc1n2.dev.gridapp.com
info:...
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!!
...ent64",
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 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 Jan 04
3
grid control example doesn''t work on osx.4
Hi,
I am trying to use wxruby2-preview (0.0.38) on my intel macbook
running os10.4.8. I am having a beast of a time running the examples
in the tutorials. The super basic frame example worked but the
simple grid tutorial bombs with the following message:
------
[WhiteGhost:~/tmp/wxStff] hjw$ ruby ./grid.rb
/usr/local/lib/ruby/gems/1.8/gems/wxruby2-preview-0.0.38-i686-
2009 Dec 12
4
grid et boxsizer
Bonjour.
Une fois mon application ouverte, je voudrais savoir, si cela est
possible, comment dimensionner automatiquement la totalité des colonnes
du grid à la taille de mon boxsizer, quand je change la taille de mon
application? (puique mon grid est inséré dans mon boxsizer).
merci
2008 Jan 08
1
Simple Search and replace on puppetmaster?
...nd 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
2008 Jan 14
3
Spot the cyclical relationship
...0\n,290\n," | sfdisk
/dev/sdb]
Here''s the node:
node testing {
package { "iscsi-initiator-utils":
provider => rpm,
source => "/tmp/iscsi-initiator-utils-4.0.3.0-4.x86_64.rpm",
require => Exec["wget
http://osserver.dev.gridapp.com/osprov/media/Linux/RH-4.0-ES-U4-AMD64/Re
dHat/RPMS/iscsi-initiator-utils-4.0.3.0-4.x86_64.rpm -O
/tmp/iscsi-initiator-utils-4.0.3.0-4.x86_64.rpm"];
}
file { "/etc/iscsi.conf":
ensure => present,
source => "puppet:///files/clarity/iscsi.conf&...
2007 Dec 24
2
Build a cmdline for exec from optional parameters
...obnicate --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 Mar 20
0
[903] branches/wxruby2/wxwidgets_282/samples: Added #!/usr/bin/env ruby to the grid sample.
...@grid.set_cell_editor(4, 3, editor)
-
- @grid.auto_size_row(3, true)
-
- # Display of cells can be customised
- @grid.set_cell_renderer(6, 0, Wx::GridCellBoolRenderer.new)
- @grid.set_cell_value(6, 1, ''Cell to the left displayed as boolean'')
- end
-
-end
-
-class GridApp < Wx::App
- def on_init
- frame = GridFrame.new(nil, -1, "Grid Sample",
- Wx::Point.new(10, 100),
- Wx::Size.new(630,400))
-
- set_top_window(frame)
- frame.show()
- end
-end
-
-GridApp.new.main_loop()
</del><ins>+#...
2007 Dec 17
2
More 0.24.0 problems
...alize''
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
2007 Feb 14
0
[875] trunk/wxruby2/samples: Add expanded grid sample
...@grid.set_cell_editor(4, 3, editor)
+
+ @grid.auto_size_row(3, true)
+
+ # Display of cells can be customised
+ @grid.set_cell_renderer(6, 0, Wx::GridCellBoolRenderer.new)
+ @grid.set_cell_value(6, 1, ''Cell to the left displayed as boolean'')
+ end
+
+end
+
+class GridApp < Wx::App
+ def on_init
+ frame = GridFrame.new(nil, -1, "Grid Sample",
+ Wx::Point.new(10, 100),
+ Wx::Size.new(630,400))
+
+ set_top_window(frame)
+ frame.show()
+ end
+end
+
+GridApp.new.main_loop()
</ins></span>...
2007 Dec 17
21
New error in Centos 5.1
...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
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