summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-09 15:08:08 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-09 16:46:57 +0000
commit842ff34fd1d16b83cf702828958ffc88671b8e8f (patch)
treefbb994b352ace2c320ce873c92083f6721594395
parent2ba2fdeb2b881ff3b304d828ad053875162c4485 (diff)
downloaddefinitions-842ff34fd1d16b83cf702828958ffc88671b8e8f.tar.gz
Add the tftp-hpa server
Busybox's tftp server doesn't support map files, which is required for Openstack Ironic.
-rw-r--r--strata/openstack-services.morph6
-rw-r--r--strata/openstack-services/tftp-hpa.morph5
2 files changed, 11 insertions, 0 deletions
diff --git a/strata/openstack-services.morph b/strata/openstack-services.morph
index ed755eff..0dad2a79 100644
--- a/strata/openstack-services.morph
+++ b/strata/openstack-services.morph
@@ -835,3 +835,9 @@ chunks:
repo: upstream:openstack/tempest.git
ref: acba5510785258949679304f3e1a55e53b851962
unpetrify-ref: "2"
+ build-depends: []
+- name: tftp-hpa
+ morph: strata/openstack-services/tftp-hpa.morph
+ repo: upstream:tftp-hpa
+ ref: 4faf178a509d8091b7ba1e1fa3d13bc68c5ff55f
+ unpetrify-ref: tftp-hpa-5.2
diff --git a/strata/openstack-services/tftp-hpa.morph b/strata/openstack-services/tftp-hpa.morph
new file mode 100644
index 00000000..d466d2d4
--- /dev/null
+++ b/strata/openstack-services/tftp-hpa.morph
@@ -0,0 +1,5 @@
+name: tftp-hpa
+build-system: autotools
+kind: chunk
+install-commands:
+- make INSTALLROOT="$DESTDIR" install