Commit Graph

10 Commits

Author SHA1 Message Date
Rajat Dhasmana d47803613d Handle case for multiple cirros images
The change[1] configures multiple images for the devstack-tempest
job and all the jobs deriving from it. This causes problem with
the current post-check-metadata-injection.yaml playbook since
we only expect one cirros image and perform steps accordingly.
This change modifies the playbook to handle multiple cirros
images.
Failure in the glance-multistore-cinder-import job can be
seen here[2].

[1] https://review.opendev.org/c/openstack/tempest/+/831018
[2] https://zuul.opendev.org/t/openstack/build/68a4d3ec6ce04c87b21d73a333f5b5cd/log/job-output.txt#23161

Change-Id: I70b4a970d7e16174f715c54bdae9467cc321c13e
2023-06-14 09:24:03 +00:00
Ade Lee 0f13754f84 Add fips check jobs
Some jobs have been modified to run to confirm that functionality is
still working when FIPS is enabled on the nodes.

As the FIPS tests currently run on centos nodes, code is added
to the test-setup script to set up the databases correctly.  Also had
to increase the swap space on the nodes; see [0] for an explanation.

The current FIPS jobs run using python 3.6 on centos-8-stream.  We will
modify these to run on centos-9-stream and python 3.9 in a
subsequent patch.

[0] https://review.opendev.org/c/openstack/devstack/+/803706

Change-Id: I060d8247c7b09f63990ea411e6c6a056bb50410d
2022-02-03 13:19:20 -05:00
Erno Kuvaja df0495676e Do not use OSC in infra playbook
Using the supported glanceclient instead.

Change-Id: I373467d2cdefb2301a949c9236f445dbbc641a2a
2020-09-22 18:07:39 +01:00
Dan Smith c023445d05 Make our import-workflow job also convert images to raw
This enables image conversion on the import-workflow job so that we at
least run those code paths somewhere in CI.

Change-Id: Ie4a9171f002b42a13c1786268057bdc0ab3804d0
2020-08-27 07:29:12 -07:00
Dan Smith 7d49b7ffc2 Make our tempest job use import, standalone, and inject_metadata
This configures Glance to inject a random piece of metadata
into images that are created via import, cause devstack to use import,
and execute a post-run job to make sure the cirros image that was
uploaded via import got that metadata as expected.

Change-Id: I7851e2b5ed21534e739327ce9562d458064eab1c
2020-07-21 15:18:48 -07:00
Luigi Toscano a506e94115 Use grenade-multinode instead of the custom legacy job
glance-dsvm-grenade-multinode is a simple multinode grenade job and
it can thus be replaced by the existing grenade-multinode.

Change-Id: I845bce79e487656a284e52e4c605d648a5411822
2020-06-03 00:56:11 +02:00
Ghanshyam Mann d23d12a462 Migrate grenade jobs to py3
As part of community goal of dropping py27 support[1], we are
moving the devstack to py3 by default[2]. That will make grenade job
to perform upgrade from py2 to py3 which will not work (we have seen
the failure in neutron-grenade job).

To avoid existing grenade py2 job break, this commit moves grenade
jobs to py3 which is what we planned as part dropping the py2 support.

[1] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[2] https://review.opendev.org/#/c/649097/12
    http://lists.openstack.org/pipermail/openstack-discuss/2019-November/010938.html

Change-Id: I6216868fc5405cc3f3a14cd5f32a38d778e64c2d
2019-11-19 22:24:01 +00:00
OpenDev Sysadmins 305efc5cb2 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:45:31 +00:00
Ian Wienand b029f420b0 Replace openstack.org git:// URLs with https://
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: I7b91fda728095efb00be424f1d193d8898a9b215
2019-03-24 20:33:40 +00:00
Brian Rosmaita 1dfaa18b6f Migrate legacy job to project repository
Needed-By: Ie92d37964211aca8d6d634204f564059a7f01e13
Needed-By: Ib2dff1219859f183b2c55572931174164b9823ee
Change-Id: I38edaa298669b4eb7554a4b2f4856a28d5352cc8
2018-04-10 11:05:40 -04:00