flexera-public / rightscale_cookbooks

Other
76 stars 103 forks source link

Sprint12 05 a46727 operating systems supported to metadata #72

Closed Neve closed 12 years ago

Neve commented 12 years ago

operating systems supported to metadata

I will regenerate metadata.json right before merge.

douglaswth commented 12 years ago

Actually you will want to regenerate the metadata.json files on the release_12H1 after you merge not before.

douglaswth commented 12 years ago

Please don't use a loop for the supports specification, we should be explicit and readable in this case:

supports "centos", ">= 5.8"
supports "ubuntu", ">= 10.04"
supports "redhat", ">= 5.8"

Also, I don't think that just the minimum requirement is what we want; we haven't tested the 12H1 stuff on CentOS 6 for example. We should have an upper bound of support as well.

lopaka commented 12 years ago

Since we are only testing these on ubuntu 10.04 and centos 5.8, we should add these as upper bounds.