rhtconsulting / rhc-ose

OpenShift Automation and Utilities by Red Hat Consulting
42 stars 34 forks source link

Allow root login for base image #35

Closed oybed closed 9 years ago

oybed commented 9 years ago

What does this PR do?

With this change, the provisioning can be done by any user as the users SSH key will be added to the root login and hence allow direct logins.

How should this be manually tested?

  1. Use the provisioning/kvm/create_base_img.sh to generate a new base image
  2. Use the provisioning/openstack/create_base_image to tailor it to fit an OSE deployment
  3. Use the provisioning/osc-provision to deploy a new environment with the image created by 1 & 2 above. Validate that the deployment is successful. NOTE: step 3 above should be performed by a user whose SSH pub key is not part of the ose3eval/ose3_public_keys file.

    Is there a relevant Issue open for this?

Yes, see #34

Who would you like to review this?

/cc @etsauer

oybed commented 9 years ago

Not merging - another change in the works that will replace this one.