On Fri, Aug 26, 2016, at 10:43 AM, John Villalovos wrote: > On Fri, Aug 26, 2016 at 9:48 AM, Clark Boylan <[email protected]> > 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 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
