I'd second the vote for r10k. You need to do this however otherwise you'll get the master branch:
mod 'nova', :git => 'https://github.com/openstack/puppet-nova.git', :ref => 'stable/kilo' mod 'glance', :git => 'https://github.com/openstack/puppet-glance.git', :ref => 'stable/kilo' mod 'cinder', :git => 'https://github.com/openstack/puppet-cinder.git', :ref => 'stable/kilo' ... On Wed, Nov 25, 2015 at 11:34 AM, Saverio Proto <[email protected]> wrote: > Hello, > > you can use r10k > > go in a empty folder, create a file called Puppetfile with this content: > > mod 'openstack-ceilometer' > mod 'openstack-cinder' > mod 'openstack-glance' > mod 'openstack-heat' > mod 'openstack-horizon' > mod 'openstack-keystone' > mod 'openstack-neutron' > mod 'openstack-nova' > mod 'openstack-openstack_extras' > mod 'openstack-openstacklib' > mod 'openstack-vswitch' > > the type the commands: > gem install r10k > r10k puppetfile install -v > > Look at r10k documentation for howto specify a version number of the > modules. > > Saverio > > > > 2015-11-25 18:43 GMT+01:00 Oleksiy Molchanov <[email protected]>: > > Hi, > > > > You can provide --version parameter to 'puppet module install' or even > use > > puppet-librarian with puppet in standalone mode. This tool is solving all > > your issues described. > > > > BR, > > Oleksiy. > > > > On Wed, Nov 25, 2015 at 6:16 PM, Russell Cecala < > [email protected]> > > wrote: > >> > >> Hi, > >> > >> I am struggling with setting up OpenStack via the OpenStack community > >> puppet modules. For example > >> https://github.com/openstack/puppet-keystone/tree/stable/kilo > >> > >> If I do what the README.md file says to do ... > >> > >> example% puppet module install puppetlabs/keystone > >> > >> What release of the module would I get? Do I get Liberty, Kilo, Juno? > >> And what if I needed to be able to install the Liberty version on one > >> system > >> but need the Juno version for yet another system? How can I ensure the > >> the right dependencies like cprice404-inifile and puppetlabs-mysql get > >> installed? > >> > >> Thanks > >> > >> _______________________________________________ > >> OpenStack-operators mailing list > >> [email protected] > >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators > >> > > > > > > _______________________________________________ > > OpenStack-operators mailing list > > [email protected] > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators > > > > _______________________________________________ > OpenStack-operators mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators >
_______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
