11 Commits

Author SHA1 Message Date
Ghanshyam
d5931adedb Revert "Fix IRONIC_IMAGE_NAME=non-existent-image"
This reverts commit 2f8ee2cf40b594e3da10f883b453bd81bad6d0ab.

Reason for revert: Tempest removed the setting of DEFAULT_IMAGE_NAME to 'non-existent-image', that should fix the issue
- https://review.opendev.org/c/openstack/tempest/+/886796/2

Change-Id: I4767518b3306a8c4da08d1f0650d78ef8d78ca9c
2023-06-27 04:14:12 +00:00
Iury Gregory Melo Ferreira
2f8ee2cf40 Fix IRONIC_IMAGE_NAME=non-existent-image
Our jobs started failling after a possible change in tempest
that introduced "non-existent-image" [1]

[1] https://review.opendev.org/c/openstack/tempest/+/831018

Change-Id: Iff7943446741e499100561a79c9f4930beab3da2
2023-06-22 22:02:29 -03:00
Julia Kreger
493b4f0caf Yoga: Change default boot mode to uefi
Change the default boot mode to UEFI, as discussed during the end
of the Wallaby release cycle and previously agreed a very long time
ago by the Ironic community.

Change-Id: I6d735604d56d1687f42d0573a2eed765cbb08aec
2021-10-04 11:57:55 -07:00
Riccardo Pittau
df368cbd8a Read default cirros version from stackrc
Workaround for grenade jobs to read CIRROS_VERSION variable from
stackrc.
We also give the possibility to specify a custom CIRROS_VERSION

In addition, fix transient iDRAC WS-Man BIOS test.

Depends-On: https://review.opendev.org/c/openstack/ironic/+/786387

Change-Id: Ic7f5dae5e6aa6916f0a7d73f43cc9552349385c5
2021-04-19 13:47:10 -04:00
Dmitry Tantsur
82f1e0c928 CI: use the default devstack cirros version
Now that I6ccd646f1c22a99bed0bebf6e363d2190241b667 is merged, devstack
defaults to 0.5.1, and we no longer need our special logic.

Change-Id: I13d3a4ab7dc330b22d886d85eae94b296e6cac4a
2020-05-27 10:49:47 +02:00
Dmitry Tantsur
0e401f3afe CI: migrate UEFI jobs to Cirros 0.5.1
It's supposed to include the patch we need, and using the final
release allows us to benefit from caching of images by the infra.

Change-Id: Iabef3fa7e3af7fb6fd19973d6a44908d5a3ce93b
2020-04-24 11:17:53 +02:00
ZhongShengping
a280696a03 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: Ic19e45986e9f650c1deb297f463e679fd268ad97
2019-04-24 16:13:58 +08:00
Derek Higgins
1effd562ed Switch to cirros 0.4.0
This supports ext4 partitions with metadata_csum(as created
by ubuntu bionic by default).

Also Using it with the e1000 virt driver cirros sees the nics.

This allows us to remove 2 of the special cases we had inserted
when the CI jobs were switched to bionic.

Change-Id: I68165110dd57ed314cbc29430f84ff5092065d38
Story: #2004604
Task: #28570
Task: #28499
2018-12-18 16:52:44 +00:00
Vladyslav Drok
212029537d Add a comment about default devstack images
Change-Id: I64d09d4a6f25ed7dafcdd8dcfd3ed7407eba0baf
2017-08-28 18:08:45 +03:00
John L. Villalovos
44a2b3cb9c Add #!/bin/bash to devstack/common_settings
This helps text editors know the file type and adjust syntax
highlighting correctly.

Change-Id: Id2967d069a0ac443edff06ea037c428559481a5b
2017-08-25 13:19:19 -07:00
Vladyslav Drok
c4b39e7b09 Get rid of sourcing stackrc in grenade settings
Instead, use the common_settings file to source all the variables
we need at the early stages of devstack setup and during the upgrade
itself. This also fixes an issue with the networking-generic-switch
upgrade script, which is run from the old release instead of the new
one.

It depends on a patch from an older release, as grenade is setup
using settings from an older release, we need common_setting to be
populated there.

Change-Id: I0d6d3e9e60785bb9b6a10c8c7a07867a5b2a5e6e
Depends-On: I34fb68c150b753824bd2687a1f522ac87771a5e3
2017-08-17 15:54:10 +00:00