Skip to content

Commit

Permalink
Add no_op job to example-product
Browse files Browse the repository at this point in the history
- Use example-release v8
[#102179040]

Signed-off-by: Derek Richard <drichard@pivotal.io>
  • Loading branch information
Difan Zhao authored and drich10 committed Aug 27, 2015
1 parent b8f3cf4 commit 5fee207
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions example-product/metadata/example-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ stemcell_criteria:
version: "3012" # Bosh stemcell for Ops Manager v1.5
releases:
- name: example-release
file: example-release-7.tgz
version: "7"
file: example-release-8.tgz
version: "8"

post_deploy_errands:
- name: example-errand
Expand Down Expand Up @@ -472,6 +472,41 @@ job_types:
first_ip: (( first_ip ))
ips: (( ips ))
ips_by_availability_zone: (( ips_by_availability_zone ))
- name: no_op
resource_label: No Operation
templates:
- name: no_op
release: example-release
static_ip: 0
dynamic_ip: 1
max_in_flight: 2
resource_definitions:
- name: ram
type: integer
configurable: true
default: 1024
- name: ephemeral_disk
type: integer
configurable: true
default: 2048
- name: persistent_disk
type: integer
configurable: true
default: 8_192
- name: cpu
type: integer
configurable: true
default: 1
property_blueprints:
- name: vm_credentials
type: salted_credentials
default:
identity: vcap
instance_definitions:
- name: instances
type: integer
configurable: true
default: 0
- name: compilation
resource_label: compilation
static_ip: 0
Expand Down

0 comments on commit 5fee207

Please sign in to comment.