Choria in Docker + Service Agent Plugin #13
Unanswered
Antiarchitect
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Yes unfortunately a fair bit more. The service agent is written in ruby and so we need a bunch of ruby things to make this work. If you look on one managed by puppet the gem installation has a mco gem installed and then a bunch of files in $libdir/mcollective/agent |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to perform kinda simple thing - get all puppet service statuses (actually I want to turn off and on multiple puppet agents at once) with choria placed inside the docker container:
Dockerfile:
run.sh:
And client.cfg:
It actually does the discovery and ping well, but the command in run.sh above output is:
I think I need to install service-agent plugin somehow but I cannot find the proper docs. Any help will be heartily appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions