but now that you know how to call any agent and script around its data
check for machines that dont have the right version package on too
willemb_
:)
Volcane
guess package agent stats help anyway tell you if any are out of date
willemb_
yes. and we have a 'pending_upgrades' fact that tells us if any packages are older than what is available in the repo
and mcollective is pinned to the puppet repo
ken_barber has quit
Whoop has quit
dsung has quit
dsung joined the channel
ken_barber joined the channel
Volcane has quit
Whoop joined the channel
Volcane joined the channel
raphink joined the channel
GitHub95 joined the channel
GitHub95
[marionette-collective] richardc pushed 2 new commits to master: http://git.io/FBMp
marionette-collective/master 438cba0 Michael Hall: Content migration: Moves wiki plugin directory to MCO docs...
marionette-collective/master bc474f3 Richard Clamp: Merge pull request #279 from pdxmph/wiki-plugin-dir...
GitHub95 has left the channel
inecas joined the channel
jantman_ joined the channel
viq has quit
viq joined the channel
hs366 joined the channel
inecas has quit
inecas joined the channel
fiddyspence joined the channel
pwattste joined the channel
GitHub24 joined the channel
GitHub24
[marionette-collective] ploubser pushed 2 new commits to master: http://git.io/FRwO
marionette-collective/master 6bdc58f Richard Clamp: MCO-580 replace uses of autoload with require...
marionette-collective/master 06d4e9d Pieter Loubser: Merge pull request #280 from richardc/MCO-580-remove_autoload...
GitHub24 has left the channel
yo61
Can mco reboot nodes, out-of-the-box? Or does it need a plugin and, if so, does such a plugin exist?
_rc
No. Any plugin that allows remote command execution, or any that you can find via google
blahdodo has quit
blahdodo joined the channel
hs366
i have some problem to implement my code to create a Docker container. my Agent run and i don't have compile error but i don't have result ether. here is my code: http://pastebin.com/MyERVXRe
how can i track the problem ?
yo61
_rc: cheers (I am aware of the generic remove command execution stuff but was trying to avoid it)
At the very least, it wil lsave me writing one myself :)
hs366
i have my rpc status with 1/1 node Pass/ fail: 0/1
the process fail to create a container
i know the mcollective works fine
_rc
hs366: your agent failed
you're calling the action twice, and only printing the results from the second call
line 16 is your first call
it's not that clear to me what you expect this code to even do
hs366
ok,,
it just a rpc to get the result only it's preliminary step for running my agent . like if i change the code to get the information of docker images on my host, it return the information how many images or id of images :