Commit 386d5410 by Ned Batchelder

Add Eucalyptus 1rc2 boxes

parent 9bf3b176
......@@ -64,6 +64,12 @@ end
# to a name and a file path, which are used for retrieving
# a Vagrant box from the internet.
openedx_releases = {
"open-release/eucalyptus.master" => {
:name => "eucalyptus-devstack-2016-08-19", :file => "eucalyptus-devstack-2016-08-19.box",
},
"open-release/eucalyptus.1rc2" => {
:name => "eucalyptus-devstack-2016-08-19", :file => "eucalyptus-devstack-2016-08-19.box",
},
# Note: the devstack and fullstack boxes differ, because devstack had an issue
# that needed fixing, but it didn't affect fullstack.
"named-release/dogwood.rc" => {
......
......@@ -10,10 +10,13 @@ CPU_COUNT = 2
# a Vagrant box from the internet.
openedx_releases = {
"open-release/eucalyptus.master" => {
:name => "eucalyptus-fullstack-1rc1", :file => "eucalyptus-fullstack-2016-07-22.box",
:name => "eucalyptus-fullstack-2016-08-19", :file => "eucalyptus-fullstack-2016-08-19.box",
},
"open-release/eucalyptus/1rc1" => {
:name => "eucalyptus-fullstack-1rc1", :file => "eucalyptus-fullstack-2016-07-22.box",
:name => "eucalyptus-fullstack-1rc1", :file => "eucalyptus-fullstack-2016-08-19.box",
},
"open-release/eucalyptus.1rc2" => {
:name => "eucalyptus-fullstack-2016-08-19", :file => "eucalyptus-fullstack-2016-08-19.box",
},
# Note: the devstack and fullstack boxes differ, because devstack had an issue
# that needed fixing, but it didn't affect fullstack.
......
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