| 514 |
gpierre |
1 |
; This configuration file defines access details to an OpenNebula installation
|
|
|
2 |
|
| 526 |
gpierre |
3 |
|
|
|
4 |
; This variable should contain the absolute path of file
|
|
|
5 |
; "opennebula-manager-user-data". This should normally be in your the
|
|
|
6 |
; same directory as the current file.
|
| 514 |
gpierre |
7 |
user_data_file = ""
|
| 526 |
gpierre |
8 |
|
|
|
9 |
; OCCI defines 3 standard instance types: small medium and large. This
|
|
|
10 |
; variable should choose one of these.
|
| 514 |
gpierre |
11 |
instance_type = ""
|
| 526 |
gpierre |
12 |
|
|
|
13 |
; Your OpenNebula user name
|
| 514 |
gpierre |
14 |
user = ""
|
| 526 |
gpierre |
15 |
|
|
|
16 |
; Your OpenNebula password
|
| 514 |
gpierre |
17 |
passwd = ""
|
| 526 |
gpierre |
18 |
|
|
|
19 |
; The image ID (an integer). You can list the registered OpenNebula
|
|
|
20 |
; images with command "oneimage list" command.
|
| 514 |
gpierre |
21 |
image = ""
|
| 526 |
gpierre |
22 |
|
|
|
23 |
; The network ID (an integer). You can list the registered OpenNebula
|
|
|
24 |
; networks with the "onevnet list" command.
|
| 514 |
gpierre |
25 |
network = ""
|
| 526 |
gpierre |
26 |
|
|
|
27 |
; The URL of the OCCI interface at OpenNebula. Note: ConPaaS currently
|
|
|
28 |
; supports only the default OCCI implementation that comes together
|
|
|
29 |
; with OpenNebula. It does not yet support the full OCCI-0.2 and later
|
|
|
30 |
; versions.
|
| 514 |
gpierre |
31 |
url = ""
|
| 526 |
gpierre |
32 |
|
|
|
33 |
; The network gateway through which new VMs can route their traffic in
|
|
|
34 |
; OpenNebula (an IP address)
|
| 514 |
gpierre |
35 |
gateway = ""
|
| 526 |
gpierre |
36 |
|
|
|
37 |
; The DNS server that VMs should use to resolve DNS names (an IP address)
|
| 514 |
gpierre |
38 |
nameserver = ""
|