zypper may not pull in latest packages if the repository cache is not updated
so we should do a 'zypper ref' before installing packages.
Signed-off-by: Owen Synge <osynge@suse.com>
]
)
+ remoto.process.run(
+ distro.conn,
+ [
+ 'zypper',
+ '--non-interactive',
+ 'refresh'
+ ],
+ )
+
remoto.process.run(
distro.conn,
[
distro.conn.remote_module.write_file(
'/etc/zypp/repos.d/ceph.repo',
ceph_repo_content)
+ remoto.process.run(
+ distro.conn,
+ [
+ 'zypper',
+ '--non-interactive',
+ 'refresh'
+ ]
+ )
remoto.process.run(
distro.conn,