commit f41119e1ef3d973cc9e65263348caa438b6cbf58 Author: Lee Yarwood Date: Wed Sep 23 12:08:38 2020 +0100 dnf: Correctly configure repos I0eab8ad25112511b0c4dd4b7796b4cda821bca8b incorrectly attempted to write directly to the /etc/repos.d/ directory as the stack user. This isn't possible even with sudo so use the config-manager command to import locally written files as the stack user. Additionally ensure there is no whitespace at the start of each line within the files. Change-Id: I2fbc3b7c7df90328954eb4dcee921bd2ae9b2706 diff --git a/devstack/lib/ceph b/devstack/lib/ceph index 1596f08..dcae859 100755 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -881,66 +881,64 @@ function dnf_add_repository_ceph { local ceph_release=$1 local distro_release=$2 - cat >/etc/yum.repos.d/ceph.repo < ceph.repo </etc/yum.repos.d/nfs-ganesha.repo < nfs-ganesha.repo <