I'm running PE 2015.2 I'd like to get r10k webhooks going. This thread ( https://www.reddit.com/r/Puppet/comments/3qe3fx/r10k_webhook_with_pe_201521/) discusses how webhooks aren't baked into the 2015.2 enterprise r10k and to use zack-r10k so I've given up on r10k webhooks for now.
I would like to have gitlabs hit jenkins and let jenkins kick off an r10k deploy via mcollective. It looks like I don't have mcollective properly configured for this: The puppet-control Puppetfile includes acidprime/r10k My Jenkins host has the following class applied: Class: r10k::mcollective::application My Master has the following class applied: Class: r10k::mcollective::application Class: puppet_enterprise::profile::mcollective::peadmin Class: puppet_enterprise::profile::master::mcollective Class: pe_r10k (manual r10k deploy environment -p -v is successful from the master) Looks like mcollective is running on jenkins host: peadmin@sejenkins:~$ mco ping segitap time=112.23 ms sepuppetwb time=114.39 ms setoolkitwb time=119.32 ms sepuppetdb time=123.59 ms sejenkins time=127.04 ms sepuppetap time=128.92 ms ---- ping statistics ---- 6 replies max: 128.92 min: 112.23 avg: 120.91 Looks like I need to tell mco which nodes to run the deploy on: peadmin@sejenkins:~$ mco r10k deploy production No request sent, we did not discover any nodes. Finished processing 0 / 0 hosts in 0.00 ms Any feedback will be greatly appreciated! Thanks, Dane -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b1634f8b-e982-48dc-a72e-206df43b82ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
