EBUDevCon2013
From GarrettHoneycutt
(→VM's) |
(→VM's) |
||
Line 10: | 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 restart | + | 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 postgresql, puppetdb, and httpd with `service postgresql restart; service puppetdb restart; service httpd restart`, then run the puppet agent with `puppet agent -t`, which should run without any problems. Postgresql lies a bit about its status and reports as running even though the database itself has yet to start up. |
Line 17: | Line 17: | ||
== VirtualBox == | == VirtualBox == | ||
- | + | [http://talks.garretthoneycutt.com/centos-6.4-puppet-ebu-vbox.tar.bz2 http://talks.garretthoneycutt.com/centos-6.4-puppet-ebu-vbox.tar.bz2] | |
= Slides = | = Slides = | ||
Will be released after the tutorial. | Will be released after the tutorial. |
Revision as of 23:05, 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 postgresql, puppetdb, and httpd with `service postgresql restart; service puppetdb restart; service httpd restart`, then run the puppet agent with `puppet agent -t`, which should run without any problems. Postgresql lies a bit about its status and reports as running even though the database itself has yet to start up.
VMWare
http://talks.garretthoneycutt.com/centos-6.4-puppet-ebu-vmware.tar.bz2
VirtualBox
http://talks.garretthoneycutt.com/centos-6.4-puppet-ebu-vbox.tar.bz2
Slides
Will be released after the tutorial.