You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
databases/postgresql_install {"api":{"ensure":[{"name":"runenv","type":"environment"},{"name":"mymetadata","type":"metadata"},{"name":"server","type":"boolean"},{"default":false,"name":"purge","type":"boolean"},{"default":[],"name":"extra_packages","type":"list"},{"default":false,"name":"use_only_extra_packages","type":"boolean"},{"name":"installed","type":"return"},{"name":"running","type":"return"}]},"interface":["main.cf"],"manifest":{"README.md":{"documentation":true},"main.cf":{"desc":"main file"},"params/demo_client.json":{"comment":"Install PostgreSQL client"},"params/demo_server.json":{"comment":"Install PostgreSQL server"}},"metadata":{"authors":["Nakarin Phooripoom <[email protected]>","Ted Zlatanov <[email protected]>"],"depends":{"CFEngine::dclib":{},"CFEngine::dclib::3.5.0":{},"CFEngine::stdlib":{"version":105},"cfengine":{"version":"3.5.0"},"os":["linux"]},"description":"Install and enable the PostgreSQL database engine","license":"MIT","name":"Database::Install::PostgreSQL","tags":["cfdc"],"version":1.1},"namespace":"cfdc_db_postgresql"}
20
20
databases/postgresql_install_simple {"api":{"simple":[{"name":"runenv","type":"environment"},{"name":"mymetadata","type":"metadata"},{"name":"installed","type":"return"},{"name":"running","type":"return"}]},"interface":["main.cf"],"manifest":{"README.md":{"documentation":true},"main.cf":{"desc":"main file"},"params/demo_client.json":{"comment":"Install PostgreSQL client"},"params/demo_server.json":{"comment":"Install PostgreSQL server"}},"metadata":{"authors":["Nakarin Phooripoom <[email protected]>","Ted Zlatanov <[email protected]>"],"depends":{"CFEngine::dclib":{},"CFEngine::dclib::3.5.0":{},"CFEngine::stdlib":{"version":105},"cfengine":{"version":"3.5.0"},"os":[{"redhat_6":"Red Hat 6","ubuntu_12_4":"Ubuntu 12.4"}]},"description":"Install and enable the PostgreSQL database engine","license":"MIT","name":"Database::Install::PostgreSQL::Simple","tags":["cfdc","database","postgresql","enterprise_compatible"],"version":1.1},"namespace":"cfdc_db_postgresql"}
21
21
databases/sqlite_install {"api":{"ensure":[{"name":"runenv","type":"environment"},{"name":"mymetadata","type":"metadata"},{"default":false,"name":"purge","type":"boolean"},{"default":[],"name":"extra_packages","type":"list"},{"default":false,"name":"use_only_extra_packages","type":"boolean"},{"name":"installed","type":"return"}]},"interface":["main.cf"],"manifest":{"README.md":{"documentation":true},"main.cf":{"desc":"main file"},"params/demo.json":{"comment":"Install SQLite"}},"metadata":{"authors":["Nakarin Phooripoom <[email protected]>","Ted Zlatanov <[email protected]>"],"depends":{"CFEngine::dclib":{},"CFEngine::dclib::3.5.0":{},"CFEngine::stdlib":{"version":105},"cfengine":{"version":"3.5.0"},"os":["linux"]},"description":"Install and enable the SQLite database engine","license":"MIT","name":"Database::Install::SQLite","tags":["cfdc"],"version":1.1},"namespace":"cfdc_db_sqlite"}
22
+
demo/simpleapplication-deploy {"api":{"deploy":[{"name":"runenv","type":"environment"},{"name":"mymetadata","type":"metadata"},{"description":"Number of web workers","name":"workers","type":"string"},{"default":true,"description":"Enable this deployment? (if disabled, destroy the VMs)","name":"enable","type":"boolean"}]},"interface":["deploy.cf"],"manifest":{"README.md":{"documentation":true},"deploy.cf":{"desc":"main file"},"params/demo.json":{"desc":"example parameters"}},"metadata":{"authors":["Ted Zlatanov <[email protected]>"],"depends":{"Cloud::Services::VMWare":{},"Demo::SimpleApplication":{},"cfengine":{"version":"3.5.0"},"os":[{"linux":"All Linux distributions"}]},"description":"Deploy a full infrastructure for a simple application","license":"MIT","name":"Demo::SimpleApplication::Deploy","tags":["vmware","ensure","deploy","demo","sketchify_generated","enterprise_compatible"],"version":"1.0"},"namespace":"cfdc_simpleapplication"}
23
+
demo/simpleapplication {"api":{"configure":[{"name":"runenv","type":"environment"},{"name":"metadata","type":"metadata"}]},"interface":["balance.cf"],"manifest":{"README.md":{"documentation":true},"balance.cf":{"desc":"main file"}},"metadata":{"authors":["Nick Anderson <[email protected]>","Ted Zlatanov <[email protected]>","Diego Zamboni <[email protected]>"],"depends":{"cfengine":{"version":"3.5.0"},"os":[{"centos":"CentOS Linux"}]},"description":"Configures hosts for a simple application consisting of webworkers (Apache + simple static content), haworkers (haproxy dynamically configured to use the existing webworkers) and mcworkers (memcached)","license":"MIT","name":"Demo::SimpleApplication","tags":["vmworld2013","demo","sketchify_generated","enterprise_compatible"],"version":"1.0"},"namespace":"cfdc_simpleapplication"}
22
24
libraries/blueprint {"api":{},"interface":["library.cf"],"manifest":{"README.md":{"documentation":true},"library.cf":{"desc":"Blueprint to Design Center glue library"},"test.pl":{"test":true}},"metadata":{"authors":["CFEngine AS"],"depends":{"cfengine":{"version":"3.5.0"}},"description":"Library to connect Blueprint sketches with Design Center","license":"MIT","name":"CFEngine::Blueprint","tags":["cfdc","blueprint"],"version":"1.0.0"}}
23
25
libraries/copbl-3.5.0 {"api":{},"interface":["stdlib-350.cf"],"manifest":{"README.md":{"documentation":true},"stdlib-350.cf":{"desc":"COPBL"},"test.pl":{"test":true}},"metadata":{"authors":["CFEngine AS"],"depends":{"cfengine":{"version":"3.5.0"}},"description":"The portions of the CFEngine standard library (also known as COPBL) that are only compatible with 3.5.0 and higher","license":"LGPL","name":"CFEngine::stdlib::3.5.0","tags":["cfdc"],"version":110},"namespace":null}
24
26
libraries/copbl {"api":{},"interface":["cfengine_stdlib.cf"],"manifest":{"README.md":{"documentation":true},"cfengine_stdlib.cf":{"desc":"COPBL"},"test.pl":{"test":true}},"metadata":{"authors":["CFEngine AS","ahdinosaur"],"depends":{"cfengine":{"version":"3.4.0"}},"description":"The portions of the CFEngine standard library (also known as COPBL) that are compatible with 3.4.0 releases","license":"LGPL","name":"CFEngine::stdlib","tags":["cfdc"],"version":111},"namespace":null}
Configures hosts for a simple application consisting of webworkers (Apache + simple static content), haworkers (haproxy dynamically configured to use the existing webworkers) and mcworkers (memcached)
0 commit comments