components/ruby/puppet-modules/openstack-neutron/patches/01-metadata.patch
author Laszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:35 -0700
changeset 6817 e4a26f447d0c
parent 5860 afd31ba91ee9
permissions -rw-r--r--
24454308 update all openstack puppet modules to the latest mitaka release

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-neutron-8.2.0/metadata.json.orig   2016-08-07 11:27:20.747150102 -0700
+++ openstack-neutron-8.2.0/metadata.json       2016-08-07 11:27:41.098304971 -0700
@@ -29,6 +29,13 @@
       "operatingsystemrelease": [
         "14.04"
       ]
+    },
+    {
+      "operatingsystem": "Solaris",
+      "operatingsystemrelease": [
+        "12.0",
+        "11.3"
+      ]
     }
   ],
   "description": "Installs and configures OpenStack Neutron (Networking).",