Skip to content
Snippets Groups Projects

Minor RHEL rephrasing

Merged Daniel Juarez Gonzalez requested to merge minor_rephrasing into master
2 files
+ 8
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
4
@@ -66,12 +66,15 @@ A scheduled pipeline rebuilds the image once per month.
@@ -66,12 +66,15 @@ A scheduled pipeline rebuilds the image once per month.
##### Red Hat Enterprise Linux images
##### Red Hat Enterprise Linux images
These are upstream RHEL images converted from qcow2 to raw format (convertimage.sh),
These are upstream RHEL images converted from qcow2 to raw format (convertimage.sh),
downloaded from
downloaded from <https://access.redhat.com/downloads/>
```https://access.redhat.com/downloads/```
Rename the downloaded image to match the following naming example: `rhel-server-8.2-20200515-1-x86_64.raw`
uploaded with ```upload2openstack.sh``` then shared using:
Upload it from a machine with [openstackclient](https://clouddocs.web.cern.ch/clients/linux_client_installation.html#centos-7), bear in mind you will need permissions
 
to run `guestfish` so you will not be able to use `aiadm`. For authentication you can use the Openstack RC file from the tenant web interface (top right corner, under `Tools`).
 
 
Upload it with ```./upload2openstack.sh rhel8 prod x86_64 20200515``` then shared using:
```openstack image add project image-id project-id```
```openstack image add project image-id project-id```
Loading