aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Unconditionnal `exit 0`Eric Thibodeau2008-07-221-0/+2
|
* Switch to local fsscript for livecdEric Thibodeau2008-07-192-19/+8
| | | | - some easthetics cleanup
* Follow stateless.sh change to single rw dir mountEric Thibodeau2008-07-191-4/+4
|
* Change to using rootserver as static Auth. serverEric Thibodeau2008-07-193-15/+13
| | | | | | | | - We can't define multiple IP addresses for a single hostname and since a Beowulf Head node is multi-homed (by our current definition) we use rootserver, which is sent out by DHCP and parsed/set by stateless.sh. It is horrible but it works, as long as the DHCP server sends out the correct info. Fix: - authmaster keyword was blocking out code that it shouldn't Misc: - cleaned out useless code/comments
* Pulled in from releng instead of using it directly to have finer control ↵Eric Thibodeau2008-07-191-0/+79
| | | | over the liveCD's final environment
* We now setup ldap-auth for $NFSROOT at the end.Eric Thibodeau2008-07-191-2/+6
| | | | - This could easily applied to multiple roots (multiple arches)
* Added rwdev=tmpfs as per new stateless.shEric Thibodeau2008-07-192-2/+3
|
* Multiple fixes and feature additions:Eric Thibodeau2008-07-191-33/+26
| | | | | | | | | | | | | | Fix: - stderr misredirrection `>2 --> >&2` - Messages now display the scriptname and not just "STATELESS... - Now setting domainname in the right place Features: - now a single tmpfs folder is mounted and folders created under that folder, ** the function should be easy to modify if ever one was to mount another FS than tmpfs ** Kernel command line parameter now required, ie: rwdev=tmpfs Misc: - Cleaned out unused and commented code - Renamed some functions
* Switch to AuFS, USE nonfs4Eric Thibodeau2008-07-187-94/+2669
| | | | | AuFS module usage imlpies we're switching back to mainstream gentoo-sources nonfs4 already existed and is used by nfs-utils...we'll tag along
* Cleanup and nfs4 to nonfs4 USE flag changeEric Thibodeau2008-07-182-5/+13
|
* Added module selectability (unionfs Vs aufs)Eric Thibodeau2008-07-181-10/+18
|
* NFSv4 provisionningEric Thibodeau2008-07-152-0/+5
|
* NFSv4 provisionningEric Thibodeau2008-07-154-31/+30
|
* Corrected /etc/hosts creation errorEric Thibodeau2008-07-151-1/+1
|
* Added nfs USE flags used by AuFSEric Thibodeau2008-07-152-1/+7
|
* Streamlined (minimized) node kernel, forcing NFSv4 as the only version availableEric Thibodeau2008-07-151-188/+124
|
* Added --test to cluster-setup to speed up the dev cycleEric Thibodeau2008-07-151-1/+18
|
* Set a+x perm on cluster-setup scriptEric Thibodeau2008-07-101-0/+0
|
* New cluster-setup script to be runned by the user on LiveCD bootupEric Thibodeau2008-07-1010-12/+134
| | | | | | | | | Corrected many OpenRC bootup sequences and quirks --Thanks to Uber(lord) (Roy Maples) for quick fixes --NFSroot system now boots up quickly **There are still a few error messages on shutdown that will be adressed in later versions of OpenRC --> ref: http://bugs.marples.name/show_bug.cgi?id=98 beowulf-head/beowulf-head automated script corrections
* Corrected a typo as per http://bugs.gentoo.org/show_bug.cgi?id=230968Eric Thibodeau2008-07-101-1/+1
|
* NFSroot now boots cleanly (almost)Eric Thibodeau2008-07-0815-33/+3026
| | | | | | | | | | | | | | - sshd keys generated in catalyst run - runlevel scripts cleaned out for a smoother boot * shutdown and reboots are still unclean, OpenRC needs to ignore useless tasks (given it's an ro ROOT) * still need to resolve the "Caching service dependencies" at boot time (very slow) Updated HOWTOs for merging nfsroot and livecd into a single ISO, currently incomplete: - Added AUFS to livecd, needs to be configured to mount nfsroot as rw for the beaowulf-head config script to function - Once AUFS is functionnal, we can start testing the booting of nodes off the livecd! ** Vmware is being used and is causing some problems: -- e1000 emulation is so good we're getting kernel module problems (irq related...is it the module or VMware...) -- found out how to disable DHCP on the local virtual net (thanks go to Demosthenes on gentoo-server): simply delete the files in /etc/vmware/vmnet1/dhcpd/ and the VMWare dhcpd won't start.
* livecd-tools password patchEric Thibodeau2008-07-087-3/+90
| | | | | Notes on kernel's config Correct beowulf-head's creation of the pxelinux.cfg/default file
* Refine openrc booting of NFSrootEric Thibodeau2008-07-083-8/+71
| | | | | | | | | | - booting is still too slow with excessive "Caching service dependencies" Genkernel mangling: - change nfsroot spec file so genkernel manages links in boot - keep getting 'FATALL could not load /lib/modules/2.6.26.../modules.dep' livecd-tools - created a patch to support the password= undocumented feature correctly - looked into the dialog approach to net-config scripts, will be sourcing on those later
* Removed local livecd.sh, we rely on releng to do a good job ;)Eric Thibodeau2008-07-073-69/+2
|
* Removed an unused test overlayEric Thibodeau2008-07-051-1/+1
|
* stateless.sh reWORK (nfs nodes now boot)Eric Thibodeau2008-07-059-44/+316
| | | | Imported sci-chemistry/gromacs from Bug 193532
* Added quick NFSroot HOWTOEric Thibodeau2008-07-042-0/+21
|
* NFSroot stage4 + automatic configs and correction on LiveCD(master node) and ↵Eric Thibodeau2008-07-0441-113/+3349
| | | | much much more ;)
* Correct bgus in the ebuilds (incomplete variable changes)Eric Thibodeau2008-07-034-3/+22
| | | | Add compensation for missing dirs on LiveCD (openldap ebuild not creating /var/run/openldap ...bug?)
* "##DISPLAY_MANAGER" --> hardcoded to "gdm" in motdEric Thibodeau2008-07-031-1/+1
|
* livecd-stage2 is now of type generic-livecd and does not start X by defaultEric Thibodeau2008-07-034-10/+13
| | | | Corrected a few config file path changes into /etc/gentoo/
* Added to livecd: net-nds/openldap, sys-cluster/beowulf-head, ↵Eric Thibodeau2008-07-027-0/+214
| | | | | | | net-nds/ldap-auth, sys-cluster/openmpi, app-admin/eselect-cblas, app-admin/eselect-blas, app-admin/eselect-lapack Added custom MOTD with basic setup instructions Imported a few template files and some scripts from releng to be modified shortly.
* Fixed openldap built with minimal + added clustering profile to livecd-stage1Eric Thibodeau2008-07-029-83/+123
|
* Adding LiveCD-HOWTOEric Thibodeau2008-07-021-0/+63
|
* Path correction to .spec files and added LiveCD-HOWTOEric Thibodeau2008-07-025-6/+6
|
* Initial commitEric Thibodeau2008-07-0131-0/+1373