Installing Openstack Skyline Console (UI of Openstack Modern Dashboard)

Skyline Console is one part of OpenStack Modern Dashboard, which provides a web based user interface to OpenStack services including Nova, Swift, Keystone, etc. This blog describes how to install and configure the Skyline Console service. Before you begin, you must have a ready OpenStack environment. At least it includes keystone, glance, nova, neutron and […]

Install Openstack’s Skyline-apiserver

OpenStack Skyline APIServer is the back-end server of Skyline. It provides RESTful APIs to Skyline Console. Skyline is an OpenStack dashboard optimized by UI and UE. It has a modern technology stack and ecology, is easier for developers to maintain and operate by users, and has higher concurrency performance. Skyline’s mascot is the nine-color deer. […]

Automating Load Balancer Creation for NGINX HTTP Servers in OpenStack with Terraform

Infrastructure as Code (IaC) has become a cornerstone of modern DevOps practices, enabling teams to automate and manage infrastructure efficiently. Terraform, an open-source IaC tool by HashiCorp, allows you to define and provision infrastructure using declarative configuration files. In this article, we’ll walk through how to use Terraform to automate the creation of a load […]

Install Cluster Kubernetes using Kubeadm Ubuntu 22.04, Kubeadm Cluster 1.31, Calico 3.29

Requirement : Initialize node reference : https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd Make sure date time are correct and synced We use timesyncd, check the status Edit your NTP Server Restart the service Check your time and timezone, set your timezone if neccessary $timedatectl $timedatectl set-timezone Asia/Jakarta Remove Swap Sometime etcd having problem running in Ubuntu 22.04, edit the grub […]

Sardina Documentation Series – Part 8

Migration From VMware to Sardina To Perform Migration, There will be a new project where the Migration tools appliance reside on.The migration tools that will be used is called Moveit. There are several steps that are needed to be configured to perform the migration itself.The tools need to have both VMware credentials to see the […]

Sardina Documentation Series – Part-5

Create and manage networks The OpenStack Networking service provides a scalable system for managing the network connectivity within an OpenStack cloud deployment. It can easily and quickly react to changing network needs (for example, creating and assigning new IP addresses). Networking in OpenStack is complex. This section provides the basic instructions for creating a network […]

Sardina Documentation Series – Part 6

Create and manage object containers OpenStack Object Storage (swift) is used for redundant, scalable data storage using clusters of standardized servers to store petabytes of accessible data. It is a long-term storage system for large amounts of static data which can be retrieved and updated. OpenStack Object Storage provides a distributed, API-accessible storage platform that […]

Sardina Documentation Series – Part 7

Create and manage volumes Volumes are block storage devices that you attach to instances to enable persistent storage. You can attach a volume to a running instance or detach a volume and attach it to another instance at any time. You can also create a snapshot from or delete a volume. Only administrative users can […]

Sardina Documentation Series – Part-4

Launch and manage instances Instances are virtual machines that run inside the cloud. You can launch an instance from the following sources: Launch an instance You can also launch an instance from the Images or Volumes category when you launch an instance from an image or a volume respectively. When you launch an instance from an image, OpenStack creates […]