This mechanism for setting the console password has been removed
and pe-orchestration-services container is no longer responsible for
running a script to set the console password. If anything, this
functionality should be rolled into the pe-client-tools container
alongside ssl.sh, but for now, it is not rehomed anywhere.
k8s does not use the functionality, nor do any of the docker-compose
based testing suites. All have been updated to programatically set
the password in tests where necessary.
Since docker-compose will never be shipped to end users, a k8s
solution in a job / initContainer will be the long-term solution
until theres an ability to set the console password on boot for
console services.
Relates to https://github.com/puppetlabs/pe-orchestration-services/pull/269
k8s does not use the functionality, nor do any of the docker-compose based testing suites. All have been updated to programatically set the password in tests where necessary.
Since docker-compose will never be shipped to end users, a k8s solution in a job / initContainer will be the long-term solution until theres an ability to set the console password on boot for console services.