Skip to content

Instantly share code, notes, and snippets.

@mstine
Created July 7, 2015 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mstine/b72764c0771f99f48f9a to your computer and use it in GitHub Desktop.
Save mstine/b72764c0771f99f48f9a to your computer and use it in GitHub Desktop.
Install script for OpsMan and ERT
#!/bin/bash
bundle exec rake "opsmgr:destroy[deepsouthcloud]"
bundle exec rake "opsmgr:install[deepsouthcloud,$2]"
bundle exec rake "opsmgr:add_first_user[deepsouthcloud,$1]"
bundle exec rake "opsmgr:microbosh:configure[deepsouthcloud,$1]"
bundle exec rake "opsmgr:product:upload_add[deepsouthcloud,$1,$3,cf]"
bundle exec rake "ert:configure[deepsouthcloud,1.5,1.5]"
bundle exec rake "opsmgr:trigger_install[deepsouthcloud,1.5,240]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment