104. Instserver

Installation Server settings, input and output functions

104.1. Authors

  • Anas Nashif <nashif@suse.de>

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

104.3. Global Functions

104.3.1. Abort

Abort function

Return value

  • boolean

104.3.2. Export

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

Return value

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

104.3.3. Import

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

Function parameters

  • map settings

Return value

  • boolean - True on success

104.3.4. Instserver

Constructor

Return value

  • void

104.3.5. Modified

Prototypes

Return value

  • boolean

104.3.6. Modified

Data was modified?

Return value

  • boolean - true if modified

104.3.7. Overview

Create an overview table with all configured data

Return value

  • list - table items

104.3.8. Read

Read all instserver settings

Return value

  • boolean - true on success

104.3.9. SetupFTP

Setup FTP server

Function parameters

  • string dir

  • string ftproot

  • string ftpalias

Return value

  • boolean

104.3.10. SetupHTTP

Setup HTTP server

Function parameters

  • string dir

  • string alias

Return value

  • boolean

104.3.11. SetupNFS

Setup NFS Server

Function parameters

  • string dir

  • string options

Return value

  • boolean

104.3.12. Summary

Create a textual summary and a list of unconfigured cards

Return value

  • list - summary of the current configuration

104.3.13. Write

Write all instserver settings

Return value

  • boolean - true on success

104.3.14. WriteSLPReg

Write SLP configuration

Function parameters

  • map<string,any> cm

Return value

  • boolean

104.3.15. configSetup

Create XML Configuration

Return value

  • void

104.3.16. createLinks

Create links

Function parameters

  • string dir

  • string product

  • list<string> files

Return value

  • list<string>

104.3.17. createOrderFiles

Create yast directory with ordr/instorder files

Function parameters

  • string dir

Return value

  • boolean - booelan

104.4. Global Variables

104.4.1. AbortFunction

Abort function return boolean return true if abort

104.4.2. modified

Data was modified?

104.5. Module Requirements

104.5.1. Module Imports

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

104.5.2. Module Includes

  • instserver/routines.ycp