[openstack-dev] A daily life of a dev in ${name_your_fav_project}

Clark Boylan cboylan at sapwetik.org
Fri Aug 26 18:13:49 UTC 2016


On Fri, Aug 26, 2016, at 10:43 AM, John Villalovos wrote:
> On Fri, Aug 26, 2016 at 9:48 AM, Clark Boylan <cboylan at sapwetik.org>
> wrote:
> > As someone that semi frequently has to reproduce gate results my current
> > setup involves semi frequently building the infra test images locally
> > using openstack-infra/project-config/tools/build-image.sh then booting
> > this image on my workstation using kvm. With that I can easily run a
> > devstack-gate reproduce.sh or tox -e whatever and have a high degree of
> > confidence that my setup mirrors the gate's.
> 
> Nice to know about that! Thanks.
> 
> Just curious how does someone reproduce a multi-node devstack-gate
> job. I have selfish reasons for wanting to know :)

The simplest way to do this without a nodepool would be to boot the
number of instances you need then edit /etc/nodepool on each one of them
so that you have the files described at
http://docs.openstack.org/infra/nodepool/scripts.html#ready-script with
the appropriate info for your instances (one should be primary the
others subnodes, make sure IPs are correct for your setup,etc). Then run
the reproduce.sh script on the primary node.

Clark



More information about the OpenStack-dev mailing list