49. Cluster

49.1. Authors

    49.2. Summary of Module Globals

    List of Global Functions

    • Abort - Abort function

    • AutoPackages - Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

    • Export - Dump the cluster settings to a single map (For use by autoinstallation.)

    • Import - Get all cluster settings from the first parameter (For use by autoinstallation.)

    • Modified - Prototypes

    • Modified - Data was modified?

    • Overview - Create an overview table with all configured cards

    • Read - Read all cluster settings

    • SetModified - Mark as modified, for Autoyast.

    • SetWriteOnly - Set write_only flag (for autoinstalation).

    • Summary - Create a textual summary and a list of unconfigured cards

    • Write - Write all cluster settings

    • WriteOnly -

    List of Global Variables

      49.3. Global Functions

      49.3.1. Abort

      Abort function

      Return value

      • boolean - return true if abort

      49.3.2. AutoPackages

      Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

      Return value

      • map - with 2 lists.

      49.3.3. Export

      Dump the cluster settings to a single map (For use by autoinstallation.)

      Return value

      • map - Dumped settings (later acceptable by Import ())

      49.3.4. Import

      Get all cluster settings from the first parameter (For use by autoinstallation.)

      Function parameters

      • map settings

      Return value

      • boolean - True on success

      49.3.5. Modified

      Prototypes

      Return value

      • boolean

      49.3.6. Modified

      Data was modified?

      Return value

      • boolean - true if modified

      49.3.7. Overview

      Create an overview table with all configured cards

      Return value

      • list - table items

      49.3.8. Read

      Read all cluster settings

      Return value

      • boolean - true on success

      49.3.9. SetModified

      Mark as modified, for Autoyast.

      Function parameters

      • boolean value

      Return value

      • void

      49.3.10. SetWriteOnly

      Set write_only flag (for autoinstalation).

      Function parameters

      • boolean value

      Return value

      • void

      49.3.11. Summary

      Create a textual summary and a list of unconfigured cards

      Return value

      • list - summary of the current configuration

      49.3.12. Write

      Write all cluster settings

      Return value

      • boolean - true on success

      49.3.13. WriteOnly

      Return value

      • boolean - true if module is marked as "write only" (don't start services etc...)

      49.4. Global Variables

      49.5. Module Requirements

      49.5.1. Module Imports

      • Message
      • PackageSystem
      • Progress
      • Report
      • SuSEFirewall
      • Summary

      49.5.2. Module Includes