components/ruby/puppet-modules/openstack-ironic/patches/01-metadata.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
child 5860 afd31ba91ee9
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     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
       
     3 CI testing.
       
     4 
       
     5 --- openstack-ironic-6.1.0/metadata.json.orig   2015-10-15 09:13:06.053621516 -0700
       
     6 +++ openstack-ironic-6.1.0/metadata.json       2015-10-15 09:13:22.352759889 -0700
       
     7 @@ -49,6 +49,13 @@
       
     8          "12.04",
       
     9          "14.04"
       
    10        ]
       
    11 +    },
       
    12 +    {
       
    13 +      "operatingsystem": "Solaris",
       
    14 +      "operatingsystemrelease": [
       
    15 +        "11.3",
       
    16 +        "12.0"
       
    17 +      ]
       
    18      }
       
    19    ],
       
    20    "description": "Installs and configures OpenStack Ironic (Bare metal)."