102. Instserver

Installation Server settings, input and output functions

102.1. Summary of Module Globals

List of Global Functions

  • Abort - Abort function

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

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

  • Instserver - Constructor

  • Modified - Prototypes

  • Modified - Data was modified?

  • Overview - Create an overview table with all configured data

  • Read - Read all instserver settings

  • SetupFTP - Setup FTP server

  • SetupHTTP - Setup HTTP server

  • SetupNFS - Setup NFS Server

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

  • Write - Write all instserver settings

  • WriteSLPReg - Write SLP configuration

  • configSetup - Create XML Configuration

  • createLinks - Create links

  • createOrderFiles - Create yast directory with ordr/instorder files

List of Global Variables

102.2. Global Functions

102.2.1. Abort

Abort function

Return value

  • boolean

102.2.2. Export

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

Return value

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

102.2.3. Import

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

Function parameters

  • map settings

Return value

  • boolean - True on success

102.2.4. Instserver

Constructor

Return value

  • void

102.2.5. Modified

Prototypes

Return value

  • boolean

102.2.6. Modified

Data was modified?

Return value

  • boolean - true if modified

102.2.7. Overview

Create an overview table with all configured data

Return value

  • list - table items

102.2.8. Read

Read all instserver settings

Return value

  • boolean - true on success

102.2.9. SetupFTP

Setup FTP server

Function parameters

  • string dir

  • string ftproot

  • string ftpalias

Return value

  • boolean

102.2.10. SetupHTTP

Setup HTTP server

Function parameters

  • string dir

  • string alias

Return value

  • boolean

102.2.11. SetupNFS

Setup NFS Server

Function parameters

  • string dir

  • string options

Return value

  • boolean

102.2.12. Summary

Create a textual summary and a list of unconfigured cards

Return value

  • list - summary of the current configuration

102.2.13. Write

Write all instserver settings

Return value

  • boolean - true on success

102.2.14. WriteSLPReg

Write SLP configuration

Function parameters

  • map<string,any> cm

Return value

  • boolean

102.2.15. configSetup

Create XML Configuration

Return value

  • void

102.2.16. createLinks

Create links

Function parameters

  • string dir

  • string product

  • list<string> files

Return value

  • list<string>

102.2.17. createOrderFiles

Create yast directory with ordr/instorder files

Function parameters

  • string dir

Return value

  • boolean - booelan

102.3. Global Variables

102.3.1. AbortFunction

Abort function return boolean return true if abort

102.3.2. modified

Data was modified?

102.4. Module Requirements

102.4.1. Module Imports

  • Call
  • IP
  • Message
  • Package
  • Popup
  • Progress
  • Report
  • SLP
  • Service
  • SuSEFirewall
  • Summary
  • XML

102.4.2. Module Includes

  • instserver/routines.ycp