Skip to content

Latest commit

 

History

History
97 lines (58 loc) · 5.74 KB

README.md

File metadata and controls

97 lines (58 loc) · 5.74 KB

PE_Kit

PE_Kit is a cross-platform (Linux and OSX) tool for demonstrating Puppet Enterprise quickly and with the minimal amount of technical knowledge possible. main screen

Documentation

Images

  • PE images exist privately but can't be distributed to the general public. If your interested, please register for Docker Hub and email me your Docker Hub username for access
  • You can download images from the Image screen (blue crate) by clicking the crate icon next to the image you want. Unfortunately this takes a while as the images are huge and there is no progress display right now. After downloading, you need to restart PE_Kit for the images to be usable.
  • For now, the best way to get images is to download on the command line, like this:
# login to the docker hub using your username and password (only has to be done once)
docker login

# Download the images (~4GB data - can take a while...)
docker pull geoffwilliams/pe_master_public_lowmem_r10k:2016.4.2-0
docker pull geoffwilliams/pe_agent_demo:2016-11-1_0

FAQ

Q: How did this get written?

A: PE_Kit started as a 2-day experiment at work, development continued over several evenings and weekends... because I thought it was a cool project and enjoyed working on it

Q: What technologies are used?

A: PE_Kit uses a combination of Python, Docker, Kivy and pre-installed Puppet Enterprise DockerHub images

Q: Can you write support for XYZ feature?

A: By all means open a ticket on the Issue Tracker. Since PE_Kit is developed in my spare time and pretty much does what I want it to now, I can't commit to adding new features so feel free to send a Pull Request.

Q: I found a bug!

A: Please report it on the Issue Tracker. To make troubleshooting easy, please include the details of how to reproduce the error and include the log messages from around the time the bug occurred. Log messages can be obtained by starting PE_Kit in a terminal and copying the relevant text or by clicking the Copy log messages to clipboard button on the menu screen.

Q: What is the support status of PE_Kit/Why wasn't my bug fixed?!

A: This project is not supported by Puppet Inc., although it works great for me. I'm developing it because I find it a useful tool but I have very little spare time and can't commit to any timeframe for fixing bugs that come up.

Q: Can I send you a Pull Request?

A: Sure! Please work on a feature branch and prepare your GitHub Pull Request in the usual way :)

Q: Where do I get images?

A: Unfortunately images cannot be shared outside of Puppet. You would have to use https://github.com/GeoffWilliams/puppet_docker_images/ to build a compatible image. After building, you will need to change the master_image setting in your ~/.pe_kit.cfg file, eg:

master_image=my_cool_pe_build

Q: Why are the images so huge?!

A: The images include an unpacked copy of the Puppet Enterprise installation media, agent software for all supported Puppet open-source agents and various other cool stuff, so yes they are somewhat large.

Q: Where is the image for version XYZ of Puppet Enterprise?

A: Images are created using my puppet docker image build script and are then uploaded to the DockerHub. I don't always get a chance to build and upload every image as this process takes a couple of hours and needs a fast internet connection (I need to be in the office). If you urgently need an image, you could try building it yourself and tagging it with my dockerhub prefix geoffwilliams/pe_master_public_lowmem_r10k_dockerbuild

Q: What do the crazy PE Master image tags mean?

A: PE Master images are tagged PE_VERSION-BUILD, eg 2016.1.2-2 refers to my second attempt at building PE 2016.1.2

Q: Why didn't you use Ruby? You suck!

A: I spent a good hour looking for a Ruby UI toolkit I liked and then gave up and used Kivy

Q: Python's too hard!

A: Take a teaspoon of concrete and harden up :P

Q: What's this Kivy thing?

A: Kivy is a modern, touch enabled GUI with great cross-platform support, allowing application developed with it to run on a range of devices including PC, Android and IOS

Q: Why does the GUI look so damn weird?

A: Kivy defaults to a black, grey and blue colour scheme which I think looks kinda cutting-edge and cool although others may disagree with me. It is apparently possible to change the colours or create your own artwork but this isn't something that I was interested in doing.

Q: Internet doesn't work inside any of the containers I booted (I'm using a MAC)?

A: Short answer:

docker-machine restart

Longer answer: You'r probably hitting this bug in boot2docker where changing wifi/networks on the main laptop doesn't change your DNS settings in /etc/resolv.conf within the boot2docker VM. Alternatively you may have altered the DNS server to use in /var/lib/boot2docker/profile inside the boot2docker machine. If so, make sure any DNS servers specified are reachable. That said, the agent and master are supposed to work without any internet connectivity, if you find this is not the case, please open a bug against PE_Kit.

Q: I get the error SEC_ERROR_REUSED_ISSUER_AND_SERIAL on firefox and I can't get past it.

A: Find and delete the file cert8.db in your firefox profile, then fully quit and restart Firefox. There doesn't seem to be another way