Template: open-infrastructure-compute-tools/title Type: title _Description: compute-tools: Setup Template: open-infrastructure-compute-tools/machines-directory Type: string Default: /var/lib/machines _Description: machines directory: Please specify the directory that will be used to store the containers. . If unsure, use /var/lib/machines (default) or /srv/container/system when using shared storage. Template: open-infrastructure-compute-tools/config-directory Type: string Default: /etc/compute-tools/config _Description: config directory: Please specify the directory that will be used to store the container configuration files. . If unsure, use /etc/compute-tools/config (default) or /srv/container/config when using shared storage. Template: open-infrastructure-compute-tools/debconf-directory Type: string Default: /etc/compute-tools/debconf _Description: debconf directory: Please specify the directory that will be used to store the container preseed files. . If unsure, use /etc/compute-tools/debconf (default) or /srv/container/debconf when using shared storage. Template: open-infrastructure-compute-tools/hooks-directory Type: string Default: /etc/compute-tools/hooks _Description: hooks directory: Please specify the directory that will be used to store the container hooks. . If unsure, use /etc/compute-tools/hooks (default) or /srv/container/hooks when using shared storage. Template: open-infrastructure-compute-tools/keys-directory Type: string Default: /etc/compute-tools/keys _Description: keys directory: Please specify the directory that will be used to store the container keys for verifying container image downloads. . If unsure, use /etc/compute-tools/keys (default) or /srv/container/keys when using shared storage. Template: open-infrastructure-compute-tools/cache-directory Type: string Default: /var/cache/container _Description: cache directory: Please specify the directory that will be used to cache files during creation of containers. . If unsure, use /var/cache/container (default) or /srv/container/cache when using shared storage. Template: open-infrastructure-compute-tools/directory-permissions Type: select Choices-C: 0700, 0755 Choices: root-only, read-only Default: root-only _Description: Do you want system-wide readable container directories? By default, the machines directory (and a few non-critical additional directories such as 'cache' and 'config') is only readable by the root user. If you want any user to be able to see what machines are available, you can select read-only instead of root-only (default). . If unsure, leave at root-only (default). Template: open-infrastructure-compute-tools/build-script Type: select Choices: ${SCRIPT_CHOICES} Default: debian _Description: default build script: Please select the script that will be used by default to create containers. . If unsure, use debian (default). Template: open-infrastructure-compute-tools/irc Type: string Default: _Description: IRC notifications: The container command can send IRC notifications via irker to one or more (whitespace separated) IRC channels. . The following example will send IRC notifications to the open-infrastructure channel on irc.oftc.net: . irc://irc.oftc.net:6668/open-infrastructure . If unsure, leave empty (default).