ironic/devstack
Julia Kreger ad6ea7cf26 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-05 06:42:50 +00:00
..
files Devstack: Fix iPXE apache log location bug 2019-09-20 06:16:30 +09:30
lib Fix bash comparisons for grenade multinode switch 2020-02-05 06:42:50 +00:00
tools/ironic Fix typo in setup-network.sh script 2020-01-31 10:12:00 +00:00
upgrade Fix bash comparisons for grenade multinode switch 2020-02-05 06:42:50 +00:00
common_settings Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 16:13:58 +08:00
plugin.sh Allow configuring global deploy and rescue kernel/ramdisk 2019-08-06 15:31:19 +02:00
settings Change MTU logic to allow for lower MTUs automatically 2019-10-22 09:36:42 +00:00