Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Consume cf-cli as colocated job.
Browse files Browse the repository at this point in the history
[#165899636]
  • Loading branch information
MirahImage committed Jul 4, 2019
1 parent 8bc5698 commit e5a2eef
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 12 deletions.
2 changes: 0 additions & 2 deletions jobs/broker-deregistrar/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
name: broker-deregistrar
packages:
- cf-cli-6-linux
templates:
errand.sh.erb: bin/run
properties:
Expand Down
2 changes: 0 additions & 2 deletions jobs/broker-registrar/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
name: broker-registrar
packages:
- cf-cli-6-linux
templates:
errand.sh.erb: bin/run
properties:
Expand Down
4 changes: 1 addition & 3 deletions jobs/cleanup-metadata-if-dedicated-disabled/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
name: cleanup-metadata-if-dedicated-disabled
packages:
- cf-cli-6-linux
templates:
errand.sh.erb: bin/run
properties:
Expand All @@ -18,4 +16,4 @@ properties:
description: 'Number of provisioned dedicated instances'
redis.broker.dedicated_vm_plan_id:
description: Dedicated-VM plan id displayed in the catalog metadata
default: 74E8984C-5F8C-11E4-86BE-07807B3B2589
default: 74E8984C-5F8C-11E4-86BE-07807B3B2589
2 changes: 0 additions & 2 deletions jobs/deprecate-dedicated-vm-plan/spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
name: deprecate-dedicated-vm-plan
packages:
- cf-cli-6-linux
templates:
errand.sh.erb: bin/run
properties:
Expand Down
1 change: 0 additions & 1 deletion jobs/smoke-tests/spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ packages:
- go
- ginkgo
- cf-redis-smoke-tests
- cf-cli-6-linux

consumes:
- name: redis_broker
Expand Down
4 changes: 4 additions & 0 deletions manifest/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ instance_groups:
jobs:
- name: cf-redis-broker
release: cf-redis
- name: cf-cli-6-linux
release: cf-cli
- name: route_registrar
release: routing
consumes:
Expand Down Expand Up @@ -119,6 +121,8 @@ releases:
version: ((bpm_version))
- name: syslog
version: ((syslog_version))
- name: cf-cli
version: latest

stemcells:
- alias: default
Expand Down
2 changes: 0 additions & 2 deletions packages/cf-cli-6-linux/spec.lock

This file was deleted.

0 comments on commit e5a2eef

Please sign in to comment.