I think these are the right updates for just

pull/43/head
Raymond Yee 2017-03-20 14:38:09 -07:00
parent 9339c73b10
commit 813fe84cbf
1 changed files with 23 additions and 7 deletions

30
vagrant/Vagrantfile vendored
View File

@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# alestic 2015.05.05
#aws.instance_type="t1.micro"
aws.instance_type="m3.medium"
aws.instance_type="m1.small"
aws.region = "us-east-1"
aws.availability_zone = "us-east-1c"
@ -99,7 +99,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"-e class=just",
"-e hostname=just.unglue.it",
"-e setdns=false",
"-e branch=master",
"-e branch=trusty",
"-e do_migrate=false"
]
@ -123,7 +123,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
aws.region = "us-east-1"
aws.availability_zone = "us-east-1c"
aws.ami = "ami-d8132bb0"
# aws.ami = "ami-d8132bb0"
# 2017.03.17
# Trusty 14.04
aws.ami = "ami-9fde7f89"
aws.security_groups = ["just"]
aws.tags = {
@ -157,7 +161,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"-e class=just",
"-e hostname=just2.unglue.it",
"-e setdns=false",
"-e branch=master",
"-e branch=trusty",
"-e do_migrate=false"
]
@ -181,7 +185,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
aws.region = "us-east-1"
aws.availability_zone = "us-east-1c"
aws.ami = "ami-d8132bb0"
# aws.ami = "ami-d8132bb0"
# 2017.03.17
# Trusty 14.04
aws.ami = "ami-9fde7f89"
aws.security_groups = ["just"]
aws.tags = {
@ -239,7 +247,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
aws.region = "us-east-1"
aws.availability_zone = "us-east-1c"
aws.ami = "ami-d8132bb0"
# aws.ami = "ami-d8132bb0"
# 2017.03.17
# Trusty 14.04
aws.ami = "ami-9fde7f89"
aws.security_groups = ["web-production"]
aws.tags = {
@ -297,7 +309,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
aws.region = "us-east-1"
aws.availability_zone = "us-east-1c"
aws.ami = "ami-d8132bb0"
# aws.ami = "ami-d8132bb0"
# 2017.03.17
# Trusty 14.04
aws.ami = "ami-9fde7f89"
aws.security_groups = ["web-production"]
aws.tags = {