Merge branch 'master' of github.com:starkandwayne/genesis-index

This commit is contained in:
Tyler Bird 2016-10-25 12:31:10 -06:00
commit c456319906
2 changed files with 70 additions and 6 deletions

View File

@ -27,6 +27,8 @@ groups:
- etcd
- garden-linux
- garden-runc
- grafana
- influxdb
- jumpbox
- netdata
- nxlog
@ -788,6 +790,60 @@ jobs:
task: update-index
public: true
serial: false
- name: grafana
plan:
- get: grafana
trigger: true
- get: version-check-script
- config:
image_resource:
source:
repository: starkandwayne/concourse
type: docker-image
inputs:
- name: grafana
path: release
- name: version-check-script
path: run
params:
CHECK_TYPE: release
GENESIS_CREDS: REDACTED:REDACTED
GENESIS_INDEX: https://genesis.starkandwayne.com
SUBJECT: grafana
platform: linux
run:
args: []
path: ./run/check-version
task: update-index
public: true
serial: false
- name: influxdb
plan:
- get: influxdb
trigger: true
- get: version-check-script
- config:
image_resource:
source:
repository: starkandwayne/concourse
type: docker-image
inputs:
- name: influxdb
path: release
- name: version-check-script
path: run
params:
CHECK_TYPE: release
GENESIS_CREDS: REDACTED:REDACTED
GENESIS_INDEX: https://genesis.starkandwayne.com
SUBJECT: influxdb
platform: linux
run:
args: []
path: ./run/check-version
task: update-index
public: true
serial: false
- name: jumpbox
plan:
- get: jumpbox
@ -1714,6 +1770,14 @@ resources:
source:
repository: cloudfoundry-incubator/garden-runc-release
type: bosh-io-release
- name: grafana
source:
repository: vito/grafana-boshrelease
type: bosh-io-release
- name: influxdb
source:
repository: vito/influxdb-boshrelease
type: bosh-io-release
- name: jumpbox
source:
repository: cloudfoundry-community/jumpbox-boshrelease
@ -1754,10 +1818,8 @@ resources:
type: bosh-io-release
- name: sawmill
source:
access_token: REDACTED
repository: sawmill-boshrelease
user: cloudfoundry-community
type: github-release
repository: cloudfoundry-community/sawmill-boshrelease
type: bosh-io-release
- name: shell
source:
repository: cloudfoundry-community/shell-boshrelease

6
seed
View File

@ -69,11 +69,12 @@ for r in \
etcd:cloudfoundry-incubator/etcd-release \
garden-linux:cloudfoundry-incubator/garden-linux-release \
garden-runc:cloudfoundry-incubator/garden-runc-release \
docker:cf-platform-eng/docker-release \
concourse:concourse/concourse \
bosh-warden-cpi:cppforlife/bosh-warden-cpi-release \
nxlog:hybris/nxlog-boshrelease \
openvpn:dpb587/openvpn-bosh-release
openvpn:dpb587/openvpn-bosh-release \
influxdb:vito/influxdb-boshrelease \
grafana:vito/grafana-boshrelease
do
name=$(echo ${r} | cut -d ":" -f1)
release=$(echo ${r} | cut -d ":" -f2)
@ -92,6 +93,7 @@ for release in \
port-forwarding \
strongswan \
netdata \
docker \
tmate
do
POST '/v1/release' '{"name":"'${release}'","url":"https://github.com/cloudfoundry-community/'${release}'-boshrelease/releases/download/v{{version}}/'${release}'-{{version}}.tgz"}'