Fix/invalid az#88
Open
dougtoppin wants to merge 2 commits intokizbitz:masterfrom
dougtoppin:fix/invalid-az
Open
Fix/invalid az#88dougtoppin wants to merge 2 commits intokizbitz:masterfrom dougtoppin:fix/invalid-az
dougtoppin wants to merge 2 commits intokizbitz:masterfrom
dougtoppin:fix/invalid-az
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a suggested fix for issue #87 and includes an ami update for us-east-1
2 changes:
Tested using atp lab launch and then configuration check on a running instance.
No lab exercises were performed to confirm full functionality.
ubuntu@node-3:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
ubuntu@node-3:
$ uname -a14.04.1-Ubuntu SMP Fri Feb 26 18:49:23 UTC 2016 x86_64 x86_64 x86_64 GNU/LinuxLinux node-3 4.2.0-30-generic # 36
ubuntu@node-3:~$ docker version
Client:
Version: 1.13.0
API version: 1.25
Go version: go1.7.3
Git commit: 49bf474
Built: Tue Jan 17 09:50:17 2017
OS/Arch: linux/amd64
Server:
Version: 1.13.0
API version: 1.25 (minimum version 1.12)
Go version: go1.7.3
Git commit: 49bf474
Built: Tue Jan 17 09:50:17 2017
OS/Arch: linux/amd64
Experimental: false
vpc creation output follows, note the ignored exception during us-east-1d subnet creation
dtoppin-:us-east-1:~$ train -vk
Creating AWS VPC ...
Creating IAM Profile: dtoppin-train ...
IAM profile, role, and policy created ...
Creating VPC: dtoppin-train ...
Creating gateway: dtoppin-train-igw ...
Creating route table: dtoppin-train-route-table ...
Configuring network ACL: dtoppin-train-network-acl ...
10.0.0.0/20
Creating subnet: dtoppin-train-us-east-1a ...
10.0.16.0/20
Creating subnet: dtoppin-train-us-east-1b ...
10.0.32.0/20
Creating subnet: dtoppin-train-us-east-1c ...
10.0.48.0/20
Creating subnet: dtoppin-train-us-east-1d ...
exception creating subnet, continuing
10.0.48.0/20
Creating subnet: dtoppin-train-us-east-1e ...
Configuring default security group ...
Adding default egress rules ...
Adding your current location IP (x.x.x.x) to default security group ...
Checking for existing key pair: dtoppin-train ...
Creating key pair: dtoppin-train ...
Key 'dtoppin-train' created and saved ...