Questions tagged [mcollective]

The Marionette Collective AKA MCollective is a framework to build server orchestration or parallel job execution systems. Primarily we’ll use it as a means of programmatic execution of Systems Administration actions on clusters of servers.

25 questions
0
votes
1 answer

How to call MCollective from java client

I have setup a cluster using puppet. Now I need to call call puppet agents for puppet master. For that I am planing to use MCollective. I have another requirement, need to call MCollective from a java client in order to achieve change client…
0
votes
1 answer

Mcollecitve mco shell command is not working

I am using mcollective-2.8.1 version and installed all the related packages, but its seems like shell command is missing. I am not able to find the package/plugin for shell command.
ramesh.mimit
  • 9,445
  • 4
  • 21
  • 23
0
votes
1 answer

Mcollective Chef service agent failed to run

I have configure mcollective and install following service agent to start/stop service https://github.com/rottenbytes/mcollective/blob/master/plugins/agents/chef-service.rb But when i running it, its failing at client.build_node and i am seeing…
Satish
  • 16,544
  • 29
  • 93
  • 149
0
votes
1 answer

mcollective facts ohai for chef

We have chef running in our Datacenter and recently we introduce Mcollective but when i am trying to work on facts i didn't find any good documents about ohai integration with mco I found following…
Satish
  • 16,544
  • 29
  • 93
  • 149
0
votes
1 answer

Openshift node not showing up on oo-mco ping

I've installed Openshift Origin as described in the comprehensive guide on a single box (all in one setup). The problem is, that I can't add my node to a district, therefore it's not possible to use Openshift on that machine. When I type…
Jürgen Zornig
  • 1,174
  • 20
  • 48
0
votes
1 answer

Mcollective-activemq load balancing

We are facing couple of issues with ActiveMQ - MCollective load balancing. Can someone please help? Below is our setup MCO has two ActiveMQ brokers configured in failover pool - Broker1 & Broker2. And we have set randomize property to true in…
0
votes
1 answer

how to puppet and diff without fqdn?

I have one problem, that how to manage the agent-nodes with puppet? I'm using the openstack to auto generating the vms, and then puppet with several puppet-code in special pattern. eg. The system provision several vms, each vm has two attrs: fqdn:…
TtAQsDCurB
  • 61
  • 1
  • 3
0
votes
1 answer

mcollective to manage puppet agents on masterless puppet setup

Using puppet version 3.4.3 Have setup mcollective and puppet. For the puppet setup, I am running puppet apply as below in a 10 minute cron (as described in puppet 3 cookbook): PUPPETDIR=/home/ec2-user/puppet /usr/bin/puppet apply --modulepath…
cog_n1t1v3
  • 229
  • 4
  • 18
0
votes
1 answer

Puppet is not applying updates when run from mcollective

I have clients connecting to a puppetmaster and I'm running the puppet agent commands though mcollective. Just today (and to my knowledge we haven't changed anything) all mco puppet commands are resulting in no changes being applied. The machines…
Glenn Slaven
  • 33,720
  • 26
  • 113
  • 165
-1
votes
1 answer

mcollective agent parameter definition

The following ddl action 'ant', :description => "Runs ant in the application directory" do input :application, :prompt => "Application(s)", :description => "Application's instance name(s)", :type => :string, …
mbieren
  • 1,034
  • 8
  • 31
1
2