ac7f9cea9c
This reverts commit cb7d8d7f4e
.
We will be running smoke tests anyway after upgrade, no need to do this twice.
Change-Id: I9452e0be44a038b37e2d26ffa32d5d012e9c1bad
18 lines
888 B
Plaintext
18 lines
888 B
Plaintext
# Grenade needs to know that Ironic has a Grenade plugin. This is done in the
|
|
# gate by setting GRENADE_PLUGINRC when using openstack-infra/devstack-gate.
|
|
# That means that in the project openstack-infra/project-config we will need to
|
|
# update the Ironic grenade job(s) in jenkins/jobs/devstack-gate.yaml with
|
|
# this:
|
|
# export GRENADE_PLUGINRC="enable_grenade_plugin ironic https://git.openstack.org/openstack/ironic"
|
|
# If openstack-infra/project-config is not updated then the Grenade tests will
|
|
# never get run for Ironic
|
|
|
|
register_project_for_upgrade ironic
|
|
register_db_to_save ironic
|
|
|
|
devstack_localrc base enable_plugin ironic https://git.openstack.org/openstack/ironic
|
|
devstack_localrc base enable_service ir-api ir-cond ironic
|
|
|
|
devstack_localrc target enable_plugin ironic https://git.openstack.org/openstack/ironic
|
|
devstack_localrc target enable_service ir-api ir-cond ironic
|