Commit graph

1714 commits

Author SHA1 Message Date
Jack Ivanov
1aaa96da8f remove the logging role 2017-04-05 16:25:56 +02:00
Jack Ivanov
27680b9403 add msrestazure to the requirements #269 2017-04-05 16:14:11 +02:00
Jack Ivanov
5243d9b716 add msrestazure to the requirements #269 2017-04-05 16:14:11 +02:00
Dan Guido
5a172eb3ec new Slack channel 2017-04-04 16:50:15 -04:00
Dan Guido
dc61a224bb new Slack channel 2017-04-04 16:50:15 -04:00
Dan Guido
c2ecab3f98 another typo ugh 2017-04-04 16:22:57 -04:00
Dan Guido
6a15d86ea5 another typo ugh 2017-04-04 16:22:57 -04:00
Dan Guido
3a511eab44 I suck at making this stupid TOC :-x 2017-04-04 16:21:31 -04:00
Dan Guido
5a15b7ce9d I suck at making this stupid TOC :-x 2017-04-04 16:21:31 -04:00
Dan Guido
8c6f1f9c69 add note about network manager on older Ubuntu 2017-04-04 16:20:48 -04:00
Dan Guido
49b78dac67 add note about network manager on older Ubuntu 2017-04-04 16:20:48 -04:00
Jack Ivanov
6e61a51aca rewrite the sysctl task 2017-04-04 17:02:11 +02:00
Jack Ivanov
a417397ef6 rewrite the sysctl task 2017-04-04 17:02:11 +02:00
Jack Ivanov
c0f4b5fa41 Enable default values if the role is skipped #313 2017-04-04 16:57:39 +02:00
Jack Ivanov
5eb93b208f Enable default values if the role is skipped #313 2017-04-04 16:57:39 +02:00
Jack Ivanov
578bb3344d Fixes #314 2017-04-04 16:37:47 +02:00
Jack Ivanov
02f882939a Fixes #314 2017-04-04 16:37:47 +02:00
Jack Ivanov
eae4353691 Update ISSUE_TEMPLATE.md 2017-04-04 16:23:51 +02:00
Jack Ivanov
01e2ed4a91 Update ISSUE_TEMPLATE.md 2017-04-04 16:23:51 +02:00
Jack Ivanov
b8cfb98c5d Update ISSUE_TEMPLATE.md 2017-04-04 16:20:10 +02:00
Jack Ivanov
b34b47d342 Update ISSUE_TEMPLATE.md 2017-04-04 16:20:10 +02:00
Dan Guido
fb09a4138f Update TROUBLESHOOTING.md 2017-04-03 16:54:20 -04:00
Dan Guido
cd5064100f Update TROUBLESHOOTING.md 2017-04-03 16:54:20 -04:00
Dan Guido
2fc9122ae8 add router troubleshooting faq 2017-04-03 16:53:04 -04:00
Dan Guido
be70aaa64c add router troubleshooting faq 2017-04-03 16:53:04 -04:00
Dan Guido
1c4659311a Update CONTRIBUTING.md 2017-04-03 15:43:32 -04:00
Dan Guido
f5f4390256 Update CONTRIBUTING.md 2017-04-03 15:43:32 -04:00
Dan Guido
050583ecd1 Update README.md 2017-04-03 15:33:15 -04:00
Dan Guido
7da887ae75 Update README.md 2017-04-03 15:33:15 -04:00
Dana Klassen
f9f1d5cd38 Typo cheking to checking (#344) 2017-04-02 22:17:17 -04:00
Dana Klassen
945613e0df Typo cheking to checking (#344) 2017-04-02 22:17:17 -04:00
Josh Soref
84bbcb88d0 Spelling fixes (#342)
* spelling: algorithm

* spelling: bertrand

* spelling: between

* spelling: checking

* spelling: conjunction

* spelling: contributor

* spelling: delimited

* spelling: fashion

* spelling: droplet

* spelling: javascript

* spelling: nameserver

* spelling: obligatory

* spelling: official

* spelling: overridden

* spelling: overwrite

* spelling: parameter

* spelling: suppressing
2017-04-02 19:14:38 -04:00
Josh Soref
615d2947bd Spelling fixes (#342)
* spelling: algorithm

* spelling: bertrand

* spelling: between

* spelling: checking

* spelling: conjunction

* spelling: contributor

* spelling: delimited

* spelling: fashion

* spelling: droplet

* spelling: javascript

* spelling: nameserver

* spelling: obligatory

* spelling: official

* spelling: overridden

* spelling: overwrite

* spelling: parameter

* spelling: suppressing
2017-04-02 19:14:38 -04:00
James Hale
41ed682213 Reduce VPC CIDR size to /16 (#341) 2017-04-02 15:48:44 -04:00
James Hale
1c2ccf109f Reduce VPC CIDR size to /16 (#341) 2017-04-02 15:48:44 -04:00
Josh Meisels
d37c6b72c5 Add new Azure regions and allow user to select VM size (#332)
* Update Azure Region List

Included several additional regions in the Azure list.

In a future version we may want to ask users to choose a continent, then present region options since this list is getting long.

* Add VM size selection

Added prompt for user to choose VM size. Useful because the default size is not available in all regions, and there are cheaper sizes.

* Handle vm_size choice in "Create an Instance" step

Use the variable passed in that the user chose for vm_size.

* Differentiate Basic A0 and Standard A0

* Remove vm_size D1 since it's being deprecated

* Fix syntax issue - missing semicolons

* Remove note to self comment

* Remove changes to let user select VM size

Removing my previous additions that let the user select their Azure VM size.

* Hard code VM size to cheapest size

Remove my usage of a variable for VM size. Update to use the Basic_A0, which is the cheapest size of VM.
2017-04-02 12:34:09 -04:00
Josh Meisels
0a20018e21 Add new Azure regions and allow user to select VM size (#332)
* Update Azure Region List

Included several additional regions in the Azure list.

In a future version we may want to ask users to choose a continent, then present region options since this list is getting long.

* Add VM size selection

Added prompt for user to choose VM size. Useful because the default size is not available in all regions, and there are cheaper sizes.

* Handle vm_size choice in "Create an Instance" step

Use the variable passed in that the user chose for vm_size.

* Differentiate Basic A0 and Standard A0

* Remove vm_size D1 since it's being deprecated

* Fix syntax issue - missing semicolons

* Remove note to self comment

* Remove changes to let user select VM size

Removing my previous additions that let the user select their Azure VM size.

* Hard code VM size to cheapest size

Remove my usage of a variable for VM size. Update to use the Basic_A0, which is the cheapest size of VM.
2017-04-02 12:34:09 -04:00
Matt Mankins
b8d2dc68bb Change EC2 VPC CIDR blocks to uncommon non-routable addresses (#335) 2017-04-02 00:53:53 -04:00
Matt Mankins
9313561617 Change EC2 VPC CIDR blocks to uncommon non-routable addresses (#335) 2017-04-02 00:53:53 -04:00
Dan Guido
1b3a3a886d Update README.md 2017-04-01 15:33:24 -04:00
Dan Guido
162660b814 Update README.md 2017-04-01 15:33:24 -04:00
Dan Guido
7851cc06ef Update README.md 2017-04-01 15:32:57 -04:00
Dan Guido
c733633f4b Update README.md 2017-04-01 15:32:57 -04:00
Dan Guido
f1cfade2f2 referral code 2017-04-01 15:31:22 -04:00
Dan Guido
5c175463ae referral code 2017-04-01 15:31:22 -04:00
Josh Meisels
2b0c9c38e2 Fixed typo (#333)
Windows manual steps `-AuthenticationTransformConstants SHA25612 8` had a space that causes this command to fail. Should be `-AuthenticationTransformConstants SHA256128`
2017-04-01 15:29:12 -04:00
Josh Meisels
0b2cd1021f Fixed typo (#333)
Windows manual steps `-AuthenticationTransformConstants SHA25612 8` had a space that causes this command to fail. Should be `-AuthenticationTransformConstants SHA256128`
2017-04-01 15:29:12 -04:00
Dan Guido
ede472cd36 donations 2017-04-01 15:17:26 -04:00
Dan Guido
12abcc86c6 donations 2017-04-01 15:17:26 -04:00
Dan Guido
ceca178eff Update TROUBLESHOOTING.md 2017-04-01 14:36:32 -04:00