components/ruby/puppet-modules/openstack-cinder/patches/01-metadata.patch
changeset 6817 e4a26f447d0c
parent 5860 afd31ba91ee9
equal deleted inserted replaced
6816:bb11bcf4ebf8 6817:e4a26f447d0c
     1 In-house patch to add support for Solaris 11.3 and 12.0.  This patch
     1 In-house patch to add support for Solaris 11.3 and 12.0.  This patch
     2 has not yet been submitted upstream due to requirements for 3rd party
     2 has not yet been submitted upstream due to requirements for 3rd party
     3 CI testing.
     3 CI testing.
     4 
     4 
     5 --- openstack-cinder-6.1.0/metadata.json.orig   2015-10-15 08:52:10.210316994 -0700
     5 --- openstack-cinder-8.2.0/metadata.json.orig   2016-08-07 10:35:15.496225800 -0700
     6 +++ openstack-cinder-6.1.0/metadata.json       2015-10-15 08:53:13.334830608 -0700
     6 +++ openstack-cinder-8.2.0/metadata.json       2016-08-07 10:35:48.801320370 -0700
     7 @@ -8,7 +8,6 @@
     7 @@ -29,6 +29,13 @@
     8    "project_page": "https://launchpad.net/puppet-cinder",
     8        "operatingsystemrelease": [
     9    "issues_url": "https://bugs.launchpad.net/puppet-cinder",
       
    10    "dependencies": [
       
    11 -    {"name":"dprince/qpid","version_requirement":">=1.0.0 <2.0.0"},
       
    12      {"name":"puppetlabs/inifile","version_requirement":">=1.0.0 <2.0.0"},
       
    13      {"name":"openstack/keystone","version_requirement":">=6.0.0 <7.0.0"},
       
    14      {"name":"puppetlabs/rabbitmq","version_requirement":">=2.0.2 <6.0.0"},
       
    15 @@ -51,6 +50,13 @@
       
    16          "12.04",
       
    17          "14.04"
     9          "14.04"
    18        ]
    10        ]
    19 +    },
    11 +    },
    20 +    {
    12 +    {
    21 +      "operatingsystem": "Solaris",
    13 +      "operatingsystem": "Solaris",
    22 +      "operatingsystemrelease": [
    14 +      "operatingsystemrelease": [
    23 +        "11.3",
    15 +        "12.0",
    24 +        "12.0"
    16 +        "11.3"
    25 +      ]
    17 +      ]
    26      }
    18      }
    27    ],
    19    ],
    28    "description": "Installs and configures OpenStack Cinder (Block Storage)."
    20    "description": "Installs and configures OpenStack Cinder (Block Storage).",
    29 
    21 
    30 --- openstack-cinder-6.1.0/README.md.orig	2016-04-27 11:17:12.024829187 -0700
       
    31 +++ openstack-cinder-6.1.0/README.md	2016-04-27 11:22:18.054347137 -0700
       
    32 @@ -1,3 +1,5 @@
       
    33 +NOTE: Oracle has modified the originally distributed contents of metadata.json.
       
    34 +
       
    35  cinder
       
    36  =======
       
    37