vmware-archive / cfops

This is simply an automation that is based on the supported way to back up Pivotal Cloud Foundry
http://www.cfops.io
Apache License 2.0
35 stars 24 forks source link

Feature request: Add support for connecting via ssh key instead of tempest password #31

Closed mdcarlson closed 9 years ago

mdcarlson commented 9 years ago

Customer has requested that cfops support logging into Ops Manager tempest user using a specified ssh key rather than password. This will also better support AWS installations which limit ssh access to keypairs by default.

mdcarlson commented 9 years ago

Note: There was no "tempest" user on the AWS AMI for Ops Manager 1.5.0 (only tempest-web). Creating user on the Ops Man VM allowed the Ops Man action to succed.

xchapter7x commented 9 years ago

cfops is only tested against vsphere installations. while there are plans to make it support aws and openstack installs of PivotalCF, this is not yet an available feature.

even with ssl key support you would still not be able to run this on aws in its current form, at least not to backup the Elastic Runtime. This is due to how we dump the internal foundation databases. we will make note of the full aws support request, add it to our backlog and work on adding in this functionality when we can.

mdcarlson commented 9 years ago

Sounds good. The previous version (0.6.x) did run to completion on an AWS PCF installation, but we didn't verify that the ERS content was correct.

We'll be glad to help test when you have an initial version of AWS or OpenStack support.