summaryrefslogtreecommitdiff
path: root/strata/networking-utils
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-10-31 15:35:03 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-11 17:36:41 +0900
commit82d358156d80fabb06702023178445ec90b7ada9 (patch)
treeb6783c139d95c608dc7bf1ce85e5a213a4397cf4 /strata/networking-utils
parentec458e22d52b15458636a1f550e55e92a4fee962 (diff)
downloaddefinitions-82d358156d80fabb06702023178445ec90b7ada9.tar.gz
Moving unmaintained systems, clusters and their strata to unmaintained directory
This includes ceph, chef, cxmanage, java, openstack, nodejs, ocaml, qt4, qt5 (system only, qt5 is used by ivi projects), swift, web, xfce and zookeeper systems. All strata which is referred to exclusively by systems and clusters in the unmaintained directory have also been moved to the unmaintained directory. Change-Id: If60b0fa8bc1d7f9c53137fa7106b396668682a9a
Diffstat (limited to 'strata/networking-utils')
-rw-r--r--strata/networking-utils/conntrack-tools.morph4
-rw-r--r--strata/networking-utils/ebtables.morph7
-rw-r--r--strata/networking-utils/iproute2.morph10
-rw-r--r--strata/networking-utils/ipset.morph6
-rw-r--r--strata/networking-utils/iputils.morph24
-rw-r--r--strata/networking-utils/libnet.morph16
-rw-r--r--strata/networking-utils/libnetfilter_conntrack.morph3
-rw-r--r--strata/networking-utils/libnetfilter_cthelper.morph3
-rw-r--r--strata/networking-utils/libnetfilter_cttimeout.morph3
-rw-r--r--strata/networking-utils/libnetfilter_queue.morph3
-rw-r--r--strata/networking-utils/libnfnetlink.morph3
-rw-r--r--strata/networking-utils/libpcap.morph3
-rw-r--r--strata/networking-utils/tcpdump.morph3
13 files changed, 0 insertions, 88 deletions
diff --git a/strata/networking-utils/conntrack-tools.morph b/strata/networking-utils/conntrack-tools.morph
deleted file mode 100644
index e0ef7234..00000000
--- a/strata/networking-utils/conntrack-tools.morph
+++ /dev/null
@@ -1,4 +0,0 @@
-name: conntrack-tools
-kind: chunk
-build-system: autotools
-max-jobs: 1
diff --git a/strata/networking-utils/ebtables.morph b/strata/networking-utils/ebtables.morph
deleted file mode 100644
index a4d9fc76..00000000
--- a/strata/networking-utils/ebtables.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: ebtables
-kind: chunk
-build-system: manual
-build-commands:
-- make
-install-commands:
-- make install DESTDIR="$DESTDIR" BINDIR="$PREFIX/sbin"
diff --git a/strata/networking-utils/iproute2.morph b/strata/networking-utils/iproute2.morph
deleted file mode 100644
index 7ba04db6..00000000
--- a/strata/networking-utils/iproute2.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: iproute2
-kind: chunk
-build-commands:
-# arpd binary is dependent on Berkeley DB, which is licensed by Oracle
-# as arpd is not needed for Openstack systems, arpd will not be compiled
-# or installed.
-- sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
-- make
-install-commands:
-- DESTDIR="$DESTDIR" PREFIX="$PREFIX" make install
diff --git a/strata/networking-utils/ipset.morph b/strata/networking-utils/ipset.morph
deleted file mode 100644
index 7fe8c6dc..00000000
--- a/strata/networking-utils/ipset.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: ipset
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh
-- ./configure --prefix="$PREFIX" --enable-static=no --with-kmod=no
diff --git a/strata/networking-utils/iputils.morph b/strata/networking-utils/iputils.morph
deleted file mode 100644
index c9736cc8..00000000
--- a/strata/networking-utils/iputils.morph
+++ /dev/null
@@ -1,24 +0,0 @@
-name: iputils
-kind: chunk
-build-system: manual
-pre-configure-commands:
-# gnutls is not currently integrated in definitions so, disabling this
-# is required in order to build ping6. If this is not disabled, it will try
-# to find gnutls/openssl.h header failing to compile ping6.
-- sed -i "s/USE_GNUTLS=yes/USE_GNUTLS=no/" Makefile
-build-commands:
-- make
-- make ninfod
-install-commands:
-- install -D -m 755 clockdiff "$DESTDIR$PREFIX"/bin/clockdiff
-- install -D -m 755 rdisc "$DESTDIR$PREFIX"/bin/rdisc
-- install -D -m 755 tracepath "$DESTDIR$PREFIX"/bin/tracepath
-- install -D -m 755 tracepath6 "$DESTDIR$PREFIX"/bin/tracepath6
-- install -D -m 755 ninfod/ninfod "$DESTDIR$PREFIX"/bin/ninfod
-- install -D -m 755 rarpd "$DESTDIR$PREFIX"/bin/rarpd
-# The following binaries are installed to overwrite busybox binaries.
-- install -D -m 755 traceroute6 "$DESTDIR$PREFIX"/bin/traceroute6
-- install -D -m 755 arping "$DESTDIR$PREFIX"/sbin/arping
-- install -D -m 755 tftpd "$DESTDIR$PREFIX"/sbin/tftpd
-- install -D -m 755 ping "$DESTDIR"/bin/ping
-- install -D -m 755 ping6 "$DESTDIR"/bin/ping6
diff --git a/strata/networking-utils/libnet.morph b/strata/networking-utils/libnet.morph
deleted file mode 100644
index ddb2cf3e..00000000
--- a/strata/networking-utils/libnet.morph
+++ /dev/null
@@ -1,16 +0,0 @@
-name: libnet
-kind: chunk
-build-system: manual
-pre-configure-commands:
-# Avoid building the docs as they require doxygen
-- sed -i 's@doc @@' libnet/Makefile.am
-- sed -i 's@doc/.*Makefile@@' libnet/configure.ac
-
-- cd libnet && ./autogen.sh
-configure-commands:
-- cd libnet && ./configure --prefix="$PREFIX" --disable-samples --enable-shared=yes
- --with-pic
-build-commands:
-- cd libnet && make
-install-commands:
-- cd libnet && make DESTDIR="$DESTDIR" install
diff --git a/strata/networking-utils/libnetfilter_conntrack.morph b/strata/networking-utils/libnetfilter_conntrack.morph
deleted file mode 100644
index ef6ebb48..00000000
--- a/strata/networking-utils/libnetfilter_conntrack.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: libnetfilter_conntrack
-kind: chunk
-build-system: autotools
diff --git a/strata/networking-utils/libnetfilter_cthelper.morph b/strata/networking-utils/libnetfilter_cthelper.morph
deleted file mode 100644
index 7f410a4a..00000000
--- a/strata/networking-utils/libnetfilter_cthelper.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: libnetfilter_cthelper
-kind: chunk
-build-system: autotools
diff --git a/strata/networking-utils/libnetfilter_cttimeout.morph b/strata/networking-utils/libnetfilter_cttimeout.morph
deleted file mode 100644
index b2281a5b..00000000
--- a/strata/networking-utils/libnetfilter_cttimeout.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: libnetfilter_cttimeout
-kind: chunk
-build-system: autotools
diff --git a/strata/networking-utils/libnetfilter_queue.morph b/strata/networking-utils/libnetfilter_queue.morph
deleted file mode 100644
index d2b80d38..00000000
--- a/strata/networking-utils/libnetfilter_queue.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: libnetfilter_queue
-kind: chunk
-build-system: autotools
diff --git a/strata/networking-utils/libnfnetlink.morph b/strata/networking-utils/libnfnetlink.morph
deleted file mode 100644
index f4fe79ab..00000000
--- a/strata/networking-utils/libnfnetlink.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: libnfnetlink
-kind: chunk
-build-system: autotools
diff --git a/strata/networking-utils/libpcap.morph b/strata/networking-utils/libpcap.morph
deleted file mode 100644
index 7c5ee932..00000000
--- a/strata/networking-utils/libpcap.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: libpcap
-kind: chunk
-build-system: autotools
diff --git a/strata/networking-utils/tcpdump.morph b/strata/networking-utils/tcpdump.morph
deleted file mode 100644
index 7a974dab..00000000
--- a/strata/networking-utils/tcpdump.morph
+++ /dev/null
@@ -1,3 +0,0 @@
-name: tcpdump
-kind: chunk
-build-system: autotools