From fd9093315b0aaf926cd999d2f59a581e1bb20467 Mon Sep 17 00:00:00 2001 From: Maria Shaldibina Date: Mon, 13 Jul 2015 11:12:10 -0700 Subject: [PATCH] Fix manifest Signed-off-by: Tyler Schultz --- manifest.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/manifest.yml b/manifest.yml index fbc3674..1f9af84 100644 --- a/manifest.yml +++ b/manifest.yml @@ -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 @@ -25,7 +24,7 @@ resource_pools: cloud_properties: {} compilation: - workers: 8 + workers: 2 network: default cloud_properties: {} @@ -33,7 +32,7 @@ update: canaries: 1 canary_watch_time: 60000 update_watch_time: 60000 - max_in_flight: 4 + max_in_flight: 2 jobs: - name: app