Added nfs-volume release

This commit is contained in:
Geoff Franks 2017-06-15 09:34:10 -07:00
parent b87fa51bfd
commit 5b519a0dea
2 changed files with 34 additions and 1 deletions

View File

@ -35,6 +35,7 @@ groups:
- logsearch-for-cloudfoundry
- logsearch
- netdata
- nfs-volume
- nginx
- node-exporter
- nxlog
@ -1016,6 +1017,33 @@ jobs:
task: update-index
public: true
serial: false
- name: nfs-volume
plan:
- get: nfs-volume
trigger: true
- get: version-check-script
- config:
image_resource:
source:
repository: starkandwayne/concourse
type: docker-image
inputs:
- name: nfs-volume
path: release
- name: version-check-script
path: run
params:
CHECK_TYPE: release
GENESIS_CREDS: REDACTED:REDACTED
GENESIS_INDEX: https://genesis.starkandwayne.com
SUBJECT: nfs-volume
platform: linux
run:
args: []
path: ./run/check-version
task: update-index
public: true
serial: false
- name: nginx
plan:
- get: nginx
@ -2088,6 +2116,10 @@ resources:
repository: netdata-boshrelease
user: cloudfoundry-community
type: github-release
- name: nfs-volume
source:
repository: cloudfoundry-incubator/nfs-volume-release
type: bosh-io-release
- name: nginx
source:
access_token: REDACTED

3
seed
View File

@ -78,7 +78,8 @@ for r in \
openvpn:dpb587/openvpn-bosh-release \
influxdb:vito/influxdb-boshrelease \
logsearch-for-cloudfoundry:cloudfoundry-community/logsearch-for-cloudfoundry \
grafana:vito/grafana-boshrelease
grafana:vito/grafana-boshrelease \
nfs-volume:cloudfoundry-incubator/nfs-volume-release
do
name=$(echo ${r} | cut -d ":" -f1)
release=$(echo ${r} | cut -d ":" -f2)