djeep
djeep copied to clipboard
simple pxe bootstrapping
Create the installation directories if they do not already exist.
When the tag is at the end of the line, the following error gets thrown: bad dhcp-range at line 7 of /etc/dnsmasq.conf
An ubuntu image will need to be debootstrap'd and exported via nfs on the djeep server. The nfs export path will need to be set as the nfsroot_image_path configuration variable....
Specifically, we are working on adding a discovery image kick target, though the more general, the better. This could fit well with https://github.com/rcbops/djeep/issues/29 Galstrom will be working on this.
It'd be ideal to be able to make use of the more recent versions of DJango. I don't know how easy it will be to merge the updates in?
It'd be great to be able to add other DNS records, such as CNAME records and other A records.
In order to ensure that fqdn's resolve, site.domainname should be written to dnsmasq.conf whenever the file is rewritten. If site.domainname is my.test.lab, then the line for dnsmasq.conf is: domain=my.test.lab For...
It'd be ideal to have DJeep run as a non-root user. It's probably best to configure it behind Apache as a wsgi application too. It'd be great if someone could...