This repository contains an exercise using Sunbeam Openstack on Ubuntu Desktop 24.04 freshly created and using terraform to create an instance of nginx.
- Terraform 1.14.3 or higher
- Tested on Ubuntu 24.04
Install Sunbeam Openstack in another machine, VM or computer with Ubuntu (Installation Guide)
It is recomended the following requirements:
- 4+ core amd64 processor
- minimum of 16 GiB of RAM
- minimum of 100 GiB SSD storage on the rootfs partition
- fresh Ubuntu Desktop 24.04 LTS installed
- unlimited access to the Internet
- spare un-formatted disk for MicroCeph
Terraform project: deploy nginx app
- Run the terraform project using the following commands:
# Init
make init
# Plan (without changes)
make plan
# Apply
make applyThis project is licensed under the [MIT] License - see the LICENSE.md file for details