EBUDevCon2013
From GarrettHoneycutt
(Difference between revisions)
(→VM's) |
|||
Line 3: | Line 3: | ||
= VM's = | = VM's = | ||
+ | I use VMWare and then use a tool to convert to VirtualBox. Recommend using VMWare. | ||
+ | |||
<pre> | <pre> | ||
Username: root | Username: root | ||
Line 8: | Line 10: | ||
</pre> | </pre> | ||
- | Start a copy of the VM and ensure the network is working. You may need to fiddle with <tt>/etc/sysconfig/network-scripts/ifcfg-ethX</tt>. Once you have an IP, edit <tt>/etc/hosts</tt> and add it there. If all went well | + | Start a copy of the VM and ensure the network is working. You may need to fiddle with <tt>/etc/sysconfig/network-scripts/ifcfg-ethX</tt>. Once you have an IP, edit <tt>/etc/hosts</tt> and add it there. If all went well restart the puppet master with `service httpd restart` then run the puppet agent with `puppet agent -t`, which should run without any problems. |
+ | |||
== VMWare == | == VMWare == |
Revision as of 22:56, 13 November 2013
Contents |
About
- Puppet Tutorial - European Broadcasters Union - DevCon - Geneva, CH - 2013-11-18
VM's
I use VMWare and then use a tool to convert to VirtualBox. Recommend using VMWare.
Username: root Password: puppet
Start a copy of the VM and ensure the network is working. You may need to fiddle with /etc/sysconfig/network-scripts/ifcfg-ethX. Once you have an IP, edit /etc/hosts and add it there. If all went well restart the puppet master with `service httpd restart` then run the puppet agent with `puppet agent -t`, which should run without any problems.
VMWare
http://talks.garretthoneycutt.com/centos-6.4-puppet-ebu-vmware.tar.bz2
VirtualBox
Check back soon
Slides
Will be released after the tutorial.