Commit Graph

15 Commits

Author SHA1 Message Date
Ghanshyam Mann c49552281f Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: I235b08d63bab01a94a41b29b40724f05c88a534f
2024-02-24 11:44:21 -08:00
ramishra 132641cec2 Don't explicitly disable telemetry
Legacy telemetry has been disabled by default since
ussuri.

Change-Id: I08c8897c46aaa722b4b939d2677fe8fa2027c8f6
2021-06-15 07:17:21 +00:00
Chandan Kumar (raukadah) ad0f465cd6 Remove undercloud_enable_tempest var
Since we are working in process of removing tempest container
from wallaby release and all the tempest run is switched to
os_tempest for all supported release in tripleo-ci.

This change is not going to affect any periodic jobs also.

It also removes run_tempest and tempest_format var.

Related-Bug: #1916875

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I3d046047833044fd2d75ba399f784be5d992fbef
2021-03-11 15:29:53 +05:30
Arx Cruz c301c85f12 Replace run_tempest with use_os_tempest
The variable run_tempest was used by validate-tempest. Since now we use
only os_tempest, this variable is no longer required, however, since
use_os_tempest is default to true, we must change it where the
run_tempest is false, like in the upgrade/update jobs, since we don't
run tempest on those.

Change-Id: Idb8166992976ce6303f95f72011aa65fe536931e
2021-01-13 12:19:31 +01:00
Maciej Józefczyk 8dc70fef17 Use non-dvr-ha template for neutron-ovn ha
We decided to rename template neutron-ovn-ha.yaml
to neutron-ovn-non-dvr-ha.yaml in order to explicitly
set that this template has no DVR enabled [1].
We should use new template here.

[1] https://review.opendev.org/#/c/663255/3

Change-Id: I44798f969f1ba13affbf5e189efcea96545c238b
2019-06-13 07:59:09 +02:00
Michele Baldessari 32990b0d05 Point to the right ovn environment file
The files under environment/* are deprecated and will be removed via
I8dc362bcbf860386b497490e57eec69d69f69cc8.
Since openvswitch is now at version openvswitch-2.10.1-3.el7.x86_64
we can remove the comment and point to the right file.

Change-Id: Icabcba5efed48b3c06d675ee7f0e594e26410753
2019-03-10 08:25:58 +01:00
Arx Cruz f11e671055 Running containerized tempest only in containerized environment
Tempest container is available and built when we deploy
containerized undercloud.
Since undercloud is containerized from rocky and ongoing, this patch
enable containerized tempest when undercloud is running as container.
Also, moved all tempest related configuration to the end of file to
avoid overwritten options

Depends-On: https://review.openstack.org/#/c/580384/
Change-Id: Icdb0f2b033ad0d1ba2548c591fa32dc649fff319
2018-08-10 10:08:52 +02:00
Sagi Shnaidman 43ba8ce92d Don't use NTP server in extra args
We have ntp_args which include ntp_server variable. Don't set it
in extra agrs so we can overwrite it.

Change-Id: Ib6a30b4581f095b89f0a128232c165c53a716a48
2018-07-15 21:23:46 +03:00
Chandan Kumar 4a7bbb4599 Rename test_regex to test_white_regex
* https://review.openstack.org/551441 introduced test_black_regex
  in order to skip test directly from featureset files. In order
  to avoid confusion between test_regex and test_black_regex, we
  are renaming test_regex to test_white_regex.
 * It will fix all the featuresets.

Depends-On: https://review.openstack.org/560006
Change-Id: If66225c2e2f8c571cc85aebacee01431e4f64dcc
2018-04-25 08:37:57 +00:00
Wes Hayutin f51f4c6c38 add deployed_server variable
deployed_server is no longer common
through out the multinode featuresets.
deploy_steps_ansible_workflow is an
alternative now.

Related-Bug: #1748315
Change-Id: I52b9d68b2bb6efcc438855e5411eb5d56cc5d3d1
2018-02-09 19:24:01 -05:00
Emilien Macchi 0a9929d16c Remove tempest_config (obsolete)
Depends-On: Ie3b37b17bf41b5f36bc60bfd0e4607ed4a3aaf6d
Change-Id: If51721ac720843fa81a7e20ae37a5ac702c3f6c5
2017-11-24 04:46:16 +00:00
Emilien Macchi 63317345f2 Switch scenario007 to run Tempest
Run tempest instead of pingtest.

Change-Id: Id08ee56fed940213b7fb65358d8d57adf0a84f9b
2017-11-15 19:50:33 +05:30
Martin André cbeb7b84f0 Use different variables for deploy and upgrade scenarios
Use the new upgrade_composable_scenario variable from oooq-extra to set
the composable scenario file used during upgrade.

Closes-Bug: #1714905

Change-Id: Ie0e8de54794a9259c0aeb8c67ae0f6a908844093
2017-10-15 06:49:39 +00:00
John Trowbridge 3ed912bd91 Move common multinode role setup from tripleo-ci
This configuration was previously in tripleo-ci in the
testenv/multinode.yml file, but it is not specific to tripleo-ci.

This would be nice to add to the common multinode config and only
override where needed, but our current code does not allow for
overriding what is in the common config.

Change-Id: Ia042fc578ade2c073504ceb117b1da3ff0a4e051
2017-08-19 06:52:13 +00:00
Numan Siddique 18566f5dfd Add fset028 for OVN
This patch adds featureset028 for OVN services. OVN is an SDN controller from
the openvswitch community. To enable and deploy OVN in tripleo, it requires
 - configuring the Neutron server to enable the OVN ML2 mechanism driver
 - disabling all neutron agents
 - starting ovn-controller service on compute nodes
 - starting ovn-northd service and OVN DB servers (which uses ovsdb-server) on the
   controller nodes.

T-H-T already supports OVN integration. The featureset028 allows to deploy
OVN and use the scenario007 to test them in CI.

Change-Id: Ide11569d81f5f28bafccc168b624be505174fc53
2017-07-24 14:30:56 +05:30