Skip to content

Commit f61a282

Browse files
brodriguez-opennebularsmontero
authored andcommitted
Update PoC ISO for OpenNebula CE to 7.4 (#797)
(cherry picked from commit a6e4a8e)
1 parent 0b91a51 commit f61a282

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/getting_started/try_opennebula/opennebula_sandbox_deployment/deploy_opennebula_onprem_with_poc_iso.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The OpenNebula ISO is based on AlmaLinux 9, thus it shares the same requirements
3333

3434
Download the OpenNebula ISO (based on Alma Linux). Currently, the following versions are available:
3535

36-
- [OpenNebula 7.2 Community Edition](https://one-poc.s3.eu-central-1.amazonaws.com/7.2/CE/opennebula-7.2-CE.iso) \([SHA256 checksum](https://one-poc.s3.eu-central-1.amazonaws.com/7.2/CE/opennebula-7.2-CE.iso.sha)\)
36+
- [OpenNebula 7.4 Community Edition](https://one-poc.s3.eu-central-1.amazonaws.com/7.4/CE/opennebula-7.4-CE.iso) \([SHA256 checksum](https://one-poc.s3.eu-central-1.amazonaws.com/7.4/CE/opennebula-7.4-CE.iso.sha)\)
3737

3838
Once the image is downloaded, there are two installation options:
3939

@@ -43,7 +43,7 @@ Once the image is downloaded, there are two installation options:
4343
From Linux or MacOS, the image can be dumped on the USB with the following command
4444

4545
```bash
46-
dd if=/path/to/your/opennebula-7.0.1-CE.iso of=/dev/sdXX
46+
dd if=/path/to/your/opennebula-7.4-CE.iso of=/dev/sdXX
4747
```
4848

4949
{{< alert title="Check the USB drive" type="warning" >}}

content/product/cloud_system_administration/authentication_configuration/saml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ OpenNebula can be also configured to enable external SAML authentication for all
5252
DEFAULT_AUTH = "saml"
5353
```
5454

55-
This will avoid cloud admins having to manually create users with the SAML authentication driver. If `DEFAULT_AUTH` is set to "saml", successfully authenticated users that are not present in the OpenNebula database will be automatically provisioned.
55+
This will avoid cloud admins having to manually create users with the SAML authentication driver. If `DEFAULT_AUTH` is set to "saml", successfully authenticated users that are not present in the OpenNebula database will be automatically provisioned.
5656

5757
Note that this authentication method provides only access to fireedge. API/CLI access rely on generating a temporary token ( Settings -> Security -> Login Token -> Get a new token ).
5858

0 commit comments

Comments
 (0)