Forum archive
Install images in openstack through horizon
Hi,
I have an opentack install in production and I would like to use turnkey images as they look to be very interesting.
However my problem is that my openstack install is a private cloud installed as a service by my provider and I can't access my nodes through command lines.
Therefore I need to install through horizon.
Next problem is that when I try to decompress archives in windows (gitLab for exemple), the archive is said to be corrupted. That is also true when I decompress in linux.
I would need help to understand what the workflow could be.
Thank you in advance !
Bastien
So I'm not really sure. We originally made the OpenStack images in consultation with someone who was using them. Since then we have had some feedback from others suggesting that a disk image may be better (rather than an archived FS). But as none of us have a OpenStack to play with it's a little hard to adjust without some clear guidance from an expert.
But back to your issue at hand. Have you confirmed that the archives are indeed not corrupted? They are gpg signed and have md5/sha1 hashes so there are a few different ways to check their integrity. Otherwise they should decompress fine with tar. On Windows I have successfully used 7zip to decompress tar.gz archives previously but it requires a 2 step process (unzip first, then untar).