diff --git a/bin/tags/ceph-luminous7.sh b/bin/tags/ceph-luminous7.sh
deleted file mode 100755
index 2d440869bb506138c87acb200db064edfe43e12a..0000000000000000000000000000000000000000
--- a/bin/tags/ceph-luminous7.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-
-DIST="ceph-luminous7"
-
-koji remove-tag $DIST-build
-koji add-tag --arches "x86_64" $DIST-build
-
-koji add-group $DIST-build build
-koji add-group $DIST-build srpm-build
-koji add-group-pkg $DIST-build build bash bzip2 coreutils cpio diffutils redhat-release-everything findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng which tar cern-koji-addons buildsys-macros-el7
-koji add-group-pkg $DIST-build srpm-build bash curl cvs redhat-release-everything gnupg make redhat-rpm-config rpm-build shadow-utils tar buildsys-macros-el7 cern-koji-addons
-
-koji add-external-repo --tag=$DIST-build cc7-cern
-koji add-external-repo --tag=$DIST-build cc7-cernonly
-koji add-external-repo --tag=$DIST-build cc7-updates
-koji add-external-repo --tag=$DIST-build cc7-extras
-koji add-external-repo --tag=$DIST-build cc7-os
-koji add-external-repo --tag=$DIST-build epel7
-koji add-external-repo --tag=$DIST-build buildsys7
-
-koji add-tag $DIST-testing
-koji add-tag $DIST-qa
-koji add-tag $DIST-stable
-
-koji add-tag-inheritance --priority 1 $DIST-build $DIST-testing
-
-
-koji add-target $DIST $DIST-build $DIST-testing
diff --git a/bin/tags/ceph-mimic7.sh b/bin/tags/ceph-mimic7.sh
deleted file mode 100755
index 17ad25ef38b05548c741af14726e60871f2ebaf5..0000000000000000000000000000000000000000
--- a/bin/tags/ceph-mimic7.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-BASE_DIST=el7
-
-DIST="ceph-mimic7"
-
-koji remove-tag $DIST-build
-koji add-tag --arches "x86_64" $DIST-build
-
-koji add-group $DIST-build build
-koji add-group $DIST-build srpm-build
-koji add-group-pkg $DIST-build build bash bzip2 coreutils cpio diffutils redhat-release-everything findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng which tar cern-koji-addons buildsys-macros-el7
-koji add-group-pkg $DIST-build srpm-build bash buildsys-macros curl cvs redhat-release-everything gnupg make redhat-rpm-config rpm-build shadow-utils tar buildsys-macros-el7 cern-koji-addons
-
-koji add-external-repo --tag=$DIST-build cc7-cern
-koji add-external-repo --tag=$DIST-build cc7-cernonly
-koji add-external-repo --tag=$DIST-build cc7-updates
-koji add-external-repo --tag=$DIST-build cc7-extras
-koji add-external-repo --tag=$DIST-build cc7-os
-koji add-external-repo --tag=$DIST-build epel7
-koji add-external-repo --tag=$DIST-build buildsys7
-koji add-external-repo --tag=$DIST-build cc7-sclo-rh
-
-koji add-tag $DIST-testing
-koji add-tag $DIST-qa
-koji add-tag $DIST-stable
-koji add-target $DIST $DIST-build $DIST-testing