summaryrefslogtreecommitdiffstats
path: root/laas-fog/conf/domain.yaml
blob: 04914e06954d2edf8d634358b8ed563b43b10825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
- disk: /vm/master.qcow2
  interfaces:
    - name: admin
      type: network
    - name: public
      type: network
    - name: storage
      type: network
    - name: management
      type: network
  iso:
    URL: http://artifacts.opnfv.org/fuel/danube/opnfv-danube.2.0.iso
    location: /vm/fuel.iso
    used: true
  memory: 8240000
  name: master
  vcpus: 4

- disk: /vm/slave1.qcow2
  interfaces:
    - name: admin
      type: network
    - name: public
      type: network
    - name: storage
      type: network
    - name: management
      type: network
  iso:
    URL: http://artifacts.opnfv.org/fuel/danube/opnfv-danube.2.0.iso
    location: /vm/fuel.iso
    used: false
  memory: 8240000
  name: slave1
  vcpus: 4

- disk: /vm/slave2.qcow2
  interfaces:
    - name: admin
      type: network
    - name: public
      type: network
    - name: storage
      type: network
    - name: management
      type: network
  iso:
    URL: http://artifacts.opnfv.org/fuel/danube/opnfv-danube.2.0.iso
    location: /vm/fuel.iso
    used: false
  memory: 8240000
  name: slave2
  vcpus: 4

- disk: /vm/slave3.qcow2
  interfaces:
    - name: admin
      type: network
    - name: public
      type: network
    - name: storage
      type: network
    - name: management
      type: network
  iso:
    URL: http://artifacts.opnfv.org/fuel/danube/opnfv-danube.2.0.iso
    location: /vm/fuel.iso
    used: false
  memory: 8240000
  name: slave3
  vcpus: 4

- disk: /vm/slave4.qcow2
  interfaces:
    - name: admin
      type: network
    - name: public
      type: network
    - name: storage
      type: network
    - name: management
      type: network
  iso:
    URL: http://artifacts.opnfv.org/fuel/danube/opnfv-danube.2.0.iso
    location: /vm/fuel.iso
    used: false
  memory: 8240000
  name: slave4
  vcpus: 4

- disk: /vm/slave5.qcow2
  interfaces:
    - name: admin
      type: network
    - name: public
      type: network
    - name: storage
      type: network
    - name: management
      type: network
  iso:
    URL: http://artifacts.opnfv.org/fuel/danube/opnfv-danube.2.0.iso
    location: /vm/fuel.iso
    used: false
  memory: 8240000
  name: slave5
  vcpus: 4