Deploy Single Class with Foreman

Hi,

I modified and extended the source code of foreman version 1.1-stable
(branch master) and smart-proxy release 1.1 (branch master) to add a new
feature into foreman, "Deploy Single Class".

Basically it makes possible to deploy a single puppet module and not the
whole catalogue via Foreman. For doing this I added a second button on
Foreman (still need to change the picture thought). This is doing by using
the --tag parameter when calling a "Run Puppet" (puppet kick) as used when
called from the CLI.

Feel free to use it and test it. And if possible to* modify and improve the
new functionality* since I am far of being a real Ruby developer (i am from
the ops front ;-).

Cheers,
Cesar

> Hi,
>
> I modified and extended the source code of foreman version 1.1-stable
> (branch master) and smart-proxy release 1.1 (branch master) to add a new
> feature into foreman, "Deploy Single Class".
>
> Basically it makes possible to deploy a single puppet module and not the
> whole catalogue via Foreman. For doing this I added a second button on
> Foreman (still need to change the picture thought). This is doing by using
> the --tag parameter when calling a "Run Puppet" (puppet kick) as used when
> called from the CLI.
>
> Feel free to use it and test it. And if possible to* modify and improve
> the new functionality* since I am far of being a real Ruby developer (i
> am from the ops front ;-).
>
> https://github.com/MrTeleBird/foreman.git
> https://github.com/MrTeleBird/smart-proxy.git
>
> awesome, would you consider sending it as a PR ? or better add it as a
plugin?

thanks!
Phad

··· On Fri, May 17, 2013 at 1:05 PM, MrTelebird wrote:

Cheers,
Cesar


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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hey Phad,

yes sure, I will try to add it as a plugin first, will let you know once
its done.

cheers