Commit e3eb48ec authored by garciadeblas's avatar garciadeblas
Browse files

Update docs with recommended ubuntu24 image

parent 2d1335de
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -51,9 +51,9 @@ In order for OSM to work, it is assumed that:
All you need to run OSM is a single server or VM with the following requirements:

- RECOMMENDED: 4 CPUs, 16 GB RAM, 80GB disk and a single interface with Internet access
- Base image: Ubuntu22.04
  - [Ubuntu22.04 cloud image (64-bit variant required)](https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64-disk-kvm.img)
  - [Ubuntu22.04 server image (64-bit variant required)](http://releases.ubuntu.com/22.04/)
- Base image: Ubuntu24.04
  - [Ubuntu24.04 cloud image (64-bit variant required)](https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img)
  - [Ubuntu24.04 server image (64-bit variant required)](http://releases.ubuntu.com/24.04/)

Once you have prepared the host with the previous requirements, all you need to do is:

+5 −5
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@
In order to install OSM, you will need, at least, a single server or VM with the following requirements:

- RECOMMENDED: 4 CPUs, 16 GB RAM, 80GB disk and a single interface with Internet access
- Base image: Ubuntu22.04
  - [Ubuntu22.04 cloud image (64-bit variant required)](https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64-disk-kvm.img)
  - [Ubuntu22.04 server image (64-bit variant required)](http://releases.ubuntu.com/22.04/)
- Base image: Ubuntu24.04
  - [Ubuntu24.04 cloud image (64-bit variant required)](https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img)
  - [Ubuntu24.04 server image (64-bit variant required)](http://releases.ubuntu.com/24.04/)

**Reminder**: Although OSM could work with other base images, the only recommended are the ones above, since these are the images used in our daily tests.

@@ -609,10 +609,10 @@ juju config keystone mysql_root_password="<MySQL Root Password>"
OSM could be installed to a remote OpenStack infrastructure from the OSM standard installer. It is based on Ansible and it takes care of configuring the OpenStack infrastructure before deploying a VM with OSM. The Ansible playbook performs the following steps:

1. Creation of a new VM flavour (4 CPUs, 16 GB RAM, 80 GB disk)
2. Download of Ubuntu 22.04 image and upload it to OpenStack Glance
2. Download of Ubuntu 24.04 image and upload it to OpenStack Glance
3. Generation of a new SSH private and public key pair
4. Setup of a new security group to allow external SSH and HTTP access
5. Deployment of a clean Ubuntu 20.04 VM and installation of OSM to it
5. Deployment of a clean Ubuntu 24.04 VM and installation of OSM to it

**Important note:** The OpenStack user needs Admin rights or similar to perform those operations.