File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212end
1313
1414Vagrant . configure ( "2" ) do |config |
15- config . vm . box = "coreos-324.1 .0"
16- config . vm . box_url = "http://storage.core-os.net/coreos/amd64-usr/324.1 .0/coreos_production_vagrant.box"
15+ config . vm . box = "coreos-324.2 .0"
16+ config . vm . box_url = "http://storage.core-os.net/coreos/amd64-usr/324.2 .0/coreos_production_vagrant.box"
1717
1818 config . vm . provider :vmware_fusion do |vb , override |
19- override . vm . box_url = "http://storage.core-os.net/coreos/amd64-usr/324.1 .0/coreos_production_vagrant_vmware_fusion.box"
19+ override . vm . box_url = "http://storage.core-os.net/coreos/amd64-usr/324.2 .0/coreos_production_vagrant_vmware_fusion.box"
2020 end
2121
2222 config . vm . provider :virtualbox do |vb , override |
Original file line number Diff line number Diff line change 44 "Mappings" : {
55 "RegionMap" : {
66 "ap-northeast-1" : {
7- "AMI" : "ami-836c2f82 "
7+ "AMI" : "ami-25175a24 "
88 },
99 "sa-east-1" : {
10- "AMI" : "ami-43ab075e "
10+ "AMI" : "ami-b96fc3a4 "
1111 },
1212 "ap-southeast-2" : {
13- "AMI" : "ami-4ba53f71 "
13+ "AMI" : "ami-792ab043 "
1414 },
1515 "ap-southeast-1" : {
16- "AMI" : "ami-946d30c6 "
16+ "AMI" : "ami-58c9940a "
1717 },
1818 "us-east-1" : {
19- "AMI" : "ami-3221c95a "
19+ "AMI" : "ami-8a53a6e2 "
2020 },
2121 "us-west-2" : {
22- "AMI" : "ami-a1c6b791 "
22+ "AMI" : "ami-a7d1a197 "
2323 },
2424 "us-west-1" : {
25- "AMI" : "ami-3c080d79 "
25+ "AMI" : "ami-debdb89b "
2626 },
2727 "eu-west-1" : {
28- "AMI" : "ami-3f7ab948 "
28+ "AMI" : "ami-1df4396a "
2929 }
3030 }
3131 },
Original file line number Diff line number Diff line change 3939
4040i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
4141 echo_yellow " Provisioning deis-$i ..."
42- supernova production boot --image 70210a69-081e-4a5e-b402-3cdbabfdcddd --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
42+ supernova production boot --image 24614284-19a9-4348-bee3-a504d7094d1b --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
4343 (( i = i + 1 )) ; \
4444done
4545
You can’t perform that action at this time.
0 commit comments