Skip to content

Commit

Permalink
update deployment manifest
Browse files Browse the repository at this point in the history
remove unneeded cloud properties

Signed-off-by: Maria Shaldibina <[email protected]>
  • Loading branch information
mariash committed May 12, 2017
1 parent fd90933 commit 5c612c4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: learn-bosh
director_uuid: 4796378f-cc91-4d93-a1b0-75a9af101708

releases:
- name: learn-bosh
Expand All @@ -12,27 +11,23 @@ networks:
- 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
stemcell:
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: latest
network: default
cloud_properties: {}

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

update:
canaries: 1
canary_watch_time: 60000
update_watch_time: 60000
max_in_flight: 2
canary_watch_time: 1000-30000
update_watch_time: 1000-30000

jobs:
- name: app
Expand Down

0 comments on commit 5c612c4

Please sign in to comment.