-
Notifications
You must be signed in to change notification settings - Fork 23
Adding additional nodes
The controlrepo includes sample hiera data for additional nodes, including dhcp (10.0.1.254), build (10.0.1.10), and yumrepo (10.0.1.252). Any files required are in lab_config. There is also a role for webserver, which does not require any hiera configuration. As with the DNS node, you can deploy these services by creating a node with the same name as the role, with an optional trailing number, i.e. webserver02, build1, or dhcp.
After you create the yum repo, change the 'lab' repo in manifests/base.pp to enable => 1,
in order to use it.
With your base lab nodes in place, you can now start using the lab. Create your own roles or use the lab as a testbed for proof of concepts. I would to hear how you use your lab, find me on twitter or open an issue!