nuri 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +12 -3
- data/VERSION +1 -1
- data/bin/nuri +10 -7
- data/nuri.gemspec +17 -17
- metadata +19 -94
- data/examples/.gitignore +0 -4
- data/examples/bonfire.sfp +0 -87
- data/examples/bonfire/epcc.sfp +0 -43
- data/examples/bonfire/epcc0.sfp +0 -49
- data/examples/bonfire/epcc2.sfp +0 -52
- data/examples/bonfire/epcc2a.sfp +0 -25
- data/examples/bonfire/inria.sfp +0 -72
- data/examples/bonfire/inria0.sfp +0 -49
- data/examples/bonfire/inria2.sfp +0 -71
- data/examples/bonfire/inria2a.sfp +0 -44
- data/examples/bonfire/inria2b.sfp +0 -54
- data/examples/bonfire/inria2c.sfp +0 -62
- data/examples/bonfire/inria2d.sfp +0 -71
- data/examples/bonfire/inria2e.sfp +0 -80
- data/examples/bonfire/main.sfp +0 -33
- data/examples/bonfire/old/bonfire-1-1-1.sfp +0 -76
- data/examples/bonfire/old/bonfire-1-10-1.sfp +0 -77
- data/examples/bonfire/old/bonfire-1-2-1.sfp +0 -58
- data/examples/bonfire/old/bonfire-1-3-1.sfp +0 -61
- data/examples/bonfire/old/bonfire-1-4-1.sfp +0 -64
- data/examples/bonfire/old/bonfire-1-5-1.sfp +0 -67
- data/examples/bonfire/old/bonfire-1-6-1.sfp +0 -82
- data/examples/bonfire/old/bonfire-1-7-1.sfp +0 -82
- data/examples/bonfire/old/bonfire-1-8-1.sfp +0 -79
- data/examples/bonfire/old/bonfire-1-9-1.sfp +0 -83
- data/examples/bonfire/old/wp-test1a.sfp +0 -38
- data/examples/bonfire/old/wp-test1b.sfp +0 -18
- data/examples/bonfire/old/wp-test1c.sfp +0 -7
- data/examples/bonfire/old/wp-test2.sfp +0 -47
- data/examples/bonfire/old3/bonfire-epcc.sfp +0 -57
- data/examples/bonfire/old3/bonfire-inria.sfp +0 -72
- data/examples/bonfire/old3/bonfire-master.sfp +0 -18
- data/examples/bonfire/old3/bonfire.sfp +0 -23
- data/examples/bonfire/old3/bonfire2.sfp +0 -49
- data/examples/bonfire/old3/bonfire3.sfp +0 -76
- data/examples/bonfire/old3/bonfire4.sfp +0 -78
- data/examples/bonfire/old3/bonfire5.sfp +0 -34
- data/examples/bonfire/old3/bonfire5b.sfp +0 -84
- data/examples/bonfire/old3/hpvm6.sfp +0 -22
- data/examples/bonfire/old3/model.json +0 -1
- data/examples/bonfire/old3/test0.sfp +0 -16
- data/examples/bonfire/old3/test1.sfp +0 -5
- data/examples/bonfire/old3/test10.sfp +0 -5
- data/examples/bonfire/old3/test2.sfp +0 -18
- data/examples/bonfire/old3/test3.sfp +0 -10
- data/examples/bonfire/old3/test4.sfp +0 -11
- data/examples/bonfire/old3/test5.sfp +0 -18
- data/examples/bonfire/old3/test6.sfp +0 -19
- data/examples/bonfire/old3/test7.sfp +0 -34
- data/examples/bonfire/old3/test8.sfp +0 -5
- data/examples/bonfire/old3/test9.sfp +0 -16
- data/examples/bonfire/old3/wordpress-test-cluster.sfp +0 -38
- data/examples/bonfire/old3/wordpress-test.sfp +0 -22
- data/examples/bonfire/old3/wp-test-2.sfp +0 -49
- data/examples/bonfire/test.sfp +0 -13
- data/examples/hadoop1.sfp +0 -21
- data/examples/hadoop2.sfp +0 -21
- data/examples/hpcloud.sfp +0 -18
- data/examples/mockcloud/apache2.sfp +0 -14
- data/examples/mockcloud/generator.rb +0 -22
- data/examples/mockcloud/generator.rb.bak +0 -66
- data/examples/mockcloud/hadoop2.sfp.template +0 -25
- data/examples/mockcloud/ping.rb +0 -38
- data/examples/mockcloud/run.rb +0 -17
- data/examples/openstack/openstack-hadoop1-cluster.sfp +0 -37
- data/examples/openstack/openstack-hadoop2-cluster.sfp +0 -39
- data/examples/test.inc +0 -0
- data/examples/test.sfp +0 -11
- data/examples/v2/apache.sfp +0 -30
- data/examples/v2/aptpackage.sfp +0 -6
- data/examples/v2/mock1.sfp +0 -12
- data/examples/v2/package.sfp +0 -22
- data/examples/v2/service.sfp +0 -94
- data/examples/v2/tarpackage.sfp +0 -5
- data/examples/wordpress.sfp +0 -41
@@ -1,38 +0,0 @@
|
|
1
|
-
include "modules/machine/machine.sfp"
|
2
|
-
include "modules/wordpresscluster/wordpresscluster.sfp"
|
3
|
-
|
4
|
-
hpvm6 isa Machine {
|
5
|
-
sfpAddress is "hpvm6.diy.inf.ed.ac.uk"
|
6
|
-
apache isa Apache {
|
7
|
-
running is true
|
8
|
-
}
|
9
|
-
wp_web isa WordpressWeb {
|
10
|
-
installed is true
|
11
|
-
http is hpvm6.apache
|
12
|
-
database is hpvm7.wp_db
|
13
|
-
}
|
14
|
-
mysql isa Mysql {
|
15
|
-
installed = false
|
16
|
-
}
|
17
|
-
}
|
18
|
-
|
19
|
-
hpvm8 extends hpvm6 {
|
20
|
-
sfpAddress is "hpvm8.diy.inf.ed.ac.uk"
|
21
|
-
wp_web extends hpvm6.wp_web {
|
22
|
-
http is hpvm8.apache
|
23
|
-
}
|
24
|
-
}
|
25
|
-
|
26
|
-
hpvm7 isa Machine {
|
27
|
-
sfpAddress is "hpvm7.diy.inf.ed.ac.uk"
|
28
|
-
mysql isa Mysql {
|
29
|
-
running is true
|
30
|
-
}
|
31
|
-
wp_db isa WordpressDB {
|
32
|
-
installed is true
|
33
|
-
mysql is hpvm7.mysql
|
34
|
-
}
|
35
|
-
apache isa Apache {
|
36
|
-
installed = false
|
37
|
-
}
|
38
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
include "../modules/node/node.sfp"
|
2
|
-
include "../modules/wordpresscluster/wordpresscluster.sfp"
|
3
|
-
|
4
|
-
hpvm6 isa Node {
|
5
|
-
sfpAddress is "hpvm6.diy.inf.ed.ac.uk"
|
6
|
-
apache isa Apache {
|
7
|
-
installed is false
|
8
|
-
}
|
9
|
-
}
|
10
|
-
hpvm8 extends hpvm6 {
|
11
|
-
sfpAddress is "hpvm8.diy.inf.ed.ac.uk"
|
12
|
-
}
|
13
|
-
hpvm7 isa Node {
|
14
|
-
sfpAddress is "hpvm7.diy.inf.ed.ac.uk"
|
15
|
-
mysql isa Mysql {
|
16
|
-
installed is false
|
17
|
-
}
|
18
|
-
}
|
@@ -1,47 +0,0 @@
|
|
1
|
-
include "../modules/node/node.sfp"
|
2
|
-
include "../modules/bonfire/bonfire.sfp"
|
3
|
-
include "../modules/vm/vm.sfp"
|
4
|
-
include "../modules/wordpresscluster/wordpresscluster.sfp"
|
5
|
-
|
6
|
-
master isa Node {
|
7
|
-
sfpAddress is "hpvm6.diy.inf.ed.ac.uk"
|
8
|
-
epcc isa Bonfire {
|
9
|
-
experiment is "autocloud"
|
10
|
-
location is "uk-epcc"
|
11
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
12
|
-
wan_name is "BonFIRE WAN"
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
hpvm6 isa VM {
|
17
|
-
created = true
|
18
|
-
/*
|
19
|
-
apache isa Apache {
|
20
|
-
running is true
|
21
|
-
}
|
22
|
-
wp_web isa WordpressWeb {
|
23
|
-
installed is true
|
24
|
-
http is hpvm6.apache
|
25
|
-
database is hpvm7.wp_db
|
26
|
-
}
|
27
|
-
*/
|
28
|
-
}
|
29
|
-
|
30
|
-
/*hpvm8 extends hpvm6 {
|
31
|
-
created = true
|
32
|
-
wp_web extends hpvm6.wp_web {
|
33
|
-
http is hpvm8.apache
|
34
|
-
}
|
35
|
-
}*/
|
36
|
-
|
37
|
-
hpvm7 isa VM {
|
38
|
-
created = true
|
39
|
-
mysql isa Mysql {
|
40
|
-
running is true
|
41
|
-
public is true
|
42
|
-
}
|
43
|
-
wp_db isa WordpressDB {
|
44
|
-
installed is true
|
45
|
-
mysql is hpvm7.mysql
|
46
|
-
}
|
47
|
-
}
|
@@ -1,57 +0,0 @@
|
|
1
|
-
vm1 isa VM {
|
2
|
-
created = true
|
3
|
-
apache isa Apache {
|
4
|
-
running is true
|
5
|
-
is_load_balancer is true
|
6
|
-
}
|
7
|
-
in_cloud is master.bonfireEPCC
|
8
|
-
}
|
9
|
-
vm2 isa VM {
|
10
|
-
created = true
|
11
|
-
apache isa Apache {
|
12
|
-
running is true
|
13
|
-
}
|
14
|
-
in_cloud is master.bonfireEPCC
|
15
|
-
}
|
16
|
-
/*vm3 extends vm2
|
17
|
-
vm4 extends vm2
|
18
|
-
vm5 extends vm2
|
19
|
-
vm6 extends vm2
|
20
|
-
vm7 extends vm2
|
21
|
-
vm8 extends vm2
|
22
|
-
vm9 extends vm2
|
23
|
-
vm11 extends vm2
|
24
|
-
vm12 extends vm2*/
|
25
|
-
vm10 isa VM {
|
26
|
-
created = true
|
27
|
-
mysql isa Mysql {
|
28
|
-
running is true
|
29
|
-
}
|
30
|
-
in_cloud is master.bonfireEPCC
|
31
|
-
}
|
32
|
-
|
33
|
-
global {
|
34
|
-
if vm1.apache.running = true then {
|
35
|
-
vm2.apache.running = true
|
36
|
-
/*vm3.apache.running = true
|
37
|
-
vm4.apache.running = true
|
38
|
-
vm5.apache.running = true
|
39
|
-
vm6.apache.running = true
|
40
|
-
vm7.apache.running = true
|
41
|
-
vm8.apache.running = true
|
42
|
-
vm9.apache.running = true
|
43
|
-
vm11.apache.running = true
|
44
|
-
vm12.apache.running = true*/
|
45
|
-
}
|
46
|
-
|
47
|
-
if vm2.apache.running = true then vm10.mysql.running = true
|
48
|
-
/*if vm3.apache.running = true then vm10.mysql.running = true
|
49
|
-
if vm4.apache.running = true then vm10.mysql.running = true
|
50
|
-
if vm5.apache.running = true then vm10.mysql.running = true
|
51
|
-
if vm6.apache.running = true then vm10.mysql.running = true
|
52
|
-
if vm7.apache.running = true then vm10.mysql.running = true
|
53
|
-
if vm8.apache.running = true then vm10.mysql.running = true
|
54
|
-
if vm9.apache.running = true then vm10.mysql.running = true
|
55
|
-
if vm11.apache.running = true then vm10.mysql.running = true
|
56
|
-
if vm12.apache.running = true then vm10.mysql.running = true*/
|
57
|
-
}
|
@@ -1,72 +0,0 @@
|
|
1
|
-
include "../modules/vm/vm.sfp"
|
2
|
-
include "../modules/apache/apache.sfp"
|
3
|
-
include "../modules/mysql/mysql.sfp"
|
4
|
-
include "../modules/wordpresscluster/wordpresscluster.sfp"
|
5
|
-
|
6
|
-
vm1x isa VM {
|
7
|
-
created = true
|
8
|
-
/*apache isa Apache {
|
9
|
-
running is true
|
10
|
-
is_load_balancer is true
|
11
|
-
}*/
|
12
|
-
in_cloud is proxy.inria
|
13
|
-
}
|
14
|
-
vm2x isa VM {
|
15
|
-
created = true
|
16
|
-
/*apache isa Apache {
|
17
|
-
running is true
|
18
|
-
}*/
|
19
|
-
/*wp_web isa WordpressWeb {
|
20
|
-
installed is true
|
21
|
-
http is vm2x.apache
|
22
|
-
database is vm10x.wp_db
|
23
|
-
}*/
|
24
|
-
in_cloud is proxy.inria
|
25
|
-
}
|
26
|
-
vm3x extends vm2x
|
27
|
-
vm4x extends vm2x
|
28
|
-
vm5x extends vm2x
|
29
|
-
vm6x extends vm2x
|
30
|
-
vm7x extends vm2x
|
31
|
-
vm8x extends vm2x
|
32
|
-
vm9x extends vm2x
|
33
|
-
vm11x extends vm2x
|
34
|
-
vm12x extends vm2x
|
35
|
-
vm10x isa VM {
|
36
|
-
created = true
|
37
|
-
/*mysql isa Mysql {
|
38
|
-
running is true
|
39
|
-
}
|
40
|
-
wp_db isa WordpressDB {
|
41
|
-
installed is true
|
42
|
-
mysql is vm10x.mysql
|
43
|
-
}*/
|
44
|
-
in_cloud is proxy.inria
|
45
|
-
}
|
46
|
-
|
47
|
-
|
48
|
-
global {
|
49
|
-
// if vm1x.apache.running = true then {
|
50
|
-
// vm2x.apache.running = true
|
51
|
-
/*vm3x.apache.running = true
|
52
|
-
vm4x.apache.running = true
|
53
|
-
vm5x.apache.running = true
|
54
|
-
vm6x.apache.running = true
|
55
|
-
vm7x.apache.running = true
|
56
|
-
vm8x.apache.running = true
|
57
|
-
vm9x.apache.running = true
|
58
|
-
vm11x.apache.running = true
|
59
|
-
vm12x.apache.running = true*/
|
60
|
-
// }
|
61
|
-
|
62
|
-
// if vm2x.apache.running = true then vm10x.mysql.running = true
|
63
|
-
/*if vm3x.apache.running = true then vm10x.mysql.running = true
|
64
|
-
if vm4x.apache.running = true then vm10x.mysql.running = true
|
65
|
-
if vm5x.apache.running = true then vm10x.mysql.running = true
|
66
|
-
if vm6x.apache.running = true then vm10x.mysql.running = true
|
67
|
-
if vm7x.apache.running = true then vm10x.mysql.running = true
|
68
|
-
if vm8x.apache.running = true then vm10x.mysql.running = true
|
69
|
-
if vm9x.apache.running = true then vm10x.mysql.running = true
|
70
|
-
if vm11x.apache.running = true then vm10x.mysql.running = true
|
71
|
-
if vm12x.apache.running = true then vm10x.mysql.running = true*/
|
72
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
include "../modules/node/node.sfp"
|
2
|
-
include "../modules/bonfire/bonfire.sfp"
|
3
|
-
include "../modules/vm/vm.sfp"
|
4
|
-
|
5
|
-
hpvm6 isa Node {
|
6
|
-
sfpAddress is "hpvm6.diy.inf.ed.ac.uk"
|
7
|
-
|
8
|
-
bonfire isa Bonfire {
|
9
|
-
experiment is "autocloud"
|
10
|
-
location is "uk-epcc"
|
11
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
12
|
-
wan_name is "BonFIRE WAN"
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
master isa VM {
|
17
|
-
created is false
|
18
|
-
}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
include "../modules/node/node.sfp"
|
2
|
-
include "../modules/bonfire/bonfire.sfp"
|
3
|
-
include "../modules/file/file.sfp"
|
4
|
-
include "../modules/vm/vm.sfp"
|
5
|
-
|
6
|
-
master isa Node {
|
7
|
-
sfpAddress is "localhost"
|
8
|
-
|
9
|
-
bonfireEPCC isa Bonfire {
|
10
|
-
experiment is "autocloud"
|
11
|
-
location is "uk-epcc"
|
12
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
13
|
-
wan_name is "BonFIRE WAN"
|
14
|
-
}
|
15
|
-
|
16
|
-
bonfireINRIA extends master.bonfireEPCC {
|
17
|
-
location is "fr-inria"
|
18
|
-
}
|
19
|
-
}
|
20
|
-
|
21
|
-
vmx isa VM {
|
22
|
-
created = true
|
23
|
-
}
|
@@ -1,49 +0,0 @@
|
|
1
|
-
include "../modules/machine/machine.sfp"
|
2
|
-
include "../modules/bonfire/bonfire.sfp"
|
3
|
-
include "../modules/vm/vm.sfp"
|
4
|
-
include "../modules/apache/apache.sfp"
|
5
|
-
include "../modules/mysql/mysql.sfp"
|
6
|
-
|
7
|
-
master isa Machine {
|
8
|
-
sfpAddress is "localhost"
|
9
|
-
|
10
|
-
bonfireEPCC isa Bonfire {
|
11
|
-
experiment is "autocloud"
|
12
|
-
location is "uk-epcc"
|
13
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
14
|
-
wan_name is "BonFIRE WAN"
|
15
|
-
}
|
16
|
-
bonfireINRIA isa Bonfire {
|
17
|
-
experiment is "autocloud"
|
18
|
-
location is "fr-inria"
|
19
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
20
|
-
wan_name is "BonFIRE WAN"
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
vm1 isa VM {
|
25
|
-
created = true
|
26
|
-
apache isa Apache {
|
27
|
-
running is true
|
28
|
-
}
|
29
|
-
in_cloud is master.bonfireINRIA
|
30
|
-
}
|
31
|
-
|
32
|
-
vm2 isa VM {
|
33
|
-
created = true
|
34
|
-
mysql isa Mysql {
|
35
|
-
running is true
|
36
|
-
}
|
37
|
-
in_cloud is master.bonfireINRIA
|
38
|
-
}
|
39
|
-
|
40
|
-
vm3 isa VM {
|
41
|
-
created = true
|
42
|
-
apache isa Apache {
|
43
|
-
running is true
|
44
|
-
port is 80
|
45
|
-
is_load_balancer is true
|
46
|
-
}
|
47
|
-
in_cloud is master.bonfireINRIA
|
48
|
-
}
|
49
|
-
|
@@ -1,76 +0,0 @@
|
|
1
|
-
include "../modules/machine/machine.sfp"
|
2
|
-
include "../modules/bonfire/bonfire.sfp"
|
3
|
-
include "../modules/vm/vm.sfp"
|
4
|
-
include "../modules/apache/apache.sfp"
|
5
|
-
include "../modules/mysql/mysql.sfp"
|
6
|
-
|
7
|
-
master isa Machine {
|
8
|
-
sfpAddress is "localhost"
|
9
|
-
|
10
|
-
bonfireEPCC isa Bonfire {
|
11
|
-
experiment is "autocloud"
|
12
|
-
location is "uk-epcc"
|
13
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
14
|
-
wan_name is "BonFIRE WAN"
|
15
|
-
}
|
16
|
-
bonfireINRIA isa Bonfire {
|
17
|
-
experiment is "autocloud"
|
18
|
-
location is "fr-inria"
|
19
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
20
|
-
wan_name is "BonFIRE WAN"
|
21
|
-
}
|
22
|
-
bonfireHPLABS isa Bonfire {
|
23
|
-
experiment is "autocloud"
|
24
|
-
location is "uk-hplabs"
|
25
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
26
|
-
wan_name is "BonFIRE WAN"
|
27
|
-
}
|
28
|
-
}
|
29
|
-
|
30
|
-
vm1 isa VM {
|
31
|
-
created = true
|
32
|
-
apache isa Apache {
|
33
|
-
running is true
|
34
|
-
is_load_balancer is true
|
35
|
-
}
|
36
|
-
in_cloud is master.bonfireINRIA
|
37
|
-
}
|
38
|
-
|
39
|
-
vm2 isa VM {
|
40
|
-
created = true
|
41
|
-
apache isa Apache {
|
42
|
-
running is true
|
43
|
-
}
|
44
|
-
in_cloud is master.bonfireINRIA
|
45
|
-
}
|
46
|
-
vm3 extends vm2
|
47
|
-
|
48
|
-
vm4 extends vm2
|
49
|
-
|
50
|
-
vm5 extends vm2
|
51
|
-
|
52
|
-
vm6 extends vm2
|
53
|
-
|
54
|
-
vm7 isa VM {
|
55
|
-
created = true
|
56
|
-
mysql isa Mysql {
|
57
|
-
running is true
|
58
|
-
}
|
59
|
-
in_cloud is master.bonfireINRIA
|
60
|
-
}
|
61
|
-
|
62
|
-
global {
|
63
|
-
if vm1.apache.running = true then {
|
64
|
-
vm2.apache.running = true
|
65
|
-
vm3.apache.running = true
|
66
|
-
vm4.apache.running = true
|
67
|
-
vm5.apache.running = true
|
68
|
-
vm6.apache.running = true
|
69
|
-
}
|
70
|
-
|
71
|
-
if vm2.apache.running = true then vm7.mysql.running = true
|
72
|
-
if vm3.apache.running = true then vm7.mysql.running = true
|
73
|
-
if vm4.apache.running = true then vm7.mysql.running = true
|
74
|
-
if vm5.apache.running = true then vm7.mysql.running = true
|
75
|
-
if vm6.apache.running = true then vm7.mysql.running = true
|
76
|
-
}
|
@@ -1,78 +0,0 @@
|
|
1
|
-
include "../modules/machine/machine.sfp"
|
2
|
-
include "../modules/bonfire/bonfire.sfp"
|
3
|
-
include "../modules/vm/vm.sfp"
|
4
|
-
include "../modules/apache/apache.sfp"
|
5
|
-
include "../modules/mysql/mysql.sfp"
|
6
|
-
|
7
|
-
master isa Machine {
|
8
|
-
sfpAddress is "localhost"
|
9
|
-
|
10
|
-
bonfireEPCC isa Bonfire {
|
11
|
-
experiment is "autocloud"
|
12
|
-
location is "uk-epcc"
|
13
|
-
image_name is "BonFIRE Debian Squeeze 10G v5"
|
14
|
-
wan_name is "BonFIRE WAN"
|
15
|
-
}
|
16
|
-
bonfireINRIA extends master.bonfireEPCC {
|
17
|
-
location is "fr-inria"
|
18
|
-
}
|
19
|
-
bonfireHPLABS extends master.bonfireEPCC {
|
20
|
-
location is "uk-hplabs"
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
vm1 isa VM {
|
25
|
-
created = true
|
26
|
-
apache isa Apache {
|
27
|
-
running is true
|
28
|
-
is_load_balancer is true
|
29
|
-
}
|
30
|
-
in_cloud is master.bonfireINRIA
|
31
|
-
}
|
32
|
-
|
33
|
-
vm2 isa VM {
|
34
|
-
created = true
|
35
|
-
mysql isa Mysql {
|
36
|
-
running is true
|
37
|
-
}
|
38
|
-
in_cloud is master.bonfireINRIA
|
39
|
-
}
|
40
|
-
|
41
|
-
vm3 isa VM {
|
42
|
-
created = true
|
43
|
-
apache isa Apache {
|
44
|
-
running is true
|
45
|
-
}
|
46
|
-
in_cloud is master.bonfireINRIA
|
47
|
-
}
|
48
|
-
vm4 extends vm3
|
49
|
-
vm5 extends vm3
|
50
|
-
vm6 extends vm3
|
51
|
-
vm7 extends vm3
|
52
|
-
vm8 extends vm3
|
53
|
-
vm9 extends vm3
|
54
|
-
vm10 extends vm3
|
55
|
-
|
56
|
-
/*
|
57
|
-
global {
|
58
|
-
if vm1.apache.running = true then {
|
59
|
-
vm2.apache.running = true
|
60
|
-
vm3.apache.running = true
|
61
|
-
vm4.apache.running = true
|
62
|
-
vm5.apache.running = true
|
63
|
-
vm6.apache.running = true
|
64
|
-
vm7.apache.running = true
|
65
|
-
vm8.apache.running = true
|
66
|
-
vm9.apache.running = true
|
67
|
-
}
|
68
|
-
|
69
|
-
if vm2.apache.running = true then vm10.mysql.running = true
|
70
|
-
if vm3.apache.running = true then vm10.mysql.running = true
|
71
|
-
if vm4.apache.running = true then vm10.mysql.running = true
|
72
|
-
if vm5.apache.running = true then vm10.mysql.running = true
|
73
|
-
if vm6.apache.running = true then vm10.mysql.running = true
|
74
|
-
if vm7.apache.running = true then vm10.mysql.running = true
|
75
|
-
if vm8.apache.running = true then vm10.mysql.running = true
|
76
|
-
if vm9.apache.running = true then vm10.mysql.running = true
|
77
|
-
}
|
78
|
-
*/
|