override the NOVA_NOTIFICATION_FORMAT in the override-defaults
file instead of the local.conf in gate_hook
Change-Id: I5ff3ae6b8584c4a5a33dba5b2e5d3680cf3edea7
Nova change https://review.opendev.org/603079/ is changing the
default configuration to send only unversioned notfications rather
than both versioned and unversioned notifications.
make sure vitrage uses both.
Change-Id: Ia2c78071091a7f1b673d8ff2e03d36bbbb1ebe8c
Add ability to configure such datasources like:
* static (VITRAGE_USE_STATIC)
* doctor (VITRAGE_USE_DOCTOR)
* prometheus (VITRAGE_USE_PROMETHEUS)
All these datasources are disabled now by default.
Change-Id: I60b2810defbd5d2ce63a6408ed5a835efd7c6904
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: I9ff8306f34ffa9cfd524172138bc01da2aa3d3f5
Changed the behavior of the Nova instance datasource to use by
default the versioned notifications.
Change-Id: Ife5c78c6568939f919174b5072fd70f461de0bd1
Story: 2004052
Task: 28501
The static physical datasource was deprecated in Queens and removed in
Stein. Please use the static datasource instead.
Story: 2003172
Task: 23316
Depends-On: Ib20c4f2811cd1e1ebd100a67aa747268f6443a81
Change-Id: Id8e4de401c0bde8b06dba647fec7b1236b18ccc2
Persistency wont be optional.
This parameter was not used so far thus is simply removed, without deprecating it.
Change-Id: I44baad84429c552b87364fa6659ca2ee193bef58
use the -E for sudo when running testr
this will pass the PYTHON environment variable
so python3 will run
Change-Id: I231090694fafb8dcc71c9595174ba82185b59348
Changed datasources snapshot interval(get_all) to two hours
instead of 10 min. This is to avoid having a difference in sample time
during tempests. Given that the tempests run in an isolated environment
and that all changes occur from within the tempests, the change should not affect
current tempests consistency.
Change-Id: I2c238275c8ffee0fc24915e98b49ee946a71069d
1. Bring back import for Ceilometer.
2. Trying to update post_test_hook.sh to use the Tempest project for running
Change-Id: I16e8a48ed8f82d2d72d7348d8d7c2b30d6c694e3
1. Remove DEVSTACK_GATE_NO_SERVICES since it disables all default services
(see devstack-gate/features.yaml no_services variable.)
2. Remove redundant imports, ceilometer is enabled by default as a service(see 1.) and
adding AODH project is already done in vitrage.yaml under project-config/jenkins/jobs
Change-Id: I755ca121bdfc02b0b34bbb9d34a000a34d36128c
1. Updated localrc configuration before running devstack-vm-gate.sh under gate_hook.sh
2. Fixed(hopefully) post_test_hook.sh to run all tempest tests under vitrage_tempest_tests folder
Change-Id: I5f6947fdae7f35669a1d7488b02179dc04caee36