components/ruby/puppet-modules/openstack-ironic/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-ironic-6.1.0/metadata.json.orig   2015-10-15 09:13:06.053621516 -0700
     5 --- openstack-ironic-8.2.0/metadata.json.orig   2016-08-07 11:10:16.329190221 -0700
     6 +++ openstack-ironic-6.1.0/metadata.json       2015-10-15 09:13:22.352759889 -0700
     6 +++ openstack-ironic-8.2.0/metadata.json       2016-08-07 11:10:40.275178865 -0700
     7 @@ -49,6 +49,13 @@
     7 @@ -29,6 +29,13 @@
     8          "12.04",
     8        "operatingsystemrelease": [
     9          "14.04"
     9          "14.04"
    10        ]
    10        ]
    11 +    },
    11 +    },
    12 +    {
    12 +    {
    13 +      "operatingsystem": "Solaris",
    13 +      "operatingsystem": "Solaris",
    14 +      "operatingsystemrelease": [
    14 +      "operatingsystemrelease": [
    15 +        "11.3",
    15 +        "12.0",
    16 +        "12.0"
    16 +        "11.3"
    17 +      ]
    17 +      ]
    18      }
    18      }
    19    ],
    19    ],
    20    "description": "Installs and configures OpenStack Ironic (Bare metal)."
    20    "description": "Installs and configures OpenStack Ironic (Bare metal).",
    21 
    21 
    22 --- openstack-ironic-6.1.0/README.md.orig	2016-04-27 12:10:55.565966448 -0700
       
    23 +++ openstack-ironic-6.1.0/README.md	2016-04-27 12:11:09.408845368 -0700
       
    24 @@ -1,3 +1,5 @@
       
    25 +NOTE: Oracle has modified the originally distributed contents of metadata.json.
       
    26 +
       
    27  puppet-ironic
       
    28  =============
       
    29