Support functions for installation via images
List of Global Functions
CleanTemporaryImage - UnDeploy an image temporarily (if possible, only for the FS images)
DeployImage - Deploy an image
DeployImageTemporarily - Deploy an image temporarily (just mount if possible)
DeployImages - Deploy all images
FileSystemCopy - Copy a subtree, limit to a single filesystem
FillUpImagesDetails - Loads non-mandatory details for every single selected image.
FindImageSet - Find a set of images which suites selected patterns
ImageOrder - Order of images to be deployed
ImagesToUse - Returns map with description which images will be used
SetRepo - Set the repository to get images from
StoreAllChanges - Function stores all new/requested states of all handled/supported types.
SwMgmtImage - Name of image containing software management metadata (if exists)
List of Global Variables
UnDeploy an image temporarily (if possible, only for the FS images)
Function parameters
string id
string target
Return value
boolean - true on success
Deploy an image
Function parameters
string id
string target
Return value
boolean - true on success
Deploy an image temporarily (just mount if possible)
Function parameters
string id
string target
Return value
boolean - true on success
Deploy all images
Function parameters
list<string> images
string target
Return value
boolean
Copy a subtree, limit to a single filesystem
Function parameters
string from
string to
integer progress_start
integer progress_finish
Return value
boolean - true on success
Loads non-mandatory details for every single selected image.
Return value
boolean
Find a set of images which suites selected patterns
Function parameters
list<string> patterns
Return value
boolean - true on success or when media does not contain any images
Order of images to be deployed
Return value
list<string> - a list of images definint the order
Returns map with description which images will be used
Return value
map - with description
$[ "deploying_enabled" : boolean, "images" : returned by GetCurrentImages() ]
See also:
GetCurrentImages()
Set the repository to get images from
Function parameters
integer repo
Return value
void
Function stores all new/requested states of all handled/supported types.
Return value
void
See also:
all_supported_types
objects_state