Re: [foreman-dev] Proposal/Request for an foreman-ansible-modules repository

2017-04-10 Thread Sean O'Keeffe
I think this is a great idea, being able to configure and populate multiple
Katello servers from a git repository is something I'm going to be doing in
a couple of months and this sound perfect for it!

On Wed, 5 Apr 2017 at 16:04, Eric D Helms  wrote:

> Howdy,
>
> I have a number of Ansible modules that I have developed for managing
> Katello entities and Foreman organizations. An Ansible module can be
> thought of as providing extentsibility and new functionality to Ansible
> roles and playbooks. In this case, by being able to manage entities within
> Foreman and Katello. There are also a number of modules I have seen upon
> google search that exist for other various Foreman entities.
>
> I would like to share the modules I have written and encourage other
> community users to share theirs in a centralized place for use. Ideally,
> these modules would be offered to and go into Ansible's core set of modules
> after some time of development. However, I believe they need somewhere
> useful to live during said transition and as a place to harden them before
> offering them up and awaiting an Ansible release.
>
> Thus, I would like to propose and request a repository on theforeman
> Github organization named 'foreman-ansible-modules' as a place for these to
> live. The goals of the repository would be:
>
>  * House Ansible modules for managing Foreman and Katello entities
>  * Encourage other community users to add in their own to centralize them
>  * Have a mission to contribute the modules to Ansible proper and remove
> them from this repository when they are accepted
>
> If the development community feels this should be not be part of
> theforeman proper then so be it and I will manage them on my own. But, I
> ask that we weigh the value that this could add to the community at large.
>
> --
> Eric D. Helms
> Red Hat Engineering
>
> --
> You received this message because you are subscribed to the Google Groups
> "foreman-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to foreman-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-dev] Proposal/Request for an foreman-ansible-modules repository

2017-04-06 Thread Eric D Helms
On Thu, Apr 6, 2017 at 2:02 PM, Ewoud Kohl van Wijngaarden <
ew...@kohlvanwijngaarden.nl> wrote:

> On Wed, Apr 05, 2017 at 11:04:24AM -0400, Eric D Helms wrote:
> > Howdy,
> >
> > I have a number of Ansible modules that I have developed for managing
> > Katello entities and Foreman organizations. An Ansible module can be
> > thought of as providing extentsibility and new functionality to Ansible
> > roles and playbooks. In this case, by being able to manage entities
> within
> > Foreman and Katello. There are also a number of modules I have seen upon
> > google search that exist for other various Foreman entities.
> >
> > I would like to share the modules I have written and encourage other
> > community users to share theirs in a centralized place for use. Ideally,
> > these modules would be offered to and go into Ansible's core set of
> modules
> > after some time of development. However, I believe they need somewhere
> > useful to live during said transition and as a place to harden them
> before
> > offering them up and awaiting an Ansible release.
> >
> > Thus, I would like to propose and request a repository on theforeman
> Github
> > organization named 'foreman-ansible-modules' as a place for these to
> live.
> > The goals of the repository would be:
>
> Does this mean that it's one repository for all modules or one
> repository per module? I'm fine either way, just want to curious.
>

I'd prefer one repository for all modules otherwise this could mean a lot
of repositories and if a users wants to use them they have to download each
and every one vs cloning a single repo.


>
> --
> You received this message because you are subscribed to the Google Groups
> "foreman-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to foreman-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Eric D. Helms
Red Hat Engineering

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [foreman-dev] Proposal/Request for an foreman-ansible-modules repository

2017-04-06 Thread Ewoud Kohl van Wijngaarden
On Wed, Apr 05, 2017 at 11:04:24AM -0400, Eric D Helms wrote:
> Howdy,
> 
> I have a number of Ansible modules that I have developed for managing
> Katello entities and Foreman organizations. An Ansible module can be
> thought of as providing extentsibility and new functionality to Ansible
> roles and playbooks. In this case, by being able to manage entities within
> Foreman and Katello. There are also a number of modules I have seen upon
> google search that exist for other various Foreman entities.
> 
> I would like to share the modules I have written and encourage other
> community users to share theirs in a centralized place for use. Ideally,
> these modules would be offered to and go into Ansible's core set of modules
> after some time of development. However, I believe they need somewhere
> useful to live during said transition and as a place to harden them before
> offering them up and awaiting an Ansible release.
> 
> Thus, I would like to propose and request a repository on theforeman Github
> organization named 'foreman-ansible-modules' as a place for these to live.
> The goals of the repository would be:

Does this mean that it's one repository for all modules or one
repository per module? I'm fine either way, just want to curious.

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[foreman-dev] Proposal/Request for an foreman-ansible-modules repository

2017-04-05 Thread Eric D Helms
Howdy,

I have a number of Ansible modules that I have developed for managing
Katello entities and Foreman organizations. An Ansible module can be
thought of as providing extentsibility and new functionality to Ansible
roles and playbooks. In this case, by being able to manage entities within
Foreman and Katello. There are also a number of modules I have seen upon
google search that exist for other various Foreman entities.

I would like to share the modules I have written and encourage other
community users to share theirs in a centralized place for use. Ideally,
these modules would be offered to and go into Ansible's core set of modules
after some time of development. However, I believe they need somewhere
useful to live during said transition and as a place to harden them before
offering them up and awaiting an Ansible release.

Thus, I would like to propose and request a repository on theforeman Github
organization named 'foreman-ansible-modules' as a place for these to live.
The goals of the repository would be:

 * House Ansible modules for managing Foreman and Katello entities
 * Encourage other community users to add in their own to centralize them
 * Have a mission to contribute the modules to Ansible proper and remove
them from this repository when they are accepted

If the development community feels this should be not be part of theforeman
proper then so be it and I will manage them on my own. But, I ask that we
weigh the value that this could add to the community at large.

-- 
Eric D. Helms
Red Hat Engineering

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.