Statistics
| Branch: | Tag: | Revision:

root / image_creator / help / image_properties.rst @ 1d413d1e

History | View | Annotate | Download (1.1 kB)

1
Image properties with special meaning
2
=====================================
3

    
4
Properties used during image deployment
5
---------------------------------------
6
 - OSFAMILY={linux, windows}
7
     This specifies whether this is a Linux or a Windows image.
8
 - ROOT_PARTITION=n
9
     The partition number of the root partition.
10
 - USERS="username1 username2..."
11
     This is a space-seperated list of users, whose password will
12
     be reset during deployment.
13
 - SWAP=<n>:<size>
14
     If this property is present, cyclades will create a swap
15
     partition with given size at the end of the instance's disk.
16
     This property only makes sense for Linux images.
17

    
18
Properties used by the ~okeanos User Interface
19
----------------------------------------------
20
 - OS
21
     The value of this property is used to associate the image
22
     with an Operating System Logo.
23
 - DESCRIPTION
24
     A short description about the image.
25
 - SIZE
26
     This is used by the UI to compute the image copy progress
27
     during deployment.
28
 - GUI
29
     Short description about the Graphical User Interface the
30
     image hosts.
31
 - KERNEL
32
     The kernel version of the image OS.