Statistics
| Branch: | Tag: | Revision:

root / settings.d / 10-backend.conf @ 9da33f32

History | View | Annotate | Download (497 Bytes)

1
# -*- coding: utf-8 -*-
2
#
3
# Ganeti backend configuration
4
###################################
5

    
6
# The RAPI endpoint and associated credentials to use
7
# for talking to the Ganeti backend.
8
GANETI_MASTER_IP = "62.217.120.78"
9
GANETI_CLUSTER_INFO = (GANETI_MASTER_IP, 5080, "synnefo", "ocean!")
10

    
11
# This prefix gets used when determining the instance names
12
# of Synnefo VMs at the Ganeti backend.
13
# The dash must always appear in the name!
14
BACKEND_PREFIX_ID = "snf-"
15

    
16
GANETI_OS_PROVIDER = "image+default"