Skip to content

Commit

Permalink
add deployment config with vcap
Browse files Browse the repository at this point in the history
  • Loading branch information
panlm committed Sep 21, 2012
1 parent 46ba043 commit 08703be
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloudfoundry/vcap_deployment/cf1.yml
@@ -0,0 +1,6 @@
---
deployment:
name: "cf1"
jobs:
install:
- all
15 changes: 15 additions & 0 deletions cloudfoundry/vcap_deployment/cf2.yml
@@ -0,0 +1,15 @@
---
deployment:
name: "cf2"
jobs:
install:
- mysql_node:
index: "2"
- mongodb_node:
index: "2"
installed:
- nats_server:
host: "cf1"
port: "4222"
user: "nats"
password: "nats"
13 changes: 13 additions & 0 deletions cloudfoundry/vcap_deployment/cf3.yml
@@ -0,0 +1,13 @@
---
deployment:
name: "cf3"

jobs:
install:
- dea
installed:
- nats_server:
host: "cf1"
port: "4222"
user: "nats"
password: "nats"

0 comments on commit 08703be

Please sign in to comment.