Skip to content

Commit

Permalink
Update to SLE-12-SP3
Browse files Browse the repository at this point in the history
SES5 only supports this
  • Loading branch information
bmwiedemann committed Oct 4, 2018
1 parent e62ea4f commit be58b46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crowbar_framework/app/models/ceph_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def role_constraints
"unique" => false,
"count" => 1,
"platform" => {
"suse" => "<= 12.2",
"suse" => "<= 12.3",
"opensuse" => "/.*/"
},
"conflicts_with" => ["ceph-mds", "ceph-mon", "ceph-osd", "ceph-radosgw",
Expand All @@ -59,7 +59,7 @@ def role_constraints
"unique" => false,
"count" => 9,
"platform" => {
"suse" => "<= 12.2",
"suse" => "<= 12.3",
"opensuse" => "/.*/"
},
"conflicts_with" => ["ceph-calamari"]
Expand All @@ -68,7 +68,7 @@ def role_constraints
"unique" => false,
"count" => 150,
"platform" => {
"suse" => "<= 12.2",
"suse" => "<= 12.3",
"opensuse" => "/.*/"
},
"conflicts_with" => ["ceph-mds", "ceph-calamari"]
Expand All @@ -77,7 +77,7 @@ def role_constraints
"unique" => false,
"count" => 1,
"platform" => {
"suse" => "<= 12.2",
"suse" => "<= 12.3",
"opensuse" => "/.*/"
},
"cluster" => true,
Expand All @@ -87,7 +87,7 @@ def role_constraints
"unique" => false,
"count" => 3,
"platform" => {
"suse" => "<= 12.2",
"suse" => "<= 12.3",
"opensuse" => "/.*/"
},
"conflicts_with" => ["ceph-osd", "ceph-calamari"]
Expand Down

0 comments on commit be58b46

Please sign in to comment.