OpenStack: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 49: Line 49:
* [https://computingforgeeks.com/openstack-deployment-on-ubuntu-with-devstack/ OpenStack Deployment on Ubuntu 20.04 » DevStack]
* [https://computingforgeeks.com/openstack-deployment-on-ubuntu-with-devstack/ OpenStack Deployment on Ubuntu 20.04 » DevStack]
* [https://www.techrepublic.com/article/how-to-install-openstack-on-ubuntu-server-with-devstack/ OpenStack on Ubuntu Server with DevStack]
* [https://www.techrepublic.com/article/how-to-install-openstack-on-ubuntu-server-with-devstack/ OpenStack on Ubuntu Server with DevStack]
* [https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/yoga/ OpenStack Charms Deployment Guide]


| valign="top" |
| valign="top" |

Revision as of 04:17, 4 July 2022

Services

Service Name Description
Identity Keystone Service
Image Glance Service
Placement Placement API
Compute Nova Service
Network Neutron Service
Dashboard Horizon OpenStack
Block Storage Cinder Service

Knowledge

sudo snap install microstack --beta --devmode
sudo snap install microstack --beta
sudo snap info    microstack

References