hybris/influxdbFOSS-boshrelease

Name: influxdbFOSS-boshrelease

Owner: hybris GmbH

Description: Influxdb FOSS BOSH release

Created: 2017-02-10 12:38:30.0

Updated: 2017-11-29 18:23:54.0

Pushed: 2017-11-28 15:33:10.0

Homepage: null

Size: 32

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BOSH release to run influxdb

This repository contain Idefixdb BOSH release.

Background
What is Influxdb?

“InfluxDB is an open source database written in Go specifically to handle time series data with high availability and high performance requirements. InfluxDB installs in minutes without external dependencies, yet is flexible and scalable enough for complex deployments.”

https://www.influxdata.com/

Usage

To use this bosh release, first upload it to your bosh:

 upload release https://github.com/hybris/influxdb-boshrelease

For bosh-lite, you can quickly create a deployment manifest & deploy a cluster:

lates/make_manifest warden
 -n deploy
Override security groups

For AWS & Openstack, the default deployment assumes there is a default security group. If you wish to use a different security group(s) then you can pass in additional configuration when running make_manifest above.

Create a file my-networking.yml:


orks:
name: influxdb
type: dynamic
cloud_properties:
  security_groups:
    - influxenterprise

Where - influxdb means you wish to use an existing security group called influxdb.

You now suffix this file path to the make_manifest command:

lates/make_manifest warden my-networking.yml
 -n deploy

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.