-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbootstrap-demo-env.sh
More file actions
executable file
·17 lines (16 loc) · 975 Bytes
/
bootstrap-demo-env.sh
File metadata and controls
executable file
·17 lines (16 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
virtualenv cfy-demo
. cfy-demo/bin/activate
cd cfy-demo
pip install https://github.com/cloudify-cosmo/cloudify-dsl-parser/archive/master.zip
pip install https://github.com/cloudify-cosmo/cloudify-rest-client/archive/master.zip
pip install https://github.com/cloudify-cosmo/cloudify-plugins-common/archive/master.zip
pip install https://github.com/cloudify-cosmo/cloudify-script-plugin/archive/master.zip
pip install https://github.com/cloudify-cosmo/cloudify-cli/archive/master.zip
git clone https://github.com/schubergphilis/cloudify-manager-blueprints.git
git clone https://github.com/schubergphilis/cloudify-nodecellar-example.git
cp cloudify-manager-blueprints/cloudstack/inputs.json.template cloudify-config.json
vi cloudify-config.json
vi cloudify-manager-blueprints/cloudstack/cloudstack-manager-blueprint.yaml
cfy init -r
cfy bootstrap -p cloudify-manager-blueprints/cloudstack/cloudstack-manager-blueprint.yaml -i cloudify-config.json --install-plugins