Foreman 1.0RC1 is released

Hi All,

Just released 1.0RC1.

if everything goes well, Official release of 1.0 would be available within
the next few days.

many many thanks to all contributors, release notes are at [1], overview of
changes at [2] and a full changelog at [3]

thank you!
Ohad

[1]
http://theforeman.org/projects/foreman/wiki/ReleaseNotes#Release-Notes-for-10
[2] http://theforeman.org/versions/show/16
[3] https://github.com/theforeman/foreman/blob/develop/CHANGELOG

"Add gateway and dns fields to Subnets (and of course access it via
provisioning templates)"

Are these variables for use in the kickstart scripts documented yet?

I see the following in the Kickstart default gPXE

ip=${net0/ip} netmask=${net0/netmask} gateway=${net0/gateway}
dns=${net0/dns}

Are these the new version of @host.ip, etc?

··· On Thursday, June 21, 2012 9:46:10 AM UTC-4, ohad wrote: > > Hi All, > > Just released 1.0RC1. > > if everything goes well, Official release of 1.0 would be available within > the next few days. > > many many thanks to all contributors, release notes are at [1], overview > of changes at [2] and a full changelog at [3] > > thank you! > Ohad > > [1] > http://theforeman.org/projects/foreman/wiki/ReleaseNotes#Release-Notes-for-10 > [2] http://theforeman.org/versions/show/16 > [3] https://github.com/theforeman/foreman/blob/develop/CHANGELOG > > > > >

> "Add gateway and dns fields to Subnets (and of course access it via
> provisioning templates)"
>
> Are these variables for use in the kickstart scripts documented yet?
>

i think / hope so, you can simply use

@host.params['param_name']
this could be either plain params or smart variables
or for subnets, simply use something like
@host.subnets.gateway

>
> I see the following in the Kickstart default gPXE
>
> ip=${net0/ip} netmask=${net0/netmask} gateway=${net0/gateway}
> dns=${net0/dns}
>
nope, this is gpxe(ipxe) specific

··· On Fri, Jun 22, 2012 at 1:05 AM, Roger wrote:

Are these the new version of @host.ip, etc?

On Thursday, June 21, 2012 9:46:10 AM UTC-4, ohad wrote:

Hi All,

Just released 1.0RC1.

if everything goes well, Official release of 1.0 would be available
within the next few days.

many many thanks to all contributors, release notes are at [1], overview
of changes at [2] and a full changelog at [3]

thank you!
Ohad

[1] http://theforeman.org/projects/foreman/wiki/
ReleaseNotes#Release-Notes-**for-10http://theforeman.org/projects/foreman/wiki/ReleaseNotes#Release-Notes-for-10
[2] http://theforeman.org/**versions/show/16http://theforeman.org/versions/show/16
[3] https://github.com/**theforeman/foreman/blob/**develop/CHANGELOGhttps://github.com/theforeman/foreman/blob/develop/CHANGELOG


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/foreman-users/-/xNs2JikVBVwJ.
To post to this group, send email to foreman-users@googlegroups.com.
To unsubscribe from this group, send email to
foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/foreman-users?hl=en.

I've added the new subnet values to list of host variables here,
http://theforeman.org/projects/foreman/wiki/TemplateWriting

··· On Thursday, June 21, 2012 5:05:40 PM UTC-5, Roger wrote: > > "Add gateway and dns fields to Subnets (and of course access it via > provisioning templates)" > > Are these variables for use in the kickstart scripts documented yet? > > I see the following in the Kickstart default gPXE > > ip=${net0/ip} netmask=${net0/netmask} gateway=${net0/gateway} > dns=${net0/dns} > > Are these the new version of @host.ip, etc? > > On Thursday, June 21, 2012 9:46:10 AM UTC-4, ohad wrote: >> >> Hi All, >> >> Just released 1.0RC1. >> >> if everything goes well, Official release of 1.0 would be available >> within the next few days. >> >> many many thanks to all contributors, release notes are at [1], overview >> of changes at [2] and a full changelog at [3] >> >> thank you! >> Ohad >> >> [1] >> http://theforeman.org/projects/foreman/wiki/ReleaseNotes#Release-Notes-for-10 >> [2] http://theforeman.org/versions/show/16 >> [3] https://github.com/theforeman/foreman/blob/develop/CHANGELOG >> >> >> >> >>

Ill update the provsioning variable table this weekend if no one beats me.

Also, I noticed the seperation of gem dependencies into groups under bundle.d, is that with the hooe of seperating out the RPM builds into different packages? I have an updated spec I used about 3 weeks ago on git, Im updating it now for recent changes since then. Any tips on specific standards for packaging a rails 3 app? Such as do we want to pakcage the gems too?

  • Trey