OpenStack & CEPH

This post is on how to setup OSA ( Openstack Ansible) with CEPH, where both projects are independent of one another. Setup CEPH using ceph-ansible. Create the necessary pools and logins . For example, here I am using the same CEPH storage for 2 different OpenStack Setups. ceph osd pool create osa-volumes ceph osd pool […]

Read More

OpenStack setup – all in one

This tutorial is to get you running openstack inside virtualbox/vm for development and testing. You can do this in windows or in linux host machine. All you need is virtualbox installed.  vagrant box add ubuntu/focal64 vagrant plugin install vagrant-disksize mkdir aio cd aio vagrant init ubuntu/focal64 notepad Vagrantfile below the line that says:config.vm.box = “ubuntu/focal64” […]

Read More

OpenStack VXLAN

Lets create another network in the same tenant, and create 3 more VMS. +————————————–+———+———————————-+——–+————+————-+———————————+ | ID | Name | Tenant ID | Status | Task State | Power State | Networks | +————————————–+———+———————————-+——–+————+————-+———————————+ | ee98e356-e017-4cf1-93c7-7483370d4fe2 | vm201-1 | 3b86f724614540bc902d3570b0bf86f1 | ACTIVE | – | Running | dhcp-192-168-201=192.168.201.15 | | 756558c6-2064-4494-b432-26ac1c408f15 | vm201-2 | 3b86f724614540bc902d3570b0bf86f1 | […]

Read More