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
/deis/store | |
/deis/store/monSetupComplete | |
/deis/store/filesystemSetupComplete | |
/deis/store/delayStart | |
/deis/store/monKeyring | |
/deis/store/adminKeyring | |
/deis/store/osds | |
/deis/store/osds/10.21.1.34 | |
/deis/store/osds/10.21.2.188 | |
/deis/store/osds/10.21.1.35 |
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
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "Stmt1433910304184", | |
"Action": "autoscaling:*", | |
"Effect": "Allow", | |
"Resource": "*" | |
}, | |
{ |
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
diff --git a/deisctl/units/deis-builder.service b/deisctl/units/deis-builder.service | |
index 9de18c7..53661d8 100644 | |
--- a/deisctl/units/deis-builder.service | |
+++ b/deisctl/units/deis-builder.service | |
@@ -4,11 +4,10 @@ Description=deis-builder | |
[Service] | |
EnvironmentFile=/etc/environment | |
TimeoutStartSec=30m | |
-ExecStartPre=/bin/sh -c "docker inspect deis-builder-data >/dev/null 2>&1 || docker run --name deis-builder-data -v /var/lib/docker alpine:3.1 /bin/true" | |
ExecStartPre=/bin/sh -c "IMAGE=`/run/deis/bin/get_image /deis/builder` && docker history $IMAGE >/dev/null 2>&1 || docker pull $IMAGE" |
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
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK | |
HTTP/1.1 200 OK |
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 ubuntu:12.04 | |
WORKDIR /tmp | |
RUN apt-get install -y bzip2 qemu wget | |
RUN modprobe nbd | |
RUN wget http://stable.release.core-os.net/amd64-usr/647.2.0/coreos_production_azure_image.vhd.bz2 | |
RUN bzip2 -d coreos_production_azure_image.vhd.bz2 | |
RUN qemu-nbd -c /dev/nbd0 coreos_production_azure_image.vhd | |
RUN mkdir /mnt/coreos |
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
--- azuredeploy-sgoings.json 2015-09-30 18:15:49.000000000 -0700 | |
+++ azuredeploy.json 2015-09-30 18:16:06.000000000 -0700 | |
@@ -14,9 +14,15 @@ | |
"description": "Domain name associated with the load balancer public IP" | |
} | |
}, | |
+ "dnsPrefixNameForPublicIP": { | |
+ "type": "string", | |
+ "metadata": { | |
+ "description": "Unique DNS Name for the Public IP used to access the Virtual Machine." |
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
core@deis-01 ~ $ logout | |
diff --git a/contrib/coreos/user-data.example b/contrib/coreos/user-data.example | |
index 5bb6e0f..48cb009 100644 | |
--- a/contrib/coreos/user-data.example | |
+++ b/contrib/coreos/user-data.example | |
@@ -42,6 +42,23 @@ coreos: | |
command: stop | |
enable: false | |
- name: docker.service | |
+ content: | |
OlderNewer