components/ruby/puppet-modules/openstack-glance/patches/04-registry.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-glance/patches/04-registry.patch	Fri May 20 17:42:29 2016 -0400
@@ -0,0 +1,24 @@
+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-glance-6.1.0/manifests/registry.pp.orig 2015-08-10 09:42:54.166718964 -0700
++++ openstack-glance-6.1.0/manifests/registry.pp 2015-08-10 09:43:04.061499589 -0700
+@@ -171,7 +171,6 @@ class glance::registry(
+     )
+   }
+
+-  Package[$glance::params::registry_package_name] -> File['/etc/glance/']
+   Package[$glance::params::registry_package_name] -> Glance_registry_config<||>
+
+   Glance_registry_config<||> ~> Exec<| title == 'glance-manage db_sync' |>
+@@ -179,9 +178,6 @@ class glance::registry(
+
+   File {
+     ensure  => present,
+-    owner   => 'glance',
+-    group   => 'glance',
+-    mode    => '0640',
+     notify  => Service['glance-registry'],
+     require => Class['glance']
+   }