Skip to content

Commit

Permalink
Merge pull request #23 from cloudify-examples/update-cfy4
Browse files Browse the repository at this point in the history
updating cfy 4.0
  • Loading branch information
EarthmanT authored and earthmant committed Apr 12, 2017
2 parents 49e6aa0 + 78dd6b2 commit a0d87f1
Show file tree
Hide file tree
Showing 12 changed files with 507 additions and 460 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,12 @@ Use the private key path to populate your azure_agent_key_file input and your ou
#### Step 0
[Install the Cloudify CLI](http://docs.getcloudify.org/3.3.0/intro/installation/) and [bootstrap a Cloudify manager](http://docs.getcloudify.org/3.3.0/manager/bootstrapping/).

#### Step 1
Upload the blueprint to the manager using the following command:
```
cfy blueprints upload -b clearwater -p openstack-blueprint.yaml
```
#### Install

#### Step 2
Create a deployment using the following command:
```
cfy deployments create -b clearwater -d clearwater
cfy install openstack-blueprint.yaml -i inputs/aws.yaml.example -p clearwater
```

#### Step 3
Invoke the `install` workflow:
```
cfy executions start -d clearwater -w install
```

#### Make a phone call with Jitsi

Expand All @@ -80,7 +69,7 @@ If everthing worked, you should be able to make phone calls between the two comp
#### Uninstalling
To uninstall and delete the running deployment, invoke the `uninstall` workflow:
```
cfy executions start -d clearwater -w uninstall
cfy uninstall clearwater
```

The following picture shows a running deployment example as it appears in the GUI
Expand Down
2 changes: 1 addition & 1 deletion application-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tosca_definitions_version: cloudify_dsl_1_3
########################################################

imports:
- http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
- http://www.getcloudify.org/spec/cloudify/4.0/types.yaml
- http://www.getcloudify.org/spec/diamond-plugin/1.3.5/plugin.yaml
- types/clearwater-monitoring.yaml
- types/clearwater.yaml
Expand Down
Loading

0 comments on commit a0d87f1

Please sign in to comment.