Comment 2 for bug 1498481

Curtis Hovey (sinzui) wrote :

We added --debug to the four quickstart jobs that deploy the landsscape scalable bundle. All four jobs failed again like the original run. revision-build 3034 is still being tested
    http://reports.vapour.ws/releases/3090
but at this hour we can see these failure will be the cause of the curse
    http://reports.vapour.ws/releases/3090/job/aws-quickstart-bundle/attempt/1055
    http://reports.vapour.ws/releases/3090/job/hp-quickstart-bundle/attempt/1202
    http://reports.vapour.ws/releases/3090/job/maas17-quickstart-bundle/attempt/1122
    http://reports.vapour.ws/releases/3090/job/joyent-quickstart-bundle/attempt/1404

Per the output in the console logs quickstart requires use to export the path to the Juju bin under test. eg:
     export JUJU=./extracted-bin/usr/lib/juju-1.25-beta1/bin/juju
     juju --debug quickstart -e aws-quickstart-bundle --constraints mem=2G --no-browser /var/lib/jenkins/repository/landscape-scalable.yaml
then poll with status until all units are started or one is in error.