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
3
votes
2 answers

ActiveMQ doesn't recognize Stomp: Transport scheme NOT recognized: [stomp+ssl]

I'm trying to set up mcollective/activemq on a puppetmaster (open source puppet). I am having a problem where ActiveMQ does not recognize the Stomp protocol. Here is the relevant snippet in my /etc/activemq/instances-enabled/activemq/activemq.xml…
drewyupdrew
  • 1,549
  • 1
  • 11
  • 16
2
votes
1 answer

how to trigger puppet agent from puppet master console v2015.2.3?

I am using Puppet Enterprise v2015.2.3. I can able to trigger agent runs from the command line using MCollective, but now I want to trigger agent runs from the console. How do I do that?
2
votes
2 answers

Could not connect to ActiveMQ Server - activemq for mcollective failing

We are continuously getting this error: 2014-11-06 07:05:34,460 [main ] INFO SharedFileLocker - Database activemq-data/localhost/KahaDB/lock is locked... waiting 10 seconds for the database to be unlocked. Reason:…
tek0011
  • 147
  • 1
  • 4
  • 12
1
vote
1 answer

MCollective Inventory Scripts - Replace certain facts conditionally

I'm trying to update an existing mcollective inventory script. The script currently gathers information about available updates. I want to replace certain "true" values with markup that will produce a checkbox when copied into my wiki. Here is a…
vastlysuperiorman
  • 1,694
  • 19
  • 27
1
vote
0 answers

Can you use regex for fact name in mcollective inventory query?

I am attempting to get a list of all IP addresses for each node in mcollective. The problem I am running into is a wide range of ipaddress_${interface} names, especially on newer EL systems who no longer use eth#. Is there a way to pass a…
Lars
  • 108
  • 11
1
vote
0 answers

Why puppet is not able to download latest from snapshot repo

We are using Puppet and mCollective for our server deployments. For both of our dev and test environments, we release the artifacts (from two different branches) to the same nexus snapshot repo (we use maven classifier to distinguish between dev and…
Niranjan
  • 2,601
  • 8
  • 43
  • 54
1
vote
1 answer

Using RabbitMQ connector for MCollective

Here's my client.cfg file: main_collective = mcollective collectives = mcollective libdir = /usr/share/mcollective/plugins logger_type = console loglevel = warn # Plugins securityprovider = psk plugin.psk = unset connector = rabbitmq…
Danish Khakwani
  • 343
  • 1
  • 10
1
vote
1 answer

Activemq high memory consumption

I am using ActiveMQ 5.8.0 along with puppet mcollective 2.5.2, Java 1.8.0_31 And I am facing memory issue in AciveMQ. The problem is ActiveMQ is consuming memory and it is not getting free after that. It keeps on increasing until we restart…
1
vote
0 answers

Remote access, configuration and monitoring needs for linux machines in retail venues (shops) distributed across the country.

We plan on deploying machines with a Linux distro, in retail venues (shops) across the country. The venues have their own connectivity with the wider world and their own network, which we have no control over. We also need an ability to configure…
Prabin Deka
  • 301
  • 3
  • 7
0
votes
1 answer

How can I run Puppet 6 on-demand against multiple remote Linux nodes?

On Puppet 3, I used to use sudo mco puppet runonce -I /hostname-pattern-1/ -I /hostname-pattern-2/ to run Puppet agents on-demand against any node matching one of the hostname patterns. As of Puppet 5.5.4, MCollective is deprecated, so I can no…
0
votes
0 answers

ActiveMQ isuue : Puppet Mcollective ping failing

Seeing the following error message wen starting ActiveMQ 2019-05-14 15:25:35,302 | INFO | For help or more information please see: http://activemq.apache.org | org.apache.activemq.broker.BrokerService | main 2019-05-14 15:25:35,815 | INFO |…
Zama Ques
  • 1,497
  • 5
  • 26
  • 45
0
votes
1 answer

mcollective inventory script

I created mCollective inventory script as below, def formatting(users_ids) YAML.load(File.open(users_ids)) end inventory do format "%s\t%s\t" fields { [facts["hostname"], formatting(facts["users_ids"]) ] } end Here users_ids…
Karthi1234
  • 949
  • 1
  • 8
  • 28
0
votes
0 answers

MCollective Trigger Puppet agent from server failing

I'm using Puppet Opensource 4.6.1 with MCollective 2.9.0. I need to trigger the Puppet agent from the Puppet Master. However, I'm unable to find the puppet runonce command. Was this command deprecated, or is there a new command to trigger the Puppet…
Dev
  • 371
  • 1
  • 4
  • 19
0
votes
0 answers

mcollective on windows with masterless puppet

I am an absolute newbie with mcollective/puppet. Trying to setup mcollective on windows environment with masterless puppet configuration. I have downloaded mco 2.8.3, setup ActiveMQ, configured the server/client nodes and able to see them all in…
gbabu
  • 1,088
  • 11
  • 15
0
votes
1 answer

Export facter variable using MCollective

I'm trying to export factor system variable using Mcollective shell agent. But once check the factor list new variable is not set properly. What could be the reason here ? Setting this variable though puppet is not possible as puppet catalog run…
1
2