This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 0b81ff9451889e84fd90a5815b171ea7dfb02f86 | |
Author: Mike Danese <[email protected]> | |
Date: Sun Nov 29 19:33:53 2015 -0800 | |
move vagrant to masterless salt | |
diff --git a/cluster/saltbase/salt/kube-apiserver/kube-apiserver.manifest b/cluster/saltbase/salt/kube-apiserver/kube-apiserver.manifest | |
index 1202be4..1191e07 100644 | |
--- a/cluster/saltbase/salt/kube-apiserver/kube-apiserver.manifest | |
+++ b/cluster/saltbase/salt/kube-apiserver/kube-apiserver.manifest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> minion-1: Verifying : salt-minion-2015.5.5-1.fc21.noarch 2/12 | |
==> minion-1: | |
==> minion-1: Verifying : libgudev1-216-25.fc21.x86_64 3/12 | |
==> minion-1: | |
==> minion-1: Verifying : hwdata-0.282-1.fc21.noarch 4/12 | |
==> minion-1: | |
==> minion-1: Verifying : salt-2015.5.5-1.fc21.noarch 5/12 | |
==> minion-1: | |
==> minion-1: Verifying : pciutils-libs-3.3.0-1.fc21.x86_64 6/12 | |
==> minion-1: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
# Require a recent version of vagrant otherwise some have reported errors setting host names on boxes | |
Vagrant.require_version ">= 1.6.2" | |
if ARGV.first == "up" && ENV['USING_KUBE_SCRIPTS'] != 'true' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
# Require a recent version of vagrant otherwise some have reported errors setting host names on boxes | |
Vagrant.require_version ">= 1.6.2" | |
if ARGV.first == "up" && ENV['USING_KUBE_SCRIPTS'] != 'true' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 49cb420954939f806a303e08d71292fb293bac6a Mon Sep 17 00:00:00 2001 | |
From: Jay Vyas <[email protected]> | |
Date: Sat, 28 Nov 2015 12:29:43 -0500 | |
Subject: [PATCH] Changes for Spinning up VMs on OS X, Updating Centos boxes, | |
flannel parameterization, docker example paths, hostmanager, ip detection | |
from dyn addresses. | |
--- | |
ansible/roles/common/tasks/fedora-install.yml | 12 +++++ | |
ansible/roles/flannel/templates/flanneld.j2 | 3 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 331cd87e58147e3665d132b74a1220d0da4624db | |
Author: Jay Vyas <[email protected]> | |
Date: Thu Jan 28 15:00:19 2016 -0500 | |
ASDF | |
ASDF | |
diff --git a/openshift_scalability/pyconfig.yaml b/openshift_scalability/pyconfig.yaml | |
index e550800..46ce7eb 100644 | |
--- a/openshift_scalability/pyconfig.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 356602fea328b59c446760d3efcdbb3a4cf9ae68 | |
Author: Jay Vyas <[email protected]> | |
Date: Wed Jan 27 16:47:38 2016 -0500 | |
ansible faster w/o interactive | |
diff --git a/ec2-openshift/up.sh b/ec2-openshift/up.sh | |
index 549440e..76c4670 100755 | |
--- a/ec2-openshift/up.sh | |
+++ b/ec2-openshift/up.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit ff37e36290caf8ef9c69862548c4746ced520a63 | |
Author: Jay Vyas <[email protected]> | |
Date: Fri Jan 29 13:58:29 2016 -0500 | |
h | |
diff --git a/openshift_scalability/utils.py b/openshift_scalability/utils.py | |
index fafcfda..6f33c30 100644 | |
--- a/openshift_scalability/utils.py | |
+++ b/openshift_scalability/utils.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kind": "Template", | |
"apiVersion": "v1", | |
"metadata": { | |
"name": "Master-template_example", | |
"creationTimestamp": null, | |
"annotations": { | |
"description": "This template will create a slew of resources used to realistically test etcd usage.", | |
"iconClass": "icon-ruby", | |
"tags": "instant-app,ruby,mysql" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -x | |
sudo dnf install golang tito | |
git clone https://github.com/openshift/ose | |
git clone https://github.com/kubernetes/kubernetes | |
cd ose |