To report a bug or suggest a feature please raise an issue in our public
JIRA.
If you use IntelliJ IDEA or Eclipse check out the new (and free)
IDE Connector. Right click
access
to FishEye, full Crucible review support, plus Bamboo builds and JIRA issues inside your
IDE.
You are running
Crucible 2.2.0 with
FishEye 2.2.0
(build-465 2010-02-17)
If you are experiencing any issues, please contact your administrator. You may also want to
browse the
documentation
or
search the
support forums. Still stuck? You can start a
support
ticket at support.atlassian.com or raise a bug or
feature request at jira.atlassian.com.
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.
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.
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.
Fix regression in RHEL imaged provisioning. Also added the following modules 'crypto_api', 'xfrm_nalgo' and 'ipv6' that the 'bonding' module for RHEL depends on (though not required for SLES).
Package 'insserv' need not be listed in the package list for SLES imaged nodes. It will be installed implicitly as a dependency by other packages. Leaving it in the package list will result in ngedit trying to remove that package since it does not show up in the Optional Packages screen. It does not show up in that screen because it is one of base kit's packages, i.e. not an optional package.
Speed up cfmclient on firstboot of compute nodes by checking for the existence of the package to install first. If the package does not exist, then we call zypper/yum accordingly.
First cut at sles imaging. Enable imaged nodegroup for SLES. Update dispatcher_dict to include packages and kernel modules for imaged (and diskless). Update various tools like kusu-buildinitrd.py, kusu-buildimage.py, mkinitrd-templates, etc. to build the initrd and images needed for SLES imaged nodes. Updated imageinit.sh and imageinit.py to make them work for SLES as well. Added convenience relation network.nodegroups in database.py. Note: SLES diskless is not tested and not supported yet.