Skip to content

linitio/openstack-amazon-linux-2023-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Amazon Linux 2023 image for OpenStack

Simple port of Amazon Linux 2023 AMI for OpenStack environments
Explore the docs »

Report Bug · Request Feature

About The Project

This project is a simple port of Amazon Linux 2023 AMI from Amazon Web Services for OpenStack environments.
This image is strictly the same that the original, the only change has been made is adding OpenStack datasource for cloud-init.

This image is updated when AWS released a new version on their public repository here.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

How to use this image

  1. Set your OpenStack environment variables
  2. Download the latest image from the repository page
  3. Upload image to your OpenStack environment
    openstack image create --disk-format=qcow2 --container-format=bare --min-disk 25 --file al2023-kvm-<VERSION>-kernel-6.1-x86_64.xfs.gpt.qcow2 'Amazon Linux 2023'

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL-2.0 License. See LICENSE.md for more information.

(back to top)

Contact

Kevin Allioli - @linit_io - kevin@linit.io

Project Link: https://github.com/linitio/openstack-amazon-linux-2023-image

(back to top)