summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-03-30 22:16:44 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-03-30 22:16:44 +0000
commitee1342e4b84fbec6afffd0bc0441129be90bbb3e (patch)
tree15767e5aa958492a92f0e7afa971c00e6502a6c8
parent6f0c55100e9ce538edabd3df24c9812bdb26ae2b (diff)
downloaddefinitions-ee1342e4b84fbec6afffd0bc0441129be90bbb3e.tar.gz
fix node version to latest stable, add gnu tar, and a vboxdeploy.morph
-rw-r--r--useful.morph7
-rw-r--r--vboxdeploy.morph14
2 files changed, 19 insertions, 2 deletions
diff --git a/useful.morph b/useful.morph
index 7e31be01..a45fdfd2 100644
--- a/useful.morph
+++ b/useful.morph
@@ -4,6 +4,10 @@ description: pip, node, ruby, rubygems, bundler
build-depends:
- morph: tools
chunks:
+- name: tar
+ repo: upstream:tar
+ ref: baserock/morph
+ build-depends: []
- name: pip
repo: git@github.com:pypa/pip.git
ref: d4b691b743a91500cf49119d28a805db8313f129
@@ -11,8 +15,7 @@ chunks:
build-depends: []
- name: node
repo: git@github.com:joyent/node.git
- ref: 7d6b8db40f32e817ff145b7cfe6b3aec3179fba7
- unpetrify-ref: v0.11.12
+ ref: v0.10.26
build-depends: []
- name: ruby-1.8
repo: upstream:ruby
diff --git a/vboxdeploy.morph b/vboxdeploy.morph
new file mode 100644
index 00000000..537c3917
--- /dev/null
+++ b/vboxdeploy.morph
@@ -0,0 +1,14 @@
+name: vboxdeploy
+kind: cluster
+systems:
+- morph: web-system
+ repo: baserock:baserock/definitions
+ ref: proto-web
+ deploy:
+ my-toy:
+ type: virtualbox-ssh
+ location: vbox+ssh://paulsherwood@192.168.56.1/web-system/Users/paulsherwood/web-system.vdi
+ DISK_SIZE: 2G
+ HOST_IPADDR: 192.168.56.1
+ NETMASK: 255.255.255.0
+ NETWORK_CONFIG: lo:loopback;eth0:static,address=192.168.56.96,netmask=255.255.255.0;eth1:dhcp,hostname=$(hostname)