Skip to content

Commit

Permalink
Update Vagrantfiles for ficus.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Feb 23, 2017
1 parent 8d1a52f commit bc971b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vagrant/release/devstack/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ openedx_releases = {
"open-release/ficus.1rc1" => "ficus-devstack-2017-01-11",
"open-release/ficus.1rc3" => "ficus-devstack-2017-02-07",
"open-release/ficus.1rc4" => "ficus-devstack-2017-02-07",
"open-release/ficus.1" => "ficus-devstack-2017-02-07",

"open-release/eucalyptus.master" => "eucalyptus-devstack-2016-09-01",
"open-release/eucalyptus.1rc2" => "eucalyptus-devstack-2016-08-19",
Expand All @@ -64,7 +65,7 @@ openedx_releases = {
# Cypress is deprecated and unsupported
# Birch is deprecated and unsupported
}
openedx_releases.default = "eucalyptus-devstack-2016-09-01"
openedx_releases.default = "ficus-devstack-2017-02-07"

openedx_release = ENV['OPENEDX_RELEASE']
boxname = ENV['OPENEDX_BOXNAME']
Expand Down
3 changes: 2 additions & 1 deletion vagrant/release/fullstack/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CPU_COUNT = 2
openedx_releases = {
"open-release/ficus.1rc3" => "ficus-fullstack-2017-02-07",
"open-release/ficus.1rc4" => "ficus-fullstack-2017-02-15",
"open-release/ficus.1" => "ficus-fullstack-2017-02-15",

"open-release/eucalyptus/1rc1" => "eucalyptus-fullstack-1rc1",
"open-release/eucalyptus.1rc2" => "eucalyptus-fullstack-2016-08-19",
Expand All @@ -35,7 +36,7 @@ openedx_releases = {
# Cypress is deprecated and unsupported
# Birch is deprecated and unsupported
}
openedx_releases.default = "eucalyptus-fullstack-2016-09-01"
openedx_releases.default = "ficus-fullstack-2017-02-15"

openedx_release = ENV['OPENEDX_RELEASE']
boxname = ENV['OPENEDX_BOXNAME']
Expand Down

0 comments on commit bc971b0

Please sign in to comment.