User Tools

Site Tools


quickstack_opnfv_puppet_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
quickstack_opnfv_puppet_guide [2015/03/09 22:40]
Tim Rozet
quickstack_opnfv_puppet_guide [2015/03/09 22:43] (current)
Tim Rozet
Line 91: Line 91:
 The OPNFV puppet modules are the only ones that need to be invoked onto a node.  They will call the other puppet modules we just installed. ​ The OPNFV modules require a bunch of global parameters to be set before puppet is invoked. ​ With Foreman we do this by setting global parameters and overriding those parameters per host that are host specific. The OPNFV puppet modules are the only ones that need to be invoked onto a node.  They will call the other puppet modules we just installed. ​ The OPNFV modules require a bunch of global parameters to be set before puppet is invoked. ​ With Foreman we do this by setting global parameters and overriding those parameters per host that are host specific.
  
-If using puppet only you may want to create a site.pp file with your nodes in it and declare your variables there along with calls to the correct OPNFV class. ​ Each node should have the generic genesis class (trystack) along with genesis::​node_type (trystack::​node_type),​ where node_type is compute, controller_networker,​ or tempest.+If using puppet only you may want to create a [[https://​docs.puppetlabs.com/​learning/​agent_master_basic.html#​sitepp | site.pp]] file with your nodes in it and declare your variables there along with calls to the correct OPNFV class. ​ Each node should have the generic genesis class (trystack) along with genesis::​node_type (trystack::​node_type),​ where node_type is compute, controller_networker,​ or tempest.
  
 Then the global variables for OPNFV are as below. ​ For the sake of simplicity all passwords/​tokens can have the same value. Then the global variables for OPNFV are as below. ​ For the sake of simplicity all passwords/​tokens can have the same value.
Line 132: Line 132:
  
 ---- ----
- 
quickstack_opnfv_puppet_guide.txt ยท Last modified: 2015/03/09 22:43 by Tim Rozet