components/ruby/puppet-modules/openstack-ironic/patches/02-params.patch
changeset 5860 afd31ba91ee9
parent 5464 6e2e17e6aa45
child 6817 e4a26f447d0c
equal deleted inserted replaced
5859:98bc99958997 5860:afd31ba91ee9
     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/manifests/params.pp.orig	2015-06-03 09:47:53.207517414 -0600
     5 --- openstack-ironic-6.1.0/manifests/params.pp.orig	2016-04-21 08:15:16.607432993 -0700
     6 +++ openstack-ironic-6.1.0/manifests/params.pp	2015-06-03 09:49:30.640143302 -0600
     6 +++ openstack-ironic-6.1.0/manifests/params.pp	2016-04-21 08:15:42.830473689 -0700
     7 @@ -40,6 +40,14 @@ class ironic::params {
     7 @@ -1,3 +1,7 @@
       
     8 +#######################################################################
       
     9 +# Oracle has modified the originally distributed contents of this file.
       
    10 +#######################################################################
       
    11 +
       
    12  #
       
    13  # Copyright (C) 2013 eNovance SAS <[email protected]>
       
    14  #
       
    15 @@ -40,6 +44,14 @@
     8        $conductor_package   = 'ironic-conductor'
    16        $conductor_package   = 'ironic-conductor'
     9        $client_package      = 'python-ironicclient'
    17        $client_package      = 'python-ironicclient'
    10      }
    18      }
    11 +    'Solaris': {
    19 +    'Solaris': {
    12 +      $common_package_name = 'cloud/openstack/ironic'
    20 +      $common_package_name = 'cloud/openstack/ironic'