ovirt-node 2.2.0 release
[ovirt-node.git] / scripts / node-config
blob0b37118def8415640d2a994d6f73ce48121a9bfc
1 # node configuration
3 # defines the node's runtime mode, unless overridden
4 # on the kernel command line
5 # allowed values are:
6 #  ovirt   - managed by an oVirt management server
7 #  none    - standalone, unmamanged mode
8 #  managed - managed by another server type
9 OVIRT_RUNTIME_MODE="none"
11 # the management server hostname or address
12 OVIRT_MANAGEMENT_SERVER=""
14 # the maangement server port
15 OVIRT_MANAGEMENT_PORT=""
17 # the keytab directory
18 KEYTAB_FILE=/etc/libvirt/krb5.tab