From 43bd23e2c8cec1b5b5423b189d120a7bef2d8e00 Mon Sep 17 00:00:00 2001 From: Gilles Dubreuil Date: Mon, 14 Jul 2014 21:13:10 +1000 Subject: [PATCH 1/6] Update Concat module to latest version This is to avoid errors such as: Error: Failed to apply catalog: Could not find dependency File[/usr/local/bin/concatfragments.sh] for Exec[concat_/etc/httpd/conf/ports.conf] at /usr/share/openstack-puppet/modules/concat/manifests/init.pp:175 --- concat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concat b/concat index 031bf2612..07bba0bca 160000 --- a/concat +++ b/concat @@ -1 +1 @@ -Subproject commit 031bf261289dcbb32e63b053ed5b3a82117698c0 +Subproject commit 07bba0bcad2e3a2baf19dbff8b1a5146d9141153 From c425965267fa61e3799542e9af5d503429ee5ed5 Mon Sep 17 00:00:00 2001 From: Gilles Dubreuil Date: Wed, 16 Jul 2014 13:28:11 +1000 Subject: [PATCH 2/6] Updated puppet-puppet and puppet-gluster to latest RHBZ#1119970 --- gluster | 2 +- puppet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gluster b/gluster index 80c2b1344..8da4002f8 160000 --- a/gluster +++ b/gluster @@ -1 +1 @@ -Subproject commit 80c2b13448c97c70a4b4bc0e402e00ecb5d681d5 +Subproject commit 8da4002f83e6505c7c09042df1c10cb1e290c7c7 diff --git a/puppet b/puppet index 07ec49d1f..bd467cae1 160000 --- a/puppet +++ b/puppet @@ -1 +1 @@ -Subproject commit 07ec49d1f67a498b31b4f164678a76c464e129c4 +Subproject commit bd467cae15eba9ca44274034d2593b0eaf30518d From 5fc00132c4a0e3bea7ad5703fc9b32dde21480a6 Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Mon, 21 Jul 2014 15:23:36 +0200 Subject: [PATCH 3/6] Update puppet-cinder to most recent stable/icehouse Fixes: rhbz#1117035 Closes-Bug: 1338777 stackforge/puppet-cinder@be74bc6 Merge "Fixes Facts string comparisons in CentOS 7" into stable/icehouse stackforge/puppet-cinder@445b926 Fixes Facts string comparisons in CentOS 7 stackforge/puppet-cinder@988a317 Add region support for type creation/setting stackforge/puppet-cinder@fb3b49f Release 4.1.0 stackforge/puppet-cinder@de46d7e Pin gem versions for stable branch stackforge/puppet-cinder@308d098 SSL for communication between cinder and rabbitmq stackforge/puppet-cinder@240b119 Enable cinder server to be run in SSL mode Signed-off-by: Gael Chamoulaud --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 57da04427..be74bc692 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 57da044279780af66479c429e5803825a87b785e +Subproject commit be74bc69283510c8a31bce71e153a2a152342683 From 2bd79ba259f430615baf593f86f23b908f07dc76 Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Mon, 21 Jul 2014 15:29:15 +0200 Subject: [PATCH 4/6] Update puppet-nova to the most recent stable/icehouse Fixes: rhbz#1117035 Closes-Bug: 1338777 stackforge/puppet-nova@0b7b93f Fixes Facts string comparisons in CentOS 7 stackforge/puppet-nova@d682792 Release 4.1.0 stackforge/puppet-nova@f1155dd Pin gem versions for stable branch stackforge/puppet-nova@b9ae517 Enable nova server to be run in SSL mode stackforge/puppet-nova@1da5943 Default to utf8 for MySQL stackforge/puppet-nova@3f0fb20 add rbd keyring name to secret.xml template stackforge/puppet-nova@77fa1ce Allow configuring the rbd keyring name stackforge/puppet-nova@9cb3885 Add API v3 endpoint support stackforge/puppet-nova@109d482 Update puppetlabs-rabbitmq dependency Signed-off-by: Gael Chamoulaud --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 1e77a9d48..0b7b93fea 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 1e77a9d48a85a3ae6d30993b3c887f58e4a5973c +Subproject commit 0b7b93fea44d79ef6eecb3ab9c83cf60c1951bfb From 074b0bc11a97b5c538cbe4a890ab947f814dee04 Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Mon, 21 Jul 2014 15:32:23 +0200 Subject: [PATCH 5/6] Update puppetlabs-apache Fixes: rhbz#1117035 puppetlabs/apache@769ff36 Modifying hierarchy of the Version/Params to allow for proper parsing of release on Amazon Linux puppetlabs/apache@d28ce64 Merge branch 'master' into 1.0.x puppetlabs/apache@86669ab Merge pull request #648 from igalic/fully-qualified Signed-off-by: Gael Chamoulaud --- apache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache b/apache index bbf9278b2..769ff363a 160000 --- a/apache +++ b/apache @@ -1 +1 @@ -Subproject commit bbf9278b24931444022aa67140d3505b748151da +Subproject commit 769ff363a8a3c51e24f63a2494217d2d029289c6 From 7133993ceab6208cb87303de8f6555a6283f9f28 Mon Sep 17 00:00:00 2001 From: Martin Magr Date: Mon, 18 Aug 2014 11:26:48 +0200 Subject: [PATCH 6/6] Update puppet-vswitch Currently we are using all merged patches in OPM RPM anyway, so we need to update this repo ASAP. b7a15fc Allow non-word characters in vs_bridge external_ids 0351844 Normalize Gemfile & pin tests to rspec < 2.99 8f4047e Fixed ovs provider 49dbaff Release 0.3.0 --- vswitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitch b/vswitch index a20f6355f..b7a15fc68 160000 --- a/vswitch +++ b/vswitch @@ -1 +1 @@ -Subproject commit a20f6355f048d2cb6206222b2d045b41ac875db4 +Subproject commit b7a15fc68c1c8e1e463c7d9e60a80f8c805fc11a