OpenStack Deployment on CentOS
Cloud Computing Fundamentals
Cloud computing delivers on-demand resources via network access with pay-as-you-go pricing. Deplyoment models include public, private, and hybrid clouds.
Pre-Installation Requirements
For production environments:
Synchronize system clocks across all nodes
Confgiure hostnames in advance
Disable firewalls
Repository ...
Posted on Wed, 02 Sep 2026 16:51:44 +0000 by Nukeum66
OpenStack Glance Image Upload Fails Due to Disk Quota Exceeded
When attempting to upload a image to OpenStack Glance, the operation fails with a "500 Internal Server Error" response. This issue occurs despite the image creation command appearing to succeed initially.
The following command demonstrates the failed upload attempt:
glance image-create --name "CentOS_7.5_238.110" --file Cent ...
Posted on Tue, 11 Aug 2026 16:28:27 +0000 by joesaddigh
Deploying OpenStack Icehouse with KVM and Core Services
KVM Virtualization Setup
Install required packages:
yum install qemu-kvm qemu-kvm-tools virt-manager libvirt virt-install
systemctl start libvirtd
Create a 5GB raw disk image:
qemu-img create -f raw /opt/centos-6.5-x86_64.raw 5G
qemu-img info /opt/centos-6.5-x86_64.raw
Launch a VM using virt-install:
virt-install --virt-type kvm \
--name ...
Posted on Mon, 27 Jul 2026 16:50:08 +0000 by Marino
OpenStack Fundamentals and Deployment Guide
Cloud Computing Overview
Cloud computing delivers computing services over networks with key characteristics including on-demand resource allocation, pay-as-you-use pricing, and transparent backend infrastructure. Three primary deployment models exist: private clouds for single organizations, public clouds offered by providers like Amazon Web Se ...
Posted on Mon, 13 Jul 2026 16:55:45 +0000 by dirkbonenkamp