Skip to content

Commit

Permalink
Merge pull request #372 from LKHN/gc_azure_enhancements
Browse files Browse the repository at this point in the history
Enhancement for Generic Cloud and Azure pages
  • Loading branch information
bennyvasquez authored Mar 24, 2024
2 parents 2a1e9fc + 6c0565e commit ef0e28a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ module.exports = {
title: 'Cloud Images',
path : '/cloud',
children: [
{
title: 'Generic Cloud (Cloud-init)',
path: '/cloud',
children: [
'/cloud/Generic-cloud',
'/cloud/Generic-cloud-on-local',
]
},
{
title: 'AWS',
path : '/cloud',
Expand All @@ -159,8 +167,7 @@ module.exports = {
'/cloud/EC2-instance-connect',
],
},
'/cloud/Generic-cloud',
'/cloud/Generic-cloud-on-local',
'/cloud/Azure',
'/cloud/Google',
'/cloud/OCI',
'/cloud/OpenNebula',
Expand Down
6 changes: 3 additions & 3 deletions docs/cloud/Generic-cloud.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: 'Generic Cloud (cloud-init)'
title: 'Generic Cloud (Cloud-init)'
---
# AlmaLinux OS Generic Cloud (cloud-init) image
# AlmaLinux OS Generic Cloud (Cloud-init) image

The Generic Cloud image is a general purpose virtual machine image that
contains the [cloud-init](https://cloud-init.io/) package. During boot,
contains the [Cloud-init](https://cloud-init.io/) package. During boot,
cloud-init will take configuration options from cloud metadata and
initialize a system accordingly. This may include network
configuration, user's SSH key pair installation, attaching storage devices, etc.
Expand Down

0 comments on commit ef0e28a

Please sign in to comment.