My tool of choice is vagrant - it's super easy to create a Vagrantfile,
write a quick shell script that idempotently installs any required puppet
modules, and then run puppet itself. An older example is the
puppet-storyboard module: git checkout, vagrant up, and you're off to the
races.

https://github.com/openstack-infra/puppet-storyboard/blob/master/Vagrantfile

That approach can be extended to simulating any openstack infra node
including slaves, servers, etc....
https://krotscheck.net/2016/06/01/how-to-simulate-an-openstack-infra-slave.html

Michael
_______________________________________________
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

Reply via email to