Sha256: 7887fa0cfa4f2eb520eda35bf0ae3afd8f88b274af4ebef47889361eb6136c36
Contents?: true
Size: 823 Bytes
Versions: 4
Compression:
Stored size: 823 Bytes
Contents
include "../modules/node/node.sfp" include "../modules/bonfire/bonfire.sfp" include "../modules/vm/vm.sfp" include "../modules/wordpresscluster/wordpresscluster.sfp" master isa Node { sfpAddress is "hpvm6.diy.inf.ed.ac.uk" epcc isa Bonfire { experiment is "autocloud" location is "uk-epcc" image_name is "BonFIRE Debian Squeeze 10G v5" wan_name is "BonFIRE WAN" } } hpvm6 isa VM { created = true /* apache isa Apache { running is true } wp_web isa WordpressWeb { installed is true http is hpvm6.apache database is hpvm7.wp_db } */ } /*hpvm8 extends hpvm6 { created = true wp_web extends hpvm6.wp_web { http is hpvm8.apache } }*/ hpvm7 isa VM { created = true mysql isa Mysql { running is true public is true } wp_db isa WordpressDB { installed is true mysql is hpvm7.mysql } }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nuri-0.5.4 | examples/bonfire/old/wp-test2.sfp |
nuri-0.5.3 | examples/bonfire/old/wp-test2.sfp |
nuri-0.5.2 | examples/bonfire/old/wp-test2.sfp |
nuri-0.5.1 | examples/bonfire/old/wp-test2.sfp |