Commit Graph

12 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
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
Jose Luis Franco Arza 7445fc3cb7 Clean up upgrades/updates featureset.
Once [0] got merged, there is no chance that the
overcloud-upgrade role will run. Upgrade job have
all been moved to use the new tripleo-upgrade, so
we can dispense all overcloud-upgrade related
variables from the featuresets.

[0] - Iaf30244187d27909ab803175843056e0827d0b24

Change-Id: Ibe715cc4f604ba554db8dd4ab2d95391e4b1f311
2018-07-02 12:27:06 +02:00
Wes Hayutin bab0f87196 remove deployed_server from common args
deployed_server is no longer common
through out the multinode featuresets.
deploy_steps_ansible_workflow is an
alternative now.

Related-Bug: #1748315
Change-Id: I28988d30338527669da25bc764143cf57a995af9
2018-02-09 14:05:30 +00:00
Emilien Macchi 0a9929d16c Remove tempest_config (obsolete)
Depends-On: Ie3b37b17bf41b5f36bc60bfd0e4607ed4a3aaf6d
Change-Id: If51721ac720843fa81a7e20ae37a5ac702c3f6c5
2017-11-24 04:46:16 +00:00
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
Wes Hayutin 8bddfd342a scenario templates deploy with pacemaker
You will notice that all the scenario jobs
have pacemaker enabled, so there is no need
to try and set it with tq. See the following
https://github.com/openstack/tripleo-heat-templates/blob/master/README.rst#service-testing-matrix

Depends-On: Iece70e22cd40cb119f2f9eb3c51be7bd4631fade
Change-Id: Icd3b103aefce382f2a15adff77896cb4dcb2c2a0
2017-09-27 18:34:09 +00:00
Emilien Macchi 99fe95d939 enable pingtest on scenarios container upgrade jobs
So we can validate upgrades from Ocata to Pike work.

Change-Id: I713d0012d4a11397b75b735f976642d67b4e23f2
2017-09-02 15:56:16 +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
Emilien Macchi 6a91b92995 enable enable_opstools_repo where opstools are deployed
On scenario001, we need ops tools repository. Let's deploy it like we
already did in FS005.

Change-Id: I1e1345c7870d84c46ea599d0d2a6e8e34be130d0
2017-08-17 15:01:09 -07:00
Jiri Stransky 3fa2214be9 Add missing deploy_composable_scenario in featuresets
There were still a couple of featuresets that needed
deploy_composable_scenario variable set, and it caused the upgrade CI
job to start failing recently.

As explained in commit message of change
I7e7c13b9151607233f1159ed91c455dcec37e230 we were setting this
variable elsewhere previously, but seems like we aren't doing that
anymore.

Change-Id: I8303a8d90a756512a8cfb0ac23984c58183138a2
Closes-Bug: #1710112
2017-08-12 10:41:59 +00:00
Jiri Stransky 344efd964a Container upgrade featuresets for scenarios 001-004
These are the same as featureset011, but each one deploys a different
scenario.

Change-Id: If43370654f28465f25663e06681b712e42a411e6
Depends-On: I36ef3f4edf83ed06a75bc82940152e60f9a0941f
2017-05-29 14:10:02 +02:00