Template writing and upload to Subversion

Hi all,

Wanted to see if anyone has any good workflows for developing templates,
checking them into SVN, and then pushing those templates to foreman.

We wanted to keep our template files in SVN if possible.

Thanks!

Chuck

> Hi all,
>
> Wanted to see if anyone has any good workflows for developing templates,
> checking them into SVN, and then pushing those templates to foreman.
>
> We wanted to keep our template files in SVN if possible.
>

Foreman 1.3 now includes a new CLI called hammer, I've spent 5 minutes with
a very quick hack as an exmaple, see [1]

Ohad

[1] https://gist.github.com/ohadlevy/6891157

··· On Tue, Oct 8, 2013 at 10:13 PM, wrote:

Thanks!

Chuck


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/groups/opt_out.

The foreman-templates plugin[1] can source templates from a user-specified
git repo, and then push the content into the template view. As I believe
git can interact with svn, this might fit your workflow?

Greg
[1] https://github.com/GregSutcliffe/foreman_templates

··· On 8 October 2013 20:13, wrote:

Hi all,

Wanted to see if anyone has any good workflows for developing templates,
checking them into SVN, and then pushing those templates to foreman.

We wanted to keep our template files in SVN if possible.