-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify deployment and modules #207
Comments
@smortex I know we've been chatting about this, interested in your thoughts on what can be improved around this theme |
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Dec 29, 2020
Also remove the notion of the mcollective config dir Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Dec 29, 2020
Also remove the notion of the mcollective config dir and create some more required directories Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Dec 29, 2020
Also remove the notion of the mcollective config dir and create some more required directories Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
that referenced
this issue
Dec 29, 2020
(#207) move dependencies to this module
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Dec 29, 2020
Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
that referenced
this issue
Dec 29, 2020
(#207) manage more required directories
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Dec 29, 2020
Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Dec 29, 2020
Signed-off-by: R.I.Pienaar <[email protected]>
For those who wish to test this out the current https://github.com/choria-io/vagrant-demo sets up everything using the new code |
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Jan 15, 2021
Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Jan 15, 2021
Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Jan 15, 2021
Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Jan 15, 2021
Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
that referenced
this issue
Jan 15, 2021
(#207) ensure mcollective is installed via choria module
ripienaar
added a commit
to ripienaar/puppet-choria
that referenced
this issue
Jan 15, 2021
Signed-off-by: R.I.Pienaar <[email protected]>
ripienaar
added a commit
that referenced
this issue
Jan 15, 2021
(#207) resolve dependency cycle on mcollective class
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a few things I want to do - mainly toward getting rid of the
mcollective_agent_bolt_tasks
andmcollective_choria
modules and trimming down themcollective
one./etc/choria
away from/etc/puppetlabs
((#278) initial steps to relocate configuration puppet-mcollective#279)mcollective-choria
intomcorpc-ruby-support
(Merge mcollective choria mcorpc-ruby-support#88)mcollective_agent_bolt_tasks::ping
task tochoria::ping
((#210) add the ping task from mcollective_agent_bolt_tasks #211) 📖choria.UserConfig()
in go 📖mcollective::package
sincemcollective_choria
will install the gem as now and should handle non gem versions too ((#282) remove mcollective::package puppet-mcollective#283, (#5) add package installs removed from puppet-mcollective choria-plugins/mcollective_choria#6)choria enroll
and retiremco choria request_cert
((#92) remove the ability to enroll in puppet CA mcorpc-ruby-support#93)mco
cli tools into their newerchoria
versions and delete the old ones 📖mco ping
tochoria ping
(choria-io/mcorpc-ruby-support@fde81c0)mco rpc
tochoria rpc
(use choria for inventory and rpc apps mcorpc-ruby-support#85)choria inventory
(create choria inventory command go-choria#1045)choria login
choria find
((#1051) add choria find go-choria#1052)mco login
tochoria login
orchoria-login
if found in pathmco inventory
tochoria inventory
(use choria for inventory and rpc apps mcorpc-ruby-support#85)choria
package in client only mode - ie. no service to support above ((#208) improve disabling the server #209) 📖rpcutil
,choria_util
andscout
DDLs in the go binary and use those in the rpc client (create clients for core agents go-choria#1047)rpcutil
andchoria_util
ingo-choria/client/<agent>
(create clients for core agents go-choria#1047)choria
discovery method for go code ((#1049) Add PuppetDB discovery method go-choria#1050)The text was updated successfully, but these errors were encountered: