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 15:11:00 +0000
commit612316dd190f8a323f596501b0c70503314780d2 (patch)
tree38c7a46e2428b03f8317933a8d98e2efbf64adb1
parent7cb886c047e2750b03bac705465cf86533aff963 (diff)
downloaddefinitions-612316dd190f8a323f596501b0c70503314780d2.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.morph5
-rw-r--r--strata/openstack-services/tftp-hpa.morph5
2 files changed, 10 insertions, 0 deletions
diff --git a/strata/openstack-services.morph b/strata/openstack-services.morph
index 74c5d1c4..b5c9432e 100644
--- a/strata/openstack-services.morph
+++ b/strata/openstack-services.morph
@@ -834,3 +834,8 @@ chunks:
ref: fc00821eba469641c6c94706726c3d78e46460a2
unpetrify-ref: v0.5.1
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