Install the BOSH Command Line Interface
Prerequisites on Ubuntu Trusty
sudo apt-get install build-essential ruby ruby-dev libxml2-dev libsqlite3-dev libxslt1-dev libpq-dev libmysqlclient-dev
- Install the BOSH
- Prerequisites on Ubuntu Trusty
2. gem install bosh_cli bosh_cli_plugin_micro --no-ri --no-rdoc
- Validate your OpenStack Instance
Create a
~/.fog
file and copy the below content::openstack: :openstack_auth_url: http://HOST_IP:5000/v2.0/tokens :openstack_api_key: PASSWORD :openstack_username: USERNAME :openstack_tenant: PROJECT_NAME :openstack_region: RegionOne# Optional
Install the
fog
application in your terminal, then run it in interactive mode:$ gem install fog $ fog openstack >> Compute[:openstack].servers []
- Create Security Groups for Cloud Foundry
- Deploying MicroBOSH on Helion
- Deploying Cloud Foundry using BOSH
No comments:
Post a Comment