This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
sccl:configuration [2015-01-19 14:09] uls [packages.conf] |
sccl:configuration [2015-07-07 15:35] (current) uls [resources.conf] |
||
---|---|---|---|
Line 153: | Line 153: | ||
----- | ----- | ||
+ | |||
+ | ==== examples ==== | ||
+ | |||
+ | <file packages.conf> | ||
+ | db host1 host2 | ||
+ | tomcat host3 | ||
+ | apache host4 host5 | ||
+ | </file> | ||
+ | |||
+ | <file resources.conf> | ||
+ | db MySQL_DB PRG:/etc/init.d/mysql RST:tomcat,apache:CLUSTER | ||
+ | tomcat Tomcat CPKG:db:WAIT PRG:/etc/init.d/tomcat6 | ||
+ | apache Apache CPKG:db:WAIT PRG:/etc/init.d/apache2 | ||
+ | </file> | ||
+ | |||
+ | |||
+ | |||