Moses Mendoza
2012-Sep-22 00:11 UTC
[Puppet Users] Solaris Packages for Puppet 3.0.0-rc7, Facter 1.6.0 and Hiera 1.0.0
---------- Forwarded message ---------- From: Rahul Gopinath <rahul@puppetlabs.com> Date: Fri, Sep 21, 2012 at 4:43 PM Subject: [Puppet-dev] Solaris Packages for Puppet 3.0.0, Facter 1.6.0 and Hiera 1.0.0 To: puppet-users@googlegroups.com, puppet-dev@googlegroups.com Hello, For the first time, experimental Solaris 11 IPS packages for Puppet 3.0.0-rc7, Facter 1.6.12 and Hiera 1.0.0 are available under http://downloads.puppetlabs.com/solaris They are: puppet@3.0.0,5.11-9211.p5p facter@1.6.12,5.11-819.p5p hiera@1.0.0,5.11-116.p5p The versioning scheme for Solaris is different from the default scheme. The versioning scheme is <product>@<product-version>,<consolidation>-<build number> . Specifically the RC candidates and the Final version are distinguished only by their build number which is monotonic. To install these packages, download them from the above link and use IPS pkg command. E.g for puppet pkg install -g ./puppet@3.0.0,5.11-9211.p5p puppet Note that since this is experimental and each product is in its own repository archive, Hiera and Factor need to be installed first before Puppet is installed. To Solaris users, we would greatly appreciate your feedback on these packages. We are also in the process of setting up public IPS repositories and will update you as we make progress. Rahul -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Alan Chalmers
2012-Sep-29 07:41 UTC
[Puppet Users] Re: Solaris Packages for Puppet 3.0.0-rc7, Facter 1.6.0 and Hiera 1.0.0
Great to see some Solaris IPS love for these. I added these to my local repo went to use them and my only issue I''m running ruby 1.9.3 Any chance you can share your method for rolling these gems up into IPS as I''d prefer to keep with a more recent version of ruby. Cheers alan On Saturday, 22 September 2012 10:11:39 UTC+10, Moses Mendoza wrote:> > ---------- Forwarded message ---------- > From: Rahul Gopinath <rahul@puppetlabs.com> > Date: Fri, Sep 21, 2012 at 4:43 PM > Subject: [Puppet-dev] Solaris Packages for Puppet 3.0.0, Facter 1.6.0 > and Hiera 1.0.0 > To: puppet-users@googlegroups.com, puppet-dev@googlegroups.com > > > Hello, > For the first time, experimental Solaris 11 IPS packages for Puppet > 3.0.0-rc7, Facter 1.6.12 and Hiera 1.0.0 are available under > > http://downloads.puppetlabs.com/solaris > > They are: > > puppet@3.0.0,5.11-9211.p5p > facter@1.6.12,5.11-819.p5p > hiera@1.0.0,5.11-116.p5p > > The versioning scheme for Solaris is different from the default > scheme. The versioning scheme is > <product>@<product-version>,<consolidation>-<build number> . > Specifically the RC candidates and > the Final version are distinguished only by their build number which > is monotonic. > > To install these packages, download them from the above link and use > IPS pkg command. E.g for puppet > > pkg install -g ./puppet@3.0.0,5.11-9211.p5p puppet > > Note that since this is experimental and each product is in its own > repository archive, Hiera and Factor need to be installed first before > Puppet is installed. > > To Solaris users, we would greatly appreciate your feedback on these > packages. > > We are also in the process of setting up public IPS repositories and > will update you as we make progress. > > Rahul > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Developers" group. > To post to this group, send email to puppet-dev@googlegroups.com. > To unsubscribe from this group, send email to > puppet-dev+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/8kcNv6gbFY8J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Rahul
2012-Oct-01 04:47 UTC
[Puppet Users] Re: Solaris Packages for Puppet 3.0.0-rc7, Facter 1.6.0 and Hiera 1.0.0
The ext/ips folder in the main repos contains the necessary incantations. Use "rake package:bootstrap" at root to pull down the puppet/packaging repo and "rake package:ips" to build. On Saturday, September 29, 2012 12:41:44 AM UTC-7, Alan Chalmers wrote:> > Great to see some Solaris IPS love for these. > > I added these to my local repo went to use them and my only issue I''m > running ruby 1.9.3 > > Any chance you can share your method for rolling these gems up into IPS as > I''d prefer to keep with a more recent version of ruby. > > Cheers > > alan > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/ohsh0OWrD1gJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Mathieu Legrand
2012-Oct-01 08:33 UTC
[Puppet Users] Re: Solaris Packages for Puppet 3.0.0-rc7, Facter 1.6.0 and Hiera 1.0.0
Thank you for the packaging: just what I needed! It makes the installation of puppet much much easier on Solaris 11 (especially now that doing a gem install puppet requires gcc…). Any hope to see similar packaging for mcollective in the near future? On Monday, October 1, 2012 12:47:43 PM UTC+8, Rahul wrote:> > The ext/ips folder in the main repos contains the necessary incantations. > Use "rake package:bootstrap" at root to pull down the puppet/packaging > repo and > "rake package:ips" to build. > > On Saturday, September 29, 2012 12:41:44 AM UTC-7, Alan Chalmers wrote: >> >> Great to see some Solaris IPS love for these. >> >> I added these to my local repo went to use them and my only issue I''m >> running ruby 1.9.3 >> >> Any chance you can share your method for rolling these gems up into IPS >> as I''d prefer to keep with a more recent version of ruby. >> >> Cheers >> >> alan >> >>-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/K2iUu7eDFZUJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jax01
2012-Dec-13 23:20 UTC
[Puppet Users] Re: Solaris Packages for Puppet 3.0.0-rc7, Facter 1.6.0 and Hiera 1.0.0
Do you have packages for Solaris 10 as well? Thanks! On Friday, September 21, 2012 8:11:39 PM UTC-4, Moses Mendoza wrote:> > ---------- Forwarded message ---------- > From: Rahul Gopinath <ra...@puppetlabs.com <javascript:>> > Date: Fri, Sep 21, 2012 at 4:43 PM > Subject: [Puppet-dev] Solaris Packages for Puppet 3.0.0, Facter 1.6.0 > and Hiera 1.0.0 > To: puppet...@googlegroups.com <javascript:>, puppe...@googlegroups.com<javascript:> > > > Hello, > For the first time, experimental Solaris 11 IPS packages for Puppet > 3.0.0-rc7, Facter 1.6.12 and Hiera 1.0.0 are available under > > http://downloads.puppetlabs.com/solaris > > They are: > > puppet@3.0.0,5.11-9211.p5p > facter@1.6.12,5.11-819.p5p > hiera@1.0.0,5.11-116.p5p > > The versioning scheme for Solaris is different from the default > scheme. The versioning scheme is > <product>@<product-version>,<consolidation>-<build number> . > Specifically the RC candidates and > the Final version are distinguished only by their build number which > is monotonic. > > To install these packages, download them from the above link and use > IPS pkg command. E.g for puppet > > pkg install -g ./puppet@3.0.0,5.11-9211.p5p puppet > > Note that since this is experimental and each product is in its own > repository archive, Hiera and Factor need to be installed first before > Puppet is installed. > > To Solaris users, we would greatly appreciate your feedback on these > packages. > > We are also in the process of setting up public IPS repositories and > will update you as we make progress. > > Rahul > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Developers" group. > To post to this group, send email to puppe...@googlegroups.com<javascript:>. > > To unsubscribe from this group, send email to > puppet-dev+...@googlegroups.com <javascript:>. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/mYNiHg8yadAJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.