summaryrefslogtreecommitdiff
path: root/tests/examplefiles/roboconf.instances
blob: c69a2ab0874b7d7be03802a305f836452ad26b2a (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

# Deal with imports
import others.instances;

instance of VM {
	name: VM-mysql;
	instance of mysql {
		name: MySQL;
	}
}

instance of VM {
	name: VM ;
	count: 5;
	
	INSTANCE of tomcat {
		name: Tomcat;
		
		instance of my-war-1 {
			name: my-war-1;
			full-path: apps/my-war;
		}
	}
}