components/ruby/puppet-modules/openstack-heat/patches/01-metadata.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
child 5860 afd31ba91ee9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/puppet-modules/openstack-heat/patches/01-metadata.patch	Fri May 20 17:42:29 2016 -0400
@@ -0,0 +1,20 @@
+In-house patch to add support for Solaris 11.3 and 12.0.  This patch
+has not yet been submitted upstream due to requirements for 3rd party
+CI testing.
+
+--- openstack-heat-6.1.0/metadata.json.orig   2015-10-15 09:04:16.179847720 -0700
++++ openstack-heat-6.1.0/metadata.json       2015-10-15 09:04:59.346275423 -0700
+@@ -49,6 +49,13 @@
+         "12.04",
+         "14.04"
+       ]
++    },
++    {
++      "operatingsystem": "Solaris",
++      "operatingsystemrelease": [
++        "11.3",
++        "12.0"
++      ]
+     }
+   ],
+   "description": "Installs and configures OpenStack Heat (Orchestration)."