Revision fe35958e snfOCCI/config.py

b/snfOCCI/config.py
1 1
SERVER_CONFIG = {
2 2
    'port': 8888,
3
    'hostname': '',
4
    'compute_arch': ''
3
    'hostname': '$vm_hostname$',
4
    'compute_arch': 'x86'
5 5
    }
6 6

  
7 7
KAMAKI_CONFIG = {
8
    'compute_url': ''
8
    'compute_url': 'https://cyclades.okeanos.grnet.gr/compute/v2.0/',
9
    'astakos_url': 'https://accounts.okeanos.grnet.gr/identity/v2.0/'
9 10
}
10 11
        
11
    
12
VOMS_CONFIG = {
13
    'enable_voms' : 'True',           
14
    'voms_policy' : '/etc/snf/voms.json',
15
    'vomsdir_path' : '/etc/grid-security/vomsdir/',
16
    'ca_path': '/etc/grid-security/certificates/',
17
    'cert_dir' : '/etc/ssl/certs/',
18
    'key_dir' : '/etc/ssl/private/'               
19
}

Also available in: Unified diff