| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
stackmate reads existing CloudFormation templates and executes them on a CloudStack deployment Unlike CloudFormation, it does not (yet) run as a web application. Instead it runs everything on the client side.
Stacktician embeds stackmate to provide the web front-end using a Rails application
Follow:
Stacktician uses Bundler to setup and maintain its environment. Before running stackmate for the first time you need to install Bundler (gem install bundler) and then run:
$ bundle install
$ git clone http://github.com/chiradeep/stacktician.git
$ cd stacktician$ bundle install$ rake db:migrate
$ rake db:seed$ export DEMO_MODE=NOOP
Otherwise, the following environment variables need to be set (change to your environment's specifics)
CS_URL=http://localhost:8080/client/api CS_ADMIN_APIKEY=6b4IAqDFqSfpBqap1GEhKS4U8PIOpxnoS0tuAX46jXAiE7hCBO-l2zKvWm-FuyTQUFddfR59oNqMSUbSCZgoQw CS_ADMIN_SECKEY=WM9HIBLc59XYhr2kCAS94eCrGp789cSYwSys1pgEUuV2_rhFxej8vds-sd9eMu6RtxM7Kk0K0k9G8Rtl1oxl-A CS_LOCAL="---\nservice_offerings:\n m1.small: 1c8db272-f95a-406c-bce3-39192ce965fa\ntemplates:\n ami-1b814f72: 3ea4563e-c7eb-11e2-b0ed-7f3baba63e45\nzoneid: b3409835-02b0-4d21-bba4-1f659402117e\n"
CS_LOCAL is a YAML string that provides the mappings from AWS entities to your CloudStack entities.
There should be a demo app (NOOP mode) running at http://stacktician.herokuapp.com/ If you want to deploy to Heroku, you can use heroku config:set to set the environment variables.
Feedback and bug reports are welcome on the mailing-list, or on the #cloudstack-dev IRC channel at Freenode.net.
(The MIT License)
Copyright (c) 2013 Chiradeep Vittal
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| Back | FazBrowse Home | New Git URL |