Skip to content

Commit

Permalink
Commenting out packstack code in trystack modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan OMara committed Apr 29, 2013
1 parent ced342f commit 601857f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 30 deletions.
20 changes: 0 additions & 20 deletions foreman_client.sh

This file was deleted.

20 changes: 10 additions & 10 deletions puppet/trystack/manifests/controller.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

class trystack::controller(){

pacemaker::corosync { "trystack": }
#pacemaker::corosync { "trystack": }

pacemaker::corosync::node { "10.100.0.2": }
pacemaker::corosync::node { "10.100.0.3": }
#pacemaker::corosync::node { "10.100.0.2": }
#pacemaker::corosync::node { "10.100.0.3": }

pacemaker::resources::ip { "8.21.28.222":
address => "8.21.28.222",
}
pacemaker::resources::ip { "10.100.0.222":
address => "10.100.0.222",
}
#pacemaker::resources::ip { "8.21.28.222":
# address => "8.21.28.222",
#}
#pacemaker::resources::ip { "10.100.0.222":
# address => "10.100.0.222",
#}

pacemaker::resources::lsb { "qpidd": }
#pacemaker::resources::lsb { "qpidd": }

#pacemaker::stonith::ipmilan { "$ipmi_address":
# address => "$ipmi_address",
Expand Down

0 comments on commit 601857f

Please sign in to comment.