diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/apply-config | 5 | ||||
| -rw-r--r-- | examples/desmo-config.scm | 19 | ||||
| -rw-r--r-- | examples/desmorc | 1 |
3 files changed, 6 insertions, 19 deletions
diff --git a/examples/apply-config b/examples/apply-config new file mode 100644 index 0000000..343fe81 --- /dev/null +++ b/examples/apply-config @@ -0,0 +1,5 @@ +((prison (name "foobar") + (base "14.0-RELEASE-base") + (packages ()) + (commands ()) + (replicas 3))) diff --git a/examples/desmo-config.scm b/examples/desmo-config.scm deleted file mode 100644 index 5ca34ca..0000000 --- a/examples/desmo-config.scm +++ /dev/null @@ -1,19 +0,0 @@ -((cluster - (node (name "node1") - (tags "tag1") - (ssh-hostname "2001:db8:0:1::1") - (ssh-user "root") - (ssh-command "ssh -i ~/.ssh/desmo_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null")) - (node (name "node2") - (ssh-user "root") - (ssh-hostname "2001:db8:0:1::2") - (ssh-command "ssh -i ~/.ssh/desmo_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null")) - (node (name "node3") - (ssh-user "root") - (ssh-hostname "2001:db8:0:1::3") - (ssh-command "ssh -i ~/.ssh/desmo_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"))) - (service (name "service1") - (port 80) - (protocol "tcp") - (requires-tag "tag1"))) - diff --git a/examples/desmorc b/examples/desmorc new file mode 100644 index 0000000..331a201 --- /dev/null +++ b/examples/desmorc @@ -0,0 +1 @@ +((mgmt-api-url "http://localhost:9939")) |
