Skip to content

Instantly share code, notes, and snippets.

View christopherpaquin's full-sized avatar
💭
RIP

Chris Paquin christopherpaquin

💭
RIP
View GitHub Profile
@leifmadsen
leifmadsen / telemetry-client-install.md
Last active August 13, 2018 14:33
Telemetry Platform Client Side Installation

DEPRECATED

Documentation is now available at https://github.com/redhat-nfvpe/telemetry-framework/tree/master/docs

Installation of the client will result in two containers running, along with two folders installed on the host system which provides the configuration to the Docker containers.

Containers being installed and executing will be barometer and qdr for the Barometer collectd and the local QPID Dispatch Router.

@leifmadsen
leifmadsen / telemetry-install.md
Last active August 13, 2018 14:33
Telemetry Platform Deployment Instructions

DEPRECATED

Documentation is now available at https://github.com/redhat-nfvpe/telemetry-framework/tree/master/docs

Telemetry Platform Deployment

Instructions in this gist are for the deployment of the telemetry platform on top of OpenShift Origin v3.9. Deployment of the platform is done in two (2) steps. The first step is bootstrap of the virtual hosts and installation of the virtual machines (VM) on those virtual hosts (virthost).

#!/bin/bash
###################################
# USAGE:
# ./subs-export.csv.bash <ORG NAME>
#
# NOTE: If you run this without the
# organization name as a parameter
# it will return 0 results.
###################################