OCS

  • Filter
Chew Meng Kuan

committed 3638 to OCS

09:57
Add mptspi module to list of sles kernel modules passed to mkinitrd. The mptspi module is needed for SCSI controllers used in VMware environments.
Kunal Chowdhury

committed 3637 to OCS

15 Mar
Removed unused spec file remnant
Chew Meng Kuan

committed 3636 to OCS

15 Mar
First stab at cleaning up imageinit.py. More to be done.
- Rename one of the classes from ImagedNodeConfiger to NodeConfigurator.
- Refactor the name of the logfile used into variable IMAGEINIT_LOGFILE.
- Update the descriptions of various methods. Remove unnecessary method signature in the method descriptions.
- Use the 'if __name__ ==' trick so that we can load imageinit.py as a module to test out the classes if necessary instead of having everything execute on loading.

Chew Meng Kuan

committed 3633 to OCS

15 Mar
Imaged node need resmgr package to be installed. Otherwise user will not be able to login via the node's console as the pam_resmgr.so module will be missing.
Chew Meng Kuan

committed 3632 to OCS

15 Mar
- Suppress stderr when untar-ing the image file. This is needed so that the compute node's console is not flooded with harmless messages about files bearing a timestamp in the future (which sometimes happen when compute node's system time is out of sync with installer's).
- imageinit.log file is now moved to /newroot/root instead of /newroot/tmp.
- Flush file system buffers before unmounting partitions. Without this, the imageinit.log file does not get moved to /newroot/root properly.
- When building the image file for the imaged nodegroup, use a TEMPORARY yast source that points to the local filesystem. When the imaged node is actually being provisioned, this TEMPORARY source will be replaced with the actual repo URL pointing to the installer.
Kailash Sethuraman

committed 3631 to OCS

15 Mar
Updte ofed_dell.conf to exclude iser
Kunal Chowdhury

committed 3630 to OCS

12 Mar
Problem 145791. Fixed broken build from rev 3628. Plugin File names were updated to match the component names in the previous fix committed in rev 3628. But, kit spec file was not updated with the changes. Updated plugin file names in kit spec file to the actual file names in this fix.
Xing Sheng Feng

committed 3627 to OCS

12 Mar
Fix bug#145689: [PCM1.2b/diskless] Can not install dell om.tar.gz on diskless compute node, as there is no wget command by default on diskless node
Chew Meng Kuan

committed 3626 to OCS

12 Mar
Correct the hardcoding of the S04KusuImage.rc.py message in changeset 3625. Make it conditional on the existence of imaged and diskless nodegroups.
Chew Meng Kuan

committed 3625 to OCS

12 Mar
Since only SLES imaged nodes are supported (i.e. only imaged nodegroup is created and not the diskless nodegroup), update the message of the script S04KusuImage.rc.py accordingly.
Tsai Li Ming

committed 3624 to OCS

12 Mar
Disable private hostname entry in installer when there's only provision network(s)

Reviewed in http://svn.osgdc.org/cru/PCMSTD-REVIEW-298

Ang Yun Quan

committed 3623 to OCS

11 Mar
Dell-specific changes. remove libcxgb3, libcxgb3-devel and libcxgb3-debuginfo packages for PCM 1.2b.
Xing Sheng Feng

committed 3622 to OCS

11 Mar
Fix bug#142502: [PCM 1.2b]Fail to install exim which is required by Dell-driver
Qin Guan

committed 3618 to OCS

10 Mar
fix for 144546, set initial value of rack to None instead of 0
Chew Meng Kuan

committed 3614 to OCS

10 Mar
Add 'binutils environment-modules make patch python-elementtree' to the list of packages installed for SLES imaged node. These might be useful later on and are installed on a RHEL imaged node.
Chew Meng Kuan

committed 3613 to OCS

10 Mar
Add 'usbcore ohci_hcd ehci_hcd uhci_hcd dm_snapshot dm_mod' modules to the list of modules passed to mkinitrd for SLES after comparing with a RHEL imaged node. For some reason mkinitrd in SLES is not able to figure out the root device nor the additional modules needed, hence the need to specify them manually.
Chew Meng Kuan

committed 3612 to OCS

10 Mar
Add a stop action to the name_eths init script which does nothing. This helps to get rid of the error message that the name_eths init script generates when it is issued a stop action during shutdown/reboot.
Kunal Chowdhury

committed 3611 to OCS

10 Mar
Updated installer kits screen base kit version to 1.2b and capitalized Base and Ntop kit names. Updated the displayed netedit display version to 1.2b.