tpl/aws/deployments/bosh/cloud-config.yml.tt in kite-0.0.8 vs tpl/aws/deployments/bosh/cloud-config.yml.tt in kite-0.0.9

- old
+ new

@@ -53,10 +53,11 @@ type: manual subnets: - az: z1 range: <%= @values['aws']['private_subnet']['network'] %> gateway: <%= @values['aws']['private_subnet']['gateway'] %> - reserved: [<%= ip_range(@private_subnet, (1..10)) %>] + reserved: [<%= ip_range(@private_subnet, (1..10)) %>] # Reserved range for the gateway, BOSH Director etc + static: [<%= ip_range(@private_subnet, (11..13)) %>] # Static IP range for Vault, Concourse web panel, nginx etc dns: [<%= @private_subnet[8].to_s %>] cloud_properties: {subnet: <%= @tf_output['platform_subnet_id'] %>} - name: vip type: vip