Skip to content

Commit

Permalink
Merge pull request #1318 from geoffnichols/BKR-1037/master/add_yakket…
Browse files Browse the repository at this point in the history
…y_zesty_and_stretch

(BKR-1037) Add support for Zesty, Yakkety, and Stretch
  • Loading branch information
kevpl authored Jan 18, 2017
2 parents a0824d4 + 23c7360 commit f8fd9e4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/beaker/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ class Platform < String
PLATFORMS = /^(huaweios|cisco_nexus|cisco_ios_xr|(free|open)bsd|osx|centos|fedora|debian|oracle|redhat|scientific|sles|ubuntu|windows|solaris|aix|archlinux|el|eos|cumulus|f5|netscaler)\-.+\-.+$/
# Platform version numbers vs. codenames conversion hash
PLATFORM_VERSION_CODES =
{ :debian => { "jessie" => "8",
{ :debian => { "stretch" => "9",
"jessie" => "8",
"wheezy" => "7",
"squeeze" => "6",
},
:ubuntu => { "xenial" => "1604",
:ubuntu => { "zesty" => "1704",
"yakkety" => "1610",
"xenial" => "1604",
"wily" => "1510",
"vivid" => "1504",
"utopic" => "1410",
Expand Down

0 comments on commit f8fd9e4

Please sign in to comment.