myplanetdigital / jenkins-inception

A Drupal continuous integration infrastructure in a box.
8 stars 4 forks source link

Create script to add ssh keys to acquia #14

Closed patcon closed 11 years ago

patcon commented 11 years ago

ssh keys can be added through the cloud API. Would be great to create a job with build parameters that added/updated keys on acquia, making it more accessible (since Acquia doesn't allow all devs to have access to acquia network (boooooo...)

/cc @jerrylow

patcon commented 11 years ago

https://cloudapi.acquia.com/#POST__sites__site_sshkeys-instance_route

https://docs.acquia.com/cloud/manage/drush/reference#ac-sshkey-add

patcon commented 11 years ago

This probably best fits as a rerun script right now. Perhaps could use data from inception's data_bag/users dir, which should really be stored with the project anyhow. Need to figure out how best to store it though... Maybe just keep jenkins-inception as a submodule in the project, and then have a rake task or script to copy the config.yml and data_bags/users into place...?

patcon commented 11 years ago

Duplicate of #7