EBUDevCon2013
From GarrettHoneycutt
(→VM's) |
|||
Line 14: | Line 14: | ||
== VMWare == | == VMWare == | ||
- | [ | + | [https://www.dropbox.com/s/f8gye5emd3fz5cl/centos-6.4-puppet-ebu-vmware.tar.bz2 https://www.dropbox.com/s/f8gye5emd3fz5cl/centos-6.4-puppet-ebu-vmware.tar.bz2] |
== VirtualBox == | == VirtualBox == | ||
- | [ | + | [https://www.dropbox.com/s/safyd1i5hfqknfb/centos-6.4-puppet-ebu-vbox.tar.bz2 https://www.dropbox.com/s/safyd1i5hfqknfb/centos-6.4-puppet-ebu-vbox.tar.bz2] |
= Slides = | = Slides = | ||
Will be released after the tutorial. | Will be released after the tutorial. |
Current revision as of 17:04, 14 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
https://www.dropbox.com/s/f8gye5emd3fz5cl/centos-6.4-puppet-ebu-vmware.tar.bz2
VirtualBox
https://www.dropbox.com/s/safyd1i5hfqknfb/centos-6.4-puppet-ebu-vbox.tar.bz2
Slides
Will be released after the tutorial.