diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 1182fef3..0bd0f13e 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -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 = {