Commit Graph

9 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
Alex Schultz 025e1f1fe9 Set containerized_undercloud to false
Feature set 047 is the non-containerized upgrade featureset. We need to
explicitly configure containerized_undercloud to false because in Rocky,
it's set to true by default.

Depends-On: https://review.opendev.org/#/c/698963/
Change-Id: I720088bfb1a49d28305b1dca3d8743c6e77a7048
2019-12-16 14:53:04 +00:00
Alex Schultz efcde84f1d Revert "Configure UC rocky upgrade vars"
This reverts commit 5589386151.

This was wrong since fs047 is for the *non* containerized
undercloud it should not be dynamic based on the version.

Change-Id: I9d5816b99c00a7afb890d1cb3facf8be73d92667
2019-12-16 14:51:19 +00:00
Carlos Camacho 5589386151 Configure UC rocky upgrade vars
We are using fs47 to run the UC upgrade without containers.
This should change depending on the version.

Depends-On: https://review.opendev.org/#/c/698225
Closes-Bug: #1855856

Change-Id: Iae6d1a331e55b5f56f667e7bf84d79bf7e01f3c6
2019-12-10 17:51:34 +01:00
Alex Schultz 892f4848c8 Set hostname for undercloud-upgrade
Not sure how this was passing previously as the undercloud has always
required a proper hostname, but the change for Bug 1814564 seems to be
failing on rocky upgrade job. So let's properly set the undercloud
hostname on installation.

Change-Id: I217abd975ec6a7a98a624a09c9194db9ecdafe35
Related-Bug: #1814564
2019-02-15 14:39:55 -07:00
Jose Luis Franco Arza ce3058f4f5 Add tripleo-upgrade vars into featureset047.
Variables use_oooq and tripleo_ci are needed
to be set if we want to use the tripleo-upgrade
rol in upstream CI.

Change-Id: Ib204c89ad88ae4581e556710976325c2b2723039
2018-04-16 10:54:40 +02:00
Jose Luis Franco Arza ba304fdbbd Remove unnecessary parameters from featureset047.
featureset047 covers the undercloud upgrade
using tripleo-upgrade. Now that a playbook
has been enabled to run the job [0] it's not
needed to set some of the variables set when
the multinode-overcloud-upgrade-new.yml playbook
was used to run the job.
Also, overcloud validations are disabled by
setting test_ping and run_tempest to false.

[0] https://review.openstack.org/#/c/553827/

Change-Id: Id92fbbb9c25ee27fd15038ba1452b222679ae273
2018-03-30 20:19:23 +00:00
Jose Luis Franco Arza b0fa78578f Add featureset for upgrade undercloud.
The existing tripleo-ci-centos-7-undercloud-upgrades
is still using the legacy tripleo.sh script to run
the job. This featureset is intended to enable
upgrading the undercloud using tripleo-upgrade.

Change-Id: I8ee7108a340915a9b65ed1db49ffd0c03c55a19d
2018-03-13 10:36:47 +01:00