Skip to content

Instantly share code, notes, and snippets.

View dpb587's full-sized avatar

Danny Berger dpb587

View GitHub Profile
diff --git a/vendor/config_server/types/certificate_generator.go b/vendor/config_server/types/certificate_generator.go
index 7364be1..67e1fc7 100644
--- a/vendor/config_server/types/certificate_generator.go
+++ b/vendor/config_server/types/certificate_generator.go
@@ -7,8 +7,8 @@ import (
"crypto/x509/pkix"
"encoding/pem"
"math/big"
- "time"
"net"

To add a new pull request, make a directory with the PR number. Then run generate-all.sh.

#!/bin/bash
set -eu
if [ -n "${STDOUT:-}" ] ; then
exec 1>$STDOUT
fi
manifest="${1:-$0.jq}"
manifest_dir=$( cd "$( dirname "$manifest" )" && pwd )
$ ./bin/test-spiff-patch https://github.com/logsearch/logsearch-boshrelease/pull/176.diff
patching file templates/logsearch-deployment.yml
patching file templates/logsearch-infrastructure-aws.yml
patching file templates/logsearch-infrastructure-vsphere.yml
patching file templates/logsearch-infrastructure-warden.yml
patching file templates/logsearch-jobs.yml
====> aws
120c120
< resource_pool: logsearch
#!/bin/bash
set -e
#
# Run through all package deps
#
for PACKAGE_NAME in $( cd packages ; find . -type d -depth 1 | cut -c3- ) ; do
#!/usr/bin/env ruby
require 'yaml'
lastvm = nil
vms = {}
vmsraw = `cd #{ARGV[0]} && bosh vms #{ARGV[1]}`
vmsraw.scan(/^\|\s([^\|]+)\s+\|\s([^\|]+)\s+\|\s([^\|]+)\s+\|\s([^\|]+)\s+\|$/) do | match |
thisvm = match[0].strip
package main
// ignore checks which are currently okay
import (
"os"
"github.com/dpb587/nocommit-experiments/healthchecks/check"
"github.com/dpb587/nocommit-experiments/healthchecks/handler"
)
{
"title": "{{ARGS.director||'*'}}/{{ARGS.deployment||'*'}}/{{ARGS.job||'*'}}",
"services": {
"query": {
"list": {
"0": {
"query": "",
"alias": "",
"color": "#7EB26D",
"id": 0,
diff --git a/src/app/services/fields.js b/src/app/services/fields.js
index 3d01490..03138f6 100644
--- a/src/app/services/fields.js
+++ b/src/app/services/fields.js
@@ -7,6 +7,7 @@ function (angular, _, config) {
'use strict';
var module = angular.module('kibana.services');
+ var patch0702 = { "mappings" : { "iis_tradingapi" : {} } };
hostname:logsearch-development-flow dpb587$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Box 'ubuntu-precise-server-amd64' was not found. Fetching box from specified URL for
the provider 'virtualbox'. Note that if the URL does not have
a box for this provider, you should interrupt Vagrant now and add
the box yourself. Otherwise Vagrant will attempt to download the
full box prior to discovering this error.
Downloading or copying the box...
Extracting box...te: 516k/s, Estimated time remaining: --:--:--)
Successfully added box 'ubuntu-precise-server-amd64' with provider 'virtualbox'!