Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Fix stemcell version for ER
Browse files Browse the repository at this point in the history
  • Loading branch information
danhigham committed Jul 8, 2016
1 parent 47bfcb7 commit 5aa1fc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions manifests/elastic-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ resource_pools:
network: default
stemcell:
name: bosh-azure-hyperv-ubuntu-trusty-go_agent
version: latest
version: 3232.4
cloud_properties:
instance_type: Standard_D1_v2
security_group: {{ NSG_NAME_FOR_CF }}
Expand All @@ -101,7 +101,7 @@ resource_pools:
network: default
stemcell:
name: bosh-azure-hyperv-ubuntu-trusty-go_agent
version: latest
version: 3232.4
cloud_properties:
instance_type: Standard_D2_v2
security_group: {{ NSG_NAME_FOR_CF }}
Expand All @@ -113,7 +113,7 @@ resource_pools:
network: default
stemcell:
name: bosh-azure-hyperv-ubuntu-trusty-go_agent
version: latest
version: 3232.4
cloud_properties:
instance_type: Standard_D2_v2
security_group: {{ NSG_NAME_FOR_CF }}
Expand All @@ -122,7 +122,7 @@ resource_pools:
network: default
stemcell:
name: bosh-azure-hyperv-ubuntu-trusty-go_agent
version: latest
version: 3232.4
cloud_properties:
instance_type: Standard_D4_v2
security_group: {{ NSG_NAME_FOR_CF }}
Expand Down Expand Up @@ -815,8 +815,6 @@ jobs:
networks:
- name: default
default: [dns, gateway]
properties:
domain: {{ apps_domain }}

- name: autoscaling-register-broker
templates:
Expand All @@ -828,6 +826,8 @@ jobs:
networks:
- name: default
default: [dns, gateway]
properties:
domain: {{ system_domain }}

- name: autoscaling-destroy-broker
templates:
Expand All @@ -839,6 +839,8 @@ jobs:
networks:
- name: default
default: [dns, gateway]
properties:
domain: {{ system_domain }}

- name: autoscaling-tests
templates:
Expand Down
2 changes: 1 addition & 1 deletion manifests/index-small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifests:
deployment-name: elastic-runtime
release-number: "1775"
file-number: "4703"
stemcell: "https://bosh.io/d/stemcells/bosh-azure-hyperv-ubuntu-trusty-go_agent"
stemcell: "https://bosh.io/d/stemcells/bosh-azure-hyperv-ubuntu-trusty-go_agent?v=3232.4"
file: elastic-runtime.yml
errands:
- smoke-tests
Expand Down

0 comments on commit 5aa1fc6

Please sign in to comment.