Updated git submodules
authorSam Hague <shague@redhat.com>
Wed, 6 Sep 2017 18:33:59 +0000 (14:33 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 8 Sep 2017 21:58:03 +0000 (21:58 +0000)
commita09d6cffda25520595e6987e5540662c2eef48cd
tree310d3ef51f94968d349669bc6e5f9acdf803008e
parentc8c9c46dbf6b9888e6801ad0a9a284b8753cfd22
Updated git submodules

Project: releng/builder master 2e78ee71b2babc3f99b477b4887c7bceabcddf16

Cleanup openstack-run-test.sh

The file has grown a little messy over time and needed cleanup:

1. Main change is to rework the enabled and disabled services.
The old file relied on devstack and networking-odl to enable
default services - some of which are not needed like horizon
or cinder. This is reworked to disable all services and then
explicitly enable those needed.

2. Add a compute enabled services field. Old file only had
a single parameter to set the services, but control and compute
nodes have different services.

3. Add stacking logging

4. Add trap handler in script to always ensure logs are captured
on any failure.

5. Add a git log -n20 to list recent devstack patches. This will
help to identify any suspect patches, like tox changes that
chronically break the jobs.

6. Indent and syntax consistently in the file.

7. Remove unused or deprecated local.conf settings.

All the different job combos were tested except:
gbp and coe job combos were not verified as those jobs
have been broken for a while.

Change-Id: Ic58e777bfa58b9b7eb3bee859a4a615764efcb87
Signed-off-by: Sam Hague <shague@redhat.com>
docs/submodules/releng/builder