47. CasaAts

47.1. Authors

    47.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 casa-ats settings to a single map (For use by autoinstallation.)

    • Import - Get all casa-ats 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 casa-ats settings

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

    • Write - Write all casa-ats settings

    List of Global Variables

    47.3. Global Functions

    47.3.1. Abort

    Abort function

    Return value

    • boolean - return true if abort

    47.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.

    47.3.3. Export

    Dump the casa-ats settings to a single map (For use by autoinstallation.)

    Return value

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

    47.3.4. Import

    Get all casa-ats settings from the first parameter (For use by autoinstallation.)

    Function parameters

    • map settings

    Return value

    • boolean - True on success

    47.3.5. Modified

    Prototypes

    Return value

    • boolean

    47.3.6. Modified

    Data was modified?

    Return value

    • boolean - true if modified

    47.3.7. Overview

    Create an overview table with all configured cards

    Return value

    • list - table items

    47.3.8. Read

    Read all casa-ats settings

    Return value

    • boolean - true on success

    47.3.9. Summary

    Create a textual summary and a list of unconfigured cards

    Return value

    • list - summary of the current configuration

    47.3.10. Write

    Write all casa-ats settings

    Return value

    • boolean - true on success

    47.4. Global Variables

    47.4.1. Settings

    Settings Map

    47.4.2. modified

    Data was modified?

    47.4.3. proposal_valid

    47.4.4. write_only

    Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

    47.5. Module Requirements

    47.5.1. Module Imports

    • FileUtils
    • Message
    • Progress
    • Report
    • Service
    • SuSEFirewall
    • Summary

    47.5.2. Module Includes