This file contains 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
{ | |
"variables": { | |
"platform": "dummy_platform", | |
"os_name": "dummy_os_name", | |
"built_on": "dummy_built_on", | |
"out_dir": "dummy_out_dir", | |
"vagrant_cloud_token": "{{ env `VCLOUD_TOKEN`}}", | |
"aws_access_key": "{{ env `AWS_ACCESS_KEY_ID` }}", | |
"aws_secret_key": "{{ env `AWS_SECRET_ACCESS_KEY` }}", |
This file contains 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
2015/02/20 12:34:00 [INFO] Packer version: 0.7.5 f1970370ef337a6361a8a39bb4b17ddf625e4378+CHANGES | |
2015/02/20 12:34:00 Packer Target OS/Arch: darwin amd64 | |
2015/02/20 12:34:00 Built with Go Version: go1.4.1 | |
2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-chroot = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-chroot | |
2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-ebs = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-ebs | |
2015/02/20 12:34:00 [DEBUG] Discovered plugin: amazon-instance = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-amazon-instance | |
2015/02/20 12:34:00 [DEBUG] Discovered plugin: digitalocean = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-digitalocean | |
2015/02/20 12:34:00 [DEBUG] Discovered plugin: docker = /Users/tennis/Documents/golang/src/github.com/mitchellh/packer/bin/packer-builder-docker | |
2015/02/20 12:34:00 [DEBUG] Discovered pl |
This file contains 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
> vup | |
Bringing machine 'pgdb-1' up with 'virtualbox' provider... | |
Bringing machine 'pgdb-2' up with 'virtualbox' provider... | |
Bringing machine 'consul-1' up with 'virtualbox' provider... | |
Bringing machine 'consul-2' up with 'virtualbox' provider... | |
Bringing machine 'consul-3' up with 'virtualbox' provider... | |
==> pgdb-1: Importing base box 'nextgxdx/centos-70'... | |
==> pgdb-1: Matching MAC address for NAT networking... | |
==> pgdb-1: Checking if box 'nextgxdx/centos-70' is up to date... | |
==> pgdb-1: Setting the name of the VM: pgdb-1 |
This file contains 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 "ipaddr" | |
variable_path = "variables.json" |
This file contains 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
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 498 100 395 100 103 343 89 0:00:01 0:00:01 --:--:-- 343 | |
{ | |
"version": "1.0.3", | |
"status": "unreleased", | |
"description_html": null, | |
"description_markdown": null, | |
"created_at": "2015-02-26T21:35:53.478Z", | |
"updated_at": "2015-02-26T21:35:53.478Z", |
This file contains 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
[ngd@localhost ~]$ cd ./bin | |
[ngd@localhost bin]$ gulp deploy --cwd .. --branch='shippable' --hashkey='blit' --type=production | |
[21:23:44] Requiring external module coffee-script/register | |
[21:23:44] Working directory changed to ~ | |
[21:23:44] Using gulpfile ~/gulpfile.coffee | |
[21:23:44] Starting 'mortar:clean'... | |
[21:23:44] Finished 'mortar:clean' after 61 ms | |
[21:23:44] Starting 'mortar:stylus'... | |
[21:23:45] Starting 'mortar:jade'... |
This file contains 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 | |
# | |
# This script surrounds the command passed in with start and finish notifications | |
# to the cronitor monitoring application. | |
# | |
# === SETUP | |
# | |
# * Make sure the cronitor script is executable. | |
# | |
# chmod +x cronitor |
This file contains 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 : | |
Vagrant.configure("2") do |config| | |
config.vm.box = "centos/7" | |
config.vm.provider "virtualbox" do |vb| | |
vb.memory = "8192" | |
end | |
config.vm.provision "shell", inline: <<-SHELL | |
sudo yum install -y ntp | |
sudo systemctl start ntpd |
This file contains 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
--> Idempotence test in progress (can take a few minutes)... | |
--> Starting Ansible Run... | |
Idempotence test passed. | |
--> Executing ansible-lint... | |
--> Executing rubocop on *.rb files found in spec/... | |
Inspecting 2 files | |
.. | |
2 files inspected, no offenses detected | |
--> Executing serverspec tests found in spec/... |
This file contains 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
$ sudo kubeadm init --pod-network-cidr 10.244.0.0/16 --apiserver-advertise-address 10.0.0.1 | |
[init] using Kubernetes version: v1.12.1 | |
[preflight] running pre-flight checks | |
[preflight/images] Pulling images required for setting up a Kubernetes cluster | |
[preflight/images] This might take a minute or two, depending on the speed of your internet connection | |
[preflight/images] You can also perform this action in beforehand using 'kubeadm config images pull' | |
[kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" | |
[kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" | |
[preflight] Activating the kubelet service | |
[certificates] Generated front-proxy-ca certificate and key. |
OlderNewer