Skip to content

Commit

Permalink
adding elbs
Browse files Browse the repository at this point in the history
  • Loading branch information
purehyperbole committed Oct 10, 2016
1 parent 9c03710 commit e01e5bb
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config-store/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
"aws",
"aws-fake"
],
"elbs": [
"fake",
"aws",
"aws-fake"
],
"executions": [
"fake",
"salt"
Expand Down
30 changes: 30 additions & 0 deletions definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,3 +534,33 @@ repos:
environment:
NATS_URI: 'nats://nats:4222'

- name: elb-creator-aws-connector
path: [email protected]:ernestio/elb-creator-aws-connector.git
branch: master
links:
- nats
depends:
- config-store
environment:
NATS_URI: 'nats://nats:4222'

- name: elb-deleter-aws-connector
path: [email protected]:ernestio/elb-deleter-aws-connector.git
branch: master
links:
- nats
depends:
- config-store
environment:
NATS_URI: 'nats://nats:4222'

- name: elb-updater-aws-connector
path: [email protected]:ernestio/elb-updater-aws-connector.git
branch: master
links:
- nats
depends:
- config-store
environment:
NATS_URI: 'nats://nats:4222'

0 comments on commit e01e5bb

Please sign in to comment.