Skip to content

Commit 7b2421e

Browse files
authored
Merge pull request #99 from cloudfoundry-community/feature/deploy-nozzle-as-PCF-app-via-tile
Feature/deploy nozzle as pcf app via tile - updated build script, removed org_quota and updated nozzle memory allocation
2 parents 4cb0477 + d63dac4 commit 7b2421e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tile/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ echo "building go binary"
1111
pushd ..
1212
curdir=`pwd`
1313
go get github.com/cloudfoundry-community/splunk-firehose-nozzle
14-
cd $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle && git checkout develop && env GOOS=linux GOARCH=amd64 make build VERSION=1.0
14+
cd $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle && git checkout master && env GOOS=linux GOARCH=amd64 make build VERSION=1.0.0
1515
cp $GOPATH/src/github.com/cloudfoundry-community/splunk-firehose-nozzle/splunk-firehose-nozzle ${curdir}/../splunk-firehose-nozzle/
1616
cd ${curdir}
1717
popd

tile/tile.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ label: Splunk Firehose Nozzle for PCF
44
description: Forward firehose logs & metrics to Splunk
55
icon_file: icon.png
66

7-
8-
org_quota: 4096 # Optional, memory quota in mb
97
apply_open_security_group: true # Apply open security group, default: false
108
allow_paid_service_plans: true # Allow paid service plans, default: false
119

@@ -79,6 +77,7 @@ forms:
7977
- name: ValueMetric
8078
label: ValueMetric
8179
- name: CounterEvent
80+
8281
label: CounterEvent
8382
- name: Error
8483
label: Error
@@ -122,7 +121,7 @@ packages:
122121
type: app
123122
label: Splunk-Firehose-Nozzle
124123
manifest:
125-
memory: 512M
124+
memory: 256M
126125
instances: MY_INSTANCE_COUNT
127126
buildpack: binary_buildpack
128127
health-check-type: process

0 commit comments

Comments
 (0)