summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update READMEMartin Schwenke2012-05-221-107/+44
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Remove --with_release and with_release()Martin Schwenke2012-05-221-35/+0
| | | | | | This is no longer of any value. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Changed default NODES setting to "sofs_front:0-3 rhel_base:4"Martin Schwenke2012-05-221-1/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Remove CIFSNAME configuration variable.Martin Schwenke2012-05-222-4/+0
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Default domain is now example.comMartin Schwenke2012-05-222-4/+4
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Add RHEL 5.8 ISOMartin Schwenke2012-05-221-0/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Remove old SoFS-releated filesMartin Schwenke2012-05-2216-590/+1
| | | | | | | | | | | kickstart-SoFS.cfg is superceded by gpfs-nas-kickstart.cfg, which is now the default. SoFS-postinstall.sh is superceded by gpfs-nas-postinstall.cfg. The contents of releases/ and imacros/ are no longer of any value. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Merge remote-tracking branch 'amitay/master'Martin Schwenke2012-05-225-10/+73
|\
| * Add script to setup Samba4 AD serverAmitay Isaacs2012-05-222-0/+71
| | | | | | | | | | | | It provisions Samba AD instance for DOMAIN, uses INTERNAL dns server. Signed-off-by: Amitay Isaacs <amitay@gmail.com>
| * Exclude samba and ctdb packages from RHEL repoAmitay Isaacs2012-05-213-10/+2
| | | | | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com>
* | Add create_cluster.sh example scriptMartin Schwenke2012-05-091-0/+62
| | | | | | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* | Update public address generation function make_public_addresses()Martin Schwenke2012-05-091-43/+2
| | | | | | | | | | | | | | | | | | * Don't generate public address config for eth0. * Change notation used for arithmetic expansion - $[ ... ] form is deprecated. * Delete make_public_addresses_old(). Signed-off-by: Martin Schwenke <martin@meltin.net>
* | Add openssl-devel to RHEL6-no-desktop.packagesMartin Schwenke2012-05-081-0/+1
|/ | | | | | GPFS needs it. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Version 0.2Martin Schwenke2012-05-071-1/+1
| | | | | | There are enough recent improvements to warrant this... Signed-off-by: Martin Schwenke <martin@meltin.net>
* New option DISK_FOLLOW_SYMLINKSMartin Schwenke2012-05-074-7/+27
| | | | | | | | | | | | If DISK_FOLLOW_SYMLINKS=yes then for any disk image paths that are a symlink, follow the symlink when creating the image. This allows disk images to be reorganised, perhaps across several disks, and replaced with symlinks. On the next cluster creation the symlinks will be respected and the layout of disk images will be maintained. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Devel additions to RHEL6 package listsMartin Schwenke2012-05-072-0/+5
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* NFS client setup fixesMartin Schwenke2012-05-074-7/+9
| | | | | | | | | Install nfs-utils on RHEL6. Enable nfslock in the basic postinstall - NFS client functionality is used on client nodes and not just on cluster nodes. Signed-off-by: Martin Schwenke <martin@meltin.net>
* templates - gpfs-nas-postinstall.sh should install nfs-utilsMartin Schwenke2012-05-021-0/+3
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Fix 2 bugs in rhel_disk_prefix()Martin Schwenke2012-05-011-3/+3
| | | | | | | | | * Needs to work for "iscsi", since this is used for shared disks too. * Error message referred to SYSTEM_DISK_TYPE rather than generic disk type passed in $1. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Change default SHARED_DISK_TYPE=virtioMartin Schwenke2012-05-011-1/+1
| | | | | | SCSI not supported on RHEL, so change to a default that is supported. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Change default SYSTEM_DISK_TYPE=ideMartin Schwenke2012-05-011-1/+1
| | | | | | | | | SCSI not supported on RHEL, so change to a default that is supported. Remember that virtio system disks won't work with useful caching... although I haven't test that lately. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Change default NFS share specified by NFSSHARE and NFS_MOUNTPOINT to /homeMartin Schwenke2012-05-011-2/+2
| | | | | | | I never used the old default. Sharing /home seems like a much better idea since cluster nodes almost certainly don't need their own /home. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Added RHEL5-minimal.packages template to allow building minimal nodesMartin Schwenke2012-04-241-0/+24
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Merge remote-tracking branch 'amitay/master'Martin Schwenke2012-03-2810-634/+83
|\
| * Add AUTH_METHOD config variable for authenticationAmitay Isaacs2012-03-052-1/+9
| | | | | | | | possible values are files (default), winbind
| * Add ctdb plugin for creating /etc/ctdb/public_addressesAmitay Isaacs2012-03-054-1/+43
| |
| * Change public addresses output format from make_public_addresses()Amitay Isaacs2012-03-053-2/+18
| | | | | | | | | | | | @@@PUBLIC_ADDRESSES@@@ will be replaced with firstip,num_ips,iface firstip,num_ips,iface ...
| * Remove unused script and config fileAmitay Isaacs2012-03-052-627/+0
| |
| * Update /etc/krb5.conf using configured domainAmitay Isaacs2012-03-052-2/+10
| |
| * Add packages for basic kerberos toolsAmitay Isaacs2012-03-051-0/+1
| |
| * Use workgroup rather than cluster name as samba workgroupAmitay Isaacs2012-03-051-1/+1
| |
| * uuid support required for building samba4Amitay Isaacs2012-03-051-0/+1
| |
* | Add support for SYSTEM_DISK_FORMAT="mmclone"Martin Schwenke2012-03-282-1/+8
|/ | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Allow umount as well as unmount.Martin Schwenke2012-03-021-2/+2
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Fix a really stupid typo in the loopback mount code.Martin Schwenke2012-03-021-1/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* New SYSTEM_DISK_ACCESS_METHOD "guestmount" - now the default if installedMartin Schwenke2012-03-022-3/+150
| | | | | | | | This uses the libguestfs-mount fuse magic on Red Hat. The real advantage over guestfish is that "autocluster mount" gives you a real mountpoint where you can browse the filesystem. Signed-off-by: Martin Schwenke <martin@meltin.net>
* autocluster script should find $installdir even if script is a symlinkMartin Schwenke2012-02-091-3/+6
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Fix typo in some error messagesMartin Schwenke2012-02-091-6/+6
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Merge remote-tracking branch 'amitay/master'Martin Schwenke2012-02-0910-12/+46
|\
| * Remove auth_type from templatesAmitay Isaacs2012-02-071-1/+1
| |
| * Added packages required for gpfs rpmsAmitay Isaacs2012-02-061-0/+2
| |
| * Add package required for building samba rpmsAmitay Isaacs2012-02-061-0/+1
| |
| * Fix NFS mount line in /etc/fstabAmitay Isaacs2012-02-011-1/+1
| |
| * Add hooks to remove files and remove 70-persistent-net.rulesAmitay Isaacs2012-02-013-0/+14
| | | | | | | | | | This file might exist if the base has been booted and the cluster created afterwards.
| * Store guestfish PID for unmounting guestfish sessionsAmitay Isaacs2012-02-011-0/+8
| |
| * Calculate SHARED_DISK_PREFIX automaticallyAmitay Isaacs2012-02-012-6/+15
| |
| * Fix disk naming for mix ide/scsi system/shared disksAmitay Isaacs2012-02-011-1/+1
| |
| * Specify netmask (/24) when configuring interfaceAmitay Isaacs2012-01-301-1/+1
| |
| * Add missing type option for qemu driverAmitay Isaacs2012-01-301-1/+1
| |
| * Update autocluster git repo urlAmitay Isaacs2012-01-301-1/+1
| |