summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-09 15:08:08 +0000
committerFrancisco Redondo <francisco.marchena@codethink.co.uk>2015-04-17 10:34:57 +0000
commitea5f808b8b5c2d037e51fdf64040cfe4a2e5ca3a (patch)
tree4afdf1c8c9062f205bc00e1559c4c4f7bff86aa2
parente495bf993d2a34b25208e8694eb437bc545f0d55 (diff)
downloaddefinitions-ea5f808b8b5c2d037e51fdf64040cfe4a2e5ca3a.tar.gz
Add tftp-hpa to OpenStack services
The existing Busybox's TFTP server implementation is not up to the job for the OpenStack baremetal service, as it doesn't support filename remapping. Change-Id: I0a12f5807ac2f52aa025587a08a6ebfae403eff1
-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 3288350b..2db1adf9 100644
--- a/strata/openstack-services.morph
+++ b/strata/openstack-services.morph
@@ -835,3 +835,8 @@ chunks:
repo: upstream:openstack/tempest.git
ref: acba5510785258949679304f3e1a55e53b851962
unpetrify-ref: "2"
+- 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