enabling bonding doesn't work

Bug #1173168 reported by Chris Ricker
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cisco Openstack
Fix Committed
High
Chris Ricker

Bug Description

From Robert:

If you enable bonding in your site.pp, the pre-seed will fail.

--- /root/folsom-manifests/manifests/cobbler-node.pp 2013-04-25 23:57:39.728122451 -0700
+++ cobbler-node.pp 2013-04-26 00:56:44.368113611 -0700
@@ -30,7 +30,7 @@
$cobbler_node_fqdn = "${::build_node_name}.${::domain_name}"

if ($::interface_bonding == 'true'){
- $bonding = 'echo "bonding" >> /target/etc/modules ; \ '
+ $bonding = "echo 'bonding' >> /target/etc/modules ; \\"
} else {
   $bonding = ''
}

Fixes the issue, and enables bonding in the modules list as expected.

Revision history for this message
Chip (cbaesema) wrote :

Merged Pull

Changed in openstack-cisco:
status: In Progress → Fix Committed
Revision history for this message
Chris Ricker (chris-ricker) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.