From 982968055496a8e878565abaf63f7f292995ae8a Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 9 Apr 2015 15:08:08 +0000 Subject: 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 --- strata/openstack-services/tftp-hpa.morph | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 strata/openstack-services/tftp-hpa.morph (limited to 'strata/openstack-services/tftp-hpa.morph') 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 -- cgit v1.2.1