Commit e7376aea by Feanil Patel

Merge pull request #2094 from edx/feanil/update_sandboxes

New base sandbox AMIs.
parents cd9f2375 9275fba6
...@@ -98,11 +98,11 @@ fi ...@@ -98,11 +98,11 @@ fi
if [[ -z $ami ]]; then if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-867d3bee" ami="ami-87ea1aec"
elif [[ $server_type == "ubuntu_12.04" || $server_type == "full_edx_installation_from_scratch" ]]; then elif [[ $server_type == "ubuntu_12.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-e2bbff8a" ami="ami-b92bdfd2"
elif [[ $server_type == "ubuntu_14.04(experimental)" ]]; then elif [[ $server_type == "ubuntu_14.04(experimental)" ]]; then
ami="ami-88562de0" ami="ami-3b6a8050"
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment