Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 28 Mar 2018 20:04:43 +0000 (20:04 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 28 Mar 2018 20:04:43 +0000 (20:04 +0000)
commitce0d16fe106d76170d6f9f57459337d001dbeae9
tree1db0f483f799d3ad79b99e4309818a4a667377d9
parentb5b8380f0b0662ac078d454410429c6e060ee67f
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "restore Heat stack failure logs for CI"
  - restore Heat stack failure logs for CI

    We need to see what Heat failures occured
    so that we can debug CI failures.

    The only way to do this seems to be to use the
    private event_utils.get_events function to
    query for all failures

    Also since we had a failure go ahead and dump the
    Heat template that failed.

    Sample output:

    2018-03-25 23:50:08,765 [INFO] yardstick.orchestrator.heat heat.py:629 Creating stack 'yardstick-460ed969' START
    2018-03-25 23:50:21,932 [ERROR] yardstick.orchestrator.heat heat.py:644 Resource CREATE failed: BadRequest: resources.yardstick-460ed969-xe1: Invalid input for operation: physical_network 'nosuch' unknown for flat provider network.
    Neutron server returns request_ids: ['req-6f981f1e-a9e2-4114-af84-1ee528aed51b']
    2018-03-25 23:50:21,933 [ERROR] yardstick.orchestrator.heat heat.py:644 BadRequest: resources.yardstick-460ed969-xe1: Invalid input for operation: physical_network 'nosuch' unknown for flat provider network.
    Neutron server returns request_ids: ['req-6f981f1e-a9e2-4114-af84-1ee528aed51b']
    2018-03-25 23:50:21,972 [ERROR] yardstick.orchestrator.heat heat.py:645 {'description': '\n'
                    'All referred generated resources are prefixed with the '
                    'template\n'
                    'name (i.e. yardstick-460ed969).\n',
     'heat_template_version': '2013-05-23',
     'outputs': {'trafficgen_1.yardstick-460ed969': {'description': 'VM UUID',
                                                     'value': {'get_resource': 'trafficgen_1.yardstick-460ed969'}},
                 'trafficgen_1.yardstick-460ed969-fip': {'description': 'floating '
                                                                        'ip '
    JIRA: YARDSTICK-998

    Change-Id: Ia8f4e5ba7e280fb9086519680d5ee90a2b442e6b
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
docs/submodules/yardstick