Rebase due to Fuel upstream change 43/143/1
authorStefan K. Berg <stefan.k.berg@ericsson.com>
Wed, 11 Mar 2015 22:39:48 +0000 (23:39 +0100)
committerStefan K. Berg <stefan.k.berg@ericsson.com>
Wed, 11 Mar 2015 22:59:26 +0000 (23:59 +0100)
An update of the Fuel upstream code requires us to perform the
corresponding change in the same file as we are modifying it in
the OPNFV context.

JIRA: #BGS-16

Change-Id: If3d5a0f1f2e97524f9e4a603cff89bc433226b92
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp
fuel/build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp.orig

index 48c4005..19cc0ed 100644 (file)
@@ -310,6 +310,8 @@ class os_common {
     stage => 'first',
   }
 
+  class { 'osnailyfacter::ssh': }
+
   #case $role {
     #    /controller/:          { $hostgroup = 'controller' }
     #    /swift-proxy/: { $hostgroup = 'swift-proxy' }
index 940beda..4b1da3a 100644 (file)
@@ -300,6 +300,8 @@ class os_common {
     stage => 'first',
   }
 
+  class { 'osnailyfacter::ssh': }
+
   #case $role {
     #    /controller/:          { $hostgroup = 'controller' }
     #    /swift-proxy/: { $hostgroup = 'swift-proxy' }