travis-cookbooks
travis-cookbooks copied to clipboard
Update default user to travis, ssh-key issue fix
What is the problem that this PR is trying to fix?
The base images created using old cloud.cfg were not able to get new ssh keys provided during instance boot via openstack, this meant only single ssh key could be used to access the image which was used while the image creation. This PR sets the travis user as default user which allows the VM to get keys provided during instance boot.
What approach did you choose and why?
Modified the cloud.cfg template to set travis user as the default user, this allows new ssh-keys to be added to travis user during instance boot.
How can you make sure the change works as expected?
The changes were tested locally by creating new image and instance.
Would you like any additional feedback?
@joepvd Please review the changes.
Thanks! I'd like to test this with our different setups, so this does not break anything in a subtle way. I'll get back to this.
I can confirm these changes work on the cluster at the OSUOSL.
Hey @joepvd - Did you get a chance to validate this PR on your different setup's ?
@joepvd - Any updates on above ?
@joepvd any updates?
Any updates from Travis-CI team on this PR ?
hey @joshk - Any review comments on this ?