Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Schultz <[email protected]>
  • Loading branch information
mariash authored and tylerschultz committed Jul 13, 2015
1 parent 7b9d622 commit fd90933
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ releases:
networks:
- name: default
subnets:
<% (0..28).each_with_index do |i| %>
- range: 10.244.0.<%= i*4 %>/30
reserved: [10.244.0.<%= i*4 + 1 %>]
static: [10.244.0.<%= i*4 + 2 %>]
cloud_properties: {}
<% end %>
- range: 10.244.0.0/28
reserved: [10.244.0.1]
static: [10.244.0.2,10.244.0.6,10.244.0.10]
cloud_properties:
name: random

resource_pools:
- name: default
Expand All @@ -25,15 +24,15 @@ resource_pools:
cloud_properties: {}

compilation:
workers: 8
workers: 2
network: default
cloud_properties: {}

update:
canaries: 1
canary_watch_time: 60000
update_watch_time: 60000
max_in_flight: 4
max_in_flight: 2

jobs:
- name: app
Expand Down

0 comments on commit fd90933

Please sign in to comment.