diff --git a/SOURCES/Rocky-NFV.repo b/SOURCES/Rocky-NFV.repo
new file mode 100644
index 0000000000000000000000000000000000000000..2cf6caf13537c296b356d8f18b2d461ffd3af681
--- /dev/null
+++ b/SOURCES/Rocky-NFV.repo
@@ -0,0 +1,17 @@
+# Rocky-NFV.repo
+#
+# The mirrorlist system uses the connecting IP address of the client and the
+# update status of each mirror to pick current mirrors that are geographically
+# close to the client.  You should use this for Rocky updates unless you are
+# manually picking other mirrors.
+#
+# If the mirrorlist does not work for you, you can try the commented out
+# baseurl line instead.
+
+[nfv]
+name=Rocky Linux $releasever - NFV
+mirrorlist=http://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=NFV-$releasever
+#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/NFV/$basearch/os/
+gpgcheck=1
+enabled=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
diff --git a/SOURCES/Rocky-RT.repo b/SOURCES/Rocky-RT.repo
new file mode 100644
index 0000000000000000000000000000000000000000..d6681136f87517f7eab0d9b7c207fcda60cf01a5
--- /dev/null
+++ b/SOURCES/Rocky-RT.repo
@@ -0,0 +1,17 @@
+# Rocky-RT.repo
+#
+# The mirrorlist system uses the connecting IP address of the client and the
+# update status of each mirror to pick current mirrors that are geographically
+# close to the client.  You should use this for Rocky updates unless you are
+# manually picking other mirrors.
+#
+# If the mirrorlist does not work for you, you can try the commented out
+# baseurl line instead.
+
+[rt]
+name=Rocky Linux $releasever - Realtime
+mirrorlist=http://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=RT-$releasever
+#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/RT/$basearch/os/
+gpgcheck=1
+enabled=0
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
diff --git a/SPECS/rocky-release.spec b/SPECS/rocky-release.spec
index 2a972cb54843afda1e84db04449881f993b46817..8d9c4d144f642f1026ab720479f16ece6f36fb27 100644
--- a/SPECS/rocky-release.spec
+++ b/SPECS/rocky-release.spec
@@ -9,7 +9,7 @@
 %define distro  Rocky Linux
 %define major   8
 %define minor   3
-%define rocky_rel 13
+%define rocky_rel 14
 %define upstream_rel %{major}.%{minor}
 
 %define base_release_version %{major}
@@ -70,6 +70,8 @@ Source1203:     Rocky-Extras.repo
 # Rocky Add-ons
 Source1210:     Rocky-HighAvailability.repo
 Source1211:     Rocky-ResilientStorage.repo
+Source1212:     Rocky-RT.repo
+Source1213:     Rocky-NFV.repo
 
 # Rocky Special Stuff
 Source1220:     Rocky-Media.repo
@@ -78,7 +80,7 @@ Source1222:     Rocky-Sources.repo
 Source1223:     Rocky-Devel.repo
 #Source1224:     Rocky-ContinuousRelease.repo
 #Source1225:     Rocky-FastTrack.repo
-#Source1226:     Rocky-Plus.repo
+Source1226:     Rocky-Plus.repo
 
 # Remove once testing is done
 Source4000:     Rocky-issue
@@ -198,9 +200,12 @@ install -p -m 0644 %{SOURCE1202} %{buildroot}%{_sysconfdir}/yum.repos.d/
 install -p -m 0644 %{SOURCE1203} %{buildroot}%{_sysconfdir}/yum.repos.d/
 install -p -m 0644 %{SOURCE1210} %{buildroot}%{_sysconfdir}/yum.repos.d/
 install -p -m 0644 %{SOURCE1211} %{buildroot}%{_sysconfdir}/yum.repos.d/
+install -p -m 0644 %{SOURCE1212} %{buildroot}%{_sysconfdir}/yum.repos.d/
+install -p -m 0644 %{SOURCE1213} %{buildroot}%{_sysconfdir}/yum.repos.d/
 install -p -m 0644 %{SOURCE1220} %{buildroot}%{_sysconfdir}/yum.repos.d/
 install -p -m 0644 %{SOURCE1222} %{buildroot}%{_sysconfdir}/yum.repos.d/
 install -p -m 0644 %{SOURCE1223} %{buildroot}%{_sysconfdir}/yum.repos.d/
+install -p -m 0644 %{SOURCE1226} %{buildroot}%{_sysconfdir}/yum.repos.d/
 
 %files
 %license LICENSE
@@ -229,6 +234,9 @@ install -p -m 0644 %{SOURCE1223} %{buildroot}%{_sysconfdir}/yum.repos.d/
 %{_sysconfdir}/pki/rpm-gpg/
 
 %changelog
+* Wed May 05 2021 Louis Abel <label@rockylinux.org> - 8.3-14
+- Add RT, Plus, and NFV repo files
+
 * Mon May 03 2021 Louis Abel <label@rockylinux.org> - 8.3-13
 - Add minor version to /etc/os-release to resolve issues
   with products that provide the "full version"