카테고리 없음

openstack(오픈스택) Hello World

MasterJ 2021. 1. 25. 00:04

devstack 스크립트 버전선택

python, brctl, local.conf 설정 중요

 

우분투 20.04.01   에 맞는건 

stable/victoria

 

MasterJJ/devstack

System for quickly installing an OpenStack cloud from upstream git for testing and development. Mirror of code maintained at opendev.org. - MasterJJ/devstack

github.com

Failed to build grpcio

 

github.com/grpc/grpc/issues/19243

 

에러

 Package 'python-mysqldb' has no installation candidate

 

python3 버전이왜 Python (2버전은 없다) 빌드해서 설치해야한다.

stackoverflow.com/questions/65866417/pip-install-failing-on-python2

 

They really need to update the instructions. The right file for python2 has been moved over to here, https://bootstrap.pypa.io/2.7/get-pip.py

python3-mysqldb mysql-server

 

 

docs.openstack.org/designate/latest/contributor/ubuntu-dev.html

 

OpenStack Docs: Development Environment on Ubuntu

Development Environment on Ubuntu Designate is comprised of four main components Designate API, Designate Central, designate-mdns, and designate-pool-manager, supported by a few standard open source components. For more information see Architecture. There

docs.openstack.org

설치에러 

stackoverflow.com/questions/63439723/error-in-installation-of-openstack-in-ubuntu

 

ubershy.blogspot.com/2015/12/installing-and-running-devstack.html

 

Installing and running DevStack

Introduction DevStack is like a small preconfigured OpenStack cloud. To run it, you don't need to have your own datacenter, the average...

ubershy.blogspot.com

stack@devstack:~/Sync/Repos/devstack$ brctl The program 'brctl' is currently not installed. You can install it by typing: sudo apt-get install bridge-utils stack@devstack:~/Sync/Repos/devstack$

 

 

apt-get update apt-get upgrade apt-get install iptable apt-get install arptables apt-get install ebtables

E: Package 'python-mysqldb' has no installation candidate

 

 

 

오픈스택은 6~개월 마다 새로운 버전이 나온다

velog.io/@dojun527/Devstack%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%9C-Openstack-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0

 

Devstack을 이용한 Openstack 설치하기

우선 VirtualBox를 설치합니다. 설치는 여기에 들어가서 각자의 환경에 맞게 설치를 하면 됩니다. 설치가 완료되면 Oracle VirtualBox를 실행시키고 Virtual Machine을 새로 만들기 위해 새로 만들기를 클릭

velog.io

docs.openstack.org/install-guide/openstack-services.html

 

 

OpenStack Docs: Install OpenStack services

 

docs.openstack.org