기본 콘텐츠로 건너뛰기

오픈스택 기초 및 실습,Fundamentals of OpenStack

About Cloud.

○ 가상화(Virtualization)

- 서버 가상화 

: 서버통합 방법론, 이미 완료된 시장. 
1. VMware
2. MS HyperV
3. KVM(OpenSource), RHEV(레드햇)
4. OracleVM

- 네트워크 가상화

->SDN(Software Defined Network)

- 스토리지 가상화

- 에플리케이션 가상화

- OS(컨테이너) 가상화


About OpenStack.

○ What is OpenStack?

- Open source IaaS implementation
- Free open source (Apache license)software
- Ongoing, significant code contributions from many industry leaders, including HPE
- Plugable and hardware-agnostic architecture
- NSA(Nebula platform)과 Rackspace(Cloud Files platform)  사이 협업 프로젝트에서 시작됨

○ OpenStack Architecture.

Conceptual architecture

OpenStack inter-service communications

○ Nova

컴퓨팅

⊙ Nova 디자인 가이드라인

:

○ Glance

⊙ 

이미지, Swift에 저장.

○ Keystone

⊙ 

인증키

○ Neutron

⊙ 

네트워크

○ Swift

⊙ 

Object Storage

○ Cellometer

⊙ 

Block Storage

○ Horizon

⊙ 

웹기반 UI

○ Heat

Orchestrates cloud


○ REST API.

표준 운영 API,

⊙ cURL

⊙ Python


○ OpenStack 실습

⊙ VPN 연결

- VPN : Virtual Private Network






⊙ 리눅스 시스템

- MTPutty


⊙ Horizon

- Horizon 로그인 화면. (크롬으로 연결)
#회원 가입이 없다? 오픈소스 이기 때문에 개발 요소가 들어갈 필요가 있는 부분 중 하나.





댓글

이 블로그의 인기 게시물

유닉스 & 리눅스 가계도. Unix&Linux Family

- Unix Family - Shell History

알고리즘 문제풀이 사이트.

알고리즘 문제풀이 사이트 정리. #삼성 소프트웨어 능력 테스트 #카카오톡 <국내> -백준 저지 https://www.acmicpc.net/ -코드그라운드 https://www.codeground.org/ -프로그래머스 https://programmers.co.kr/ -oj.uz https://oj.uz/ -Algospot https://algospot.com/ -Jungol http://www.jungol.co.kr/ <해외> -codeforces http://codeforces.com/

라즈베리파이(Raspberry Pi3 jessie) 와 PC 연결.

- 유무선 AP 공유기의 사설망 사용 파일공유 - 고정아이피로 변경 및 DNS 설정 및 tftp #vi /etc/network/interfaces 사용하는 네트워크에 추가 address 192.168.0.120 : 서버주소 netmarsk 255.255.225.0 gateway 192.168.0.1 #vi /etc/resolv.conf nameserver 192.168.0.1 : 도메인네임 서버 이전 - dhcp 데몬 사용안함 #systemctl disable dhcpd #systemctl enable networking #reboot - tfpt 사용 #find / -name tftp 2> /dev/null : tftp 서비스를 사용하는지 검색, 오류는 안띄움 #apt-get install tftp : 설치 #tftp 192.168.0.25 - PC와 유선으로 연결 - 라즈베리 파이에  Generic PL2303HX USB Transfer to TTL RS232 Serial Port Adapter Cable 연결. 빨강 :  +5V 검정 : GND 흰색 : TXD 녹색 : RXD - PC에 USB연결 후 드라이버 설치 - 윈도우에서 putty를 사용해 연결 드라이버 설치과정에서 드라이버를 찾지 못하는 이슈가 생길 수 있다. 윈도우즈 업데이트 드라이버 설치로 하면 설치 가능. 드라이버 설치가 완료되면 Putty를 이용해 연결하자. 로그인 하면 라즈베리파이 터미널처럼 사용 할 수 있음. 라즈베리파이 터미널과 pc putty 터미널간의 메시지를 주고 받을 수 있다. - 블루투스 사용 안하기 : 속도 증가, 통신속도 115200 맞추기 위해서. 자세한 내용 : https://arsviator.blogspot.kr/2016/08/3-raspberry-pi-3-uartbluetoot...