Openstack: keystone authentication service
First, some basic routines for installing Opnstack services are described.
1. Database Creation
2. Install packages of corresponding services and modify configuration files
3. Create corresponding services and register api
I. Database
Official Documents https://docs.openstack.org/keystone/stein/install/keystone-install-rdo.html
Creating databa ...
Posted by ozman26 on Fri, 06 Sep 2019 06:19:36 -0700
Using vlan network in Openstack
On the left is my personal micro-letter. If you need further communication, Please add micro-letter. On the right is my public number, Openstack Private Cloud. If you are interested, please pay attention.
After the Openstack deployment and installation, the default tenant network is vxlan, but in actual projects, more tenants use vlan or fl ...
Posted by curioadmin on Fri, 09 Aug 2019 03:14:38 -0700
OpenStack Component - Keystone Identity Authentication
1. Introduction to Keystone
Kestone is one of the components of OpenStack, which is used to provide unified authentication services for other members of OpenStack family, including authentication, token issuance and verification, service list, user rights definition and so on. The authorization and authentication of all services in the cloud e ...
Posted by noirsith on Mon, 29 Jul 2019 04:08:07 -0700
openstack Cloud Computing: Openstack rocky Deployment Three nova Computing Node Deployment
Openstack Cloud Computing (2): Openstack Rocky Deployment Tri nova Deployment and Validation (Computing Node)
Tags (space delimited): openstack series
First: nova compute node initialization
2: nova Computing Node Configuration
First: nova compute node initialization
1.1 Configuration Host Name
login: 10.0.0.31
cat /etc/hosts
---
10.0 ...
Posted by AliceH on Sun, 12 May 2019 01:32:15 -0700
8. neutron Network Virtualization
Article directory
8.1 Why Physical Networks Can't Meet the Needs of Cloud Computing
8.1.1 Large Capacity MAC and ARP Table Items
8.1.2 4K VLAN TRUNK
8.1.34 K VLAN upper bound problem
8.1.4 Network Dependency in Virtual Machine Migration
8.2 neutron Network Virtualization Capability
8.3 neutron provides network types
8.4 Reg ...
Posted by phphelpme on Thu, 09 May 2019 11:00:38 -0700
OpenStack-M Neutron (Network Services)
Neutron Installation
I. Database Configuration
Creating service credentials and API endpoints
Controller Node - Install and Configure Neutron Components
Compute Node - Install and Configure Neutron Components
V. Verification of Neutron Services
I. Database Configuration
# mysql -uroot -p123456
MariaDB [(none)]> create ...
Posted by xenophobia on Wed, 23 Jan 2019 20:15:13 -0800
Ubuntu-16.04 deploys OpenStack Ocata< Lower >
Configuration of Dashboard dashboard service (Controller Node)1. Configure Dashboard# apt -y install openstack-dashboard
# vim /etc/openstack-dashboard/local_settings.py
OPENSTACK_HOST = "192.168.30.145" & ...
Posted by kenle on Fri, 04 Jan 2019 23:33:09 -0800