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
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
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
Sorin Sbarnea 4a41ca7bf0 Lint fixes for ci-scripts and config folders
This normalizes the formatting of files from ci-scripts and config
folders in order to allow further hardening of linting.

Fixing linting was too big to be made in a single commit as it would
involve too many files to review and could merge conflicts with
existing changes. Thus doing it in few chunks would makes it possible.

Original full change is at https://review.openstack.org/#/c/627545/ and
will be the one merging the last.

Change-Id: Ifb215c0e2ea0ef7115897721f75ba8489bd59b97
2018-12-28 10:01:11 +00: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
Sagi Shnaidman 7fa967f576 Remove tripleo-ci templates from featuresets
As we backported ci network configs to all stable branches
including newton, we don't need to use tripleo-ci templates.

Change-Id: Id94d2e41c31b66f90e878336e72caff59b33d1ca
2018-01-29 19:22:58 +02:00
James Slagle 80b905c82e Use network templates from tripleo-heat-templates
Update quickstart ovb-ha (ipv4) jobs to use the network templates and
environments from tripleo-heat-templates instead of tripleo-ci. This
allows for having per-branch differences between the templates.

The net-iso.yaml environment from tripleo-ci is uneeded as it's
parameters are also set in network-environment.yaml, so it's usage is
removed.

Since we are not backporting all the nic config templates for ci to the
newton branch of tripleo-heat-templates, the network_isolation_args
variable is special cased to still use the templates from tripleo-ci for
the newton branch.

Change-Id: Iabad6df081555300e2c793b323acf42ea17dc5d4
2018-01-15 19:40:30 -05:00
Giulio Fidente dc8f13c05f Use storage-environment.yaml in featureset024 for newton
Before the addition of puppet-ceph.yaml the 'sample' environment file
to use to enable Ceph was storage-environment.yaml

Change-Id: If05c4af22a9c52fffd7e5238459529ae7f4e3936
Related-Bug: #1739357
2017-12-21 12:38:30 +00:00
Michele Baldessari 20fbb3a0bc Do not use puppet-ceph on newton
environments/puppet-ceph.yaml has been added via Iefd7056a9bc079025e6ac4dd50edcd2e2635e1b0
which is present in ocata and onwards. Let's not use it on Newton.

Change-Id: Ib4c58513bb6017afc19c22e7898c608bbb4f599e
Closes-Bug: #1739357
2017-12-20 07:39:25 +01:00
Emilien Macchi 0a9929d16c Remove tempest_config (obsolete)
Depends-On: Ie3b37b17bf41b5f36bc60bfd0e4607ed4a3aaf6d
Change-Id: If51721ac720843fa81a7e20ae37a5ac702c3f6c5
2017-11-24 04:46:16 +00:00
Giulio Fidente bc876b0f2d Fix featureset024 to deploy Ceph not in containers via puppet-ceph
With change [1] we changed the default behavior of the
storage-environment.yaml file to deploy Ceph in containers using
ceph-ansible; featureset024 instead is not using containers, so
we should update it to make it use puppet-ceph instead.

1. I1dea3b7665dc0da2ab30a89e077ba36cd36b05fd

Change-Id: I444760bf168af466411746023523c1b681d0ccda
Closes-Bug: #1731282
2017-11-13 11:27:35 +01:00
Sagi Shnaidman c33bb9a696 Add featureset for ovb-updates job
Add featureset file for transition of ovb-updates job

Depends-On: I695b3eddb821821bfba0566dfa599e5a5b264d6a
Change-Id: If934ab5fc3cb4ee8a760e24f77cbfbdf4b11782f
2017-06-28 18:49:09 +03:00