ironic/devstack/upgrade/settings

18 lines
867 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
# Duplicate some settings from devstack. Use old devstack as we install base environment from it.
IRONIC_BASE_DEVSTACK_DIR=$TOP_DIR/../../old/ironic/devstack
if [[ -f $IRONIC_BASE_DEVSTACK_DIR/common_settings ]]; then
source $IRONIC_BASE_DEVSTACK_DIR/common_settings
fi