ironic/devstack/upgrade
Julia Kreger b44eb6f34b Fix bash comparisons for grenade multinode switch
It seems, however variables are getting set with grenade
in native zuulv3 jobs, the environment variables are no
longer comparing as they once did in standard bash jobs.

What worked previously, was [ "$VAR" == 'value' ], however
when comparing the newer grenade node jobs we see things like
[[ subnode != \s\u\b\n\o\d\e ]] returning true when single
quotes are used.

Comparison in the logs to where double quotes were used for
functionally the same comparision, revealed proper processing
and execution as expected.

As such, changing our single quotes to double quotes where
applicable.

For the record, I also quickly checked codesearch and it looks
like we were the only project to use single quotes for this
comparison.

Change-Id: I2db2e870e2c5f32aa061af025ee7ce12c4f7c049
2020-02-04 14:09:44 -08:00
..
from-queens Remove the ipmitool classic drivers 2018-06-27 13:08:42 +02:00
resources.sh [devstack] stop setting or relying on standard properties 2017-11-07 14:54:37 +01:00
settings Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 16:13:58 +08:00
shutdown.sh Fix shutdown.sh & upgrade.sh for grenade 2016-05-17 10:37:26 -07:00
upgrade.sh Fix bash comparisons for grenade multinode switch 2020-02-04 14:09:44 -08:00