ChameleonCloud / chi-in-a-box

Packaging the systems and operations of the Chameleon testbed
Apache License 2.0
15 stars 10 forks source link

[ironic] fix encryption of root password for debug login #203

Closed msherman64 closed 2 years ago

msherman64 commented 2 years ago

this fixes the encoding of the root password to pass through both yaml syntax, ansible's templating, and the escaping needed by the linux kernel commandline.

The second commit bumps the serial console speed from 9600 to 115200, greatly speeding up boot and the debugging process.