SlideShare a Scribd company logo
27-Jun, 2016
SAKURA Internet, Inc. / SAKURA Internet Research Center
Senior Researcher / Naoto MATSUMOTO
OpenStackMITAKA
How to install OpenStack(2016)
1) Install OpenStack MITAKA package on CentOS7
# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
# yum install -y centos-release-openstack-mitaka
# yum update -y
# yum install -y openstack-packstack
# packstack --allinone
--os-neutron-ovs-bridge-mappings=extnet:br-ex
--os-neutron-ovs-bridge-interfaces=br-ex:eno16777984
--os-neutron-ml2-type-drivers=vxlan,flat
--os-heat-install=y --os-heat-cloudwatch-install=y
--os-heat-cfn-install=y
2) Configure External Link for Flat LAN
# source /root/keystonerc_admin
# neutron net-create external_network --provider:network_type flat
--provider:physical_network extnet --router:external
# neutron subnet-create --name public_subnet --enable_dhcp=True
--dns-nameserver 8.8.8.8
--allocation-pool=start=10.0.0.100,end=10.0.0.200
--gateway=10.0.0.1 external_network 10.0.0.0/24 Router 10.0.0.1
10.0.0.0/24
VM Instance
eno16777984
public_subnet
br-ex
external_network

More Related Content

PDF
RabbitMQ Server - cheat sheet -
PDF
How to twist a IPv6 over Bluetooth (6lowpan)
PDF
MQTTS mosquitto - cheat sheet -
PDF
How to ride a 100GbE LAN -MEMO-
PPTX
High Availability Server Clustering without ILB(Internal Load Balancer) (MEMO)
PDF
How to train your L3DSR with PBR - MEMO -
PDF
An Easy way to build a server cluster without top of rack switches (MEMO)
PDF
GCC ARM nRF51 IoT SDK -cheat sheet-
RabbitMQ Server - cheat sheet -
How to twist a IPv6 over Bluetooth (6lowpan)
MQTTS mosquitto - cheat sheet -
How to ride a 100GbE LAN -MEMO-
High Availability Server Clustering without ILB(Internal Load Balancer) (MEMO)
How to train your L3DSR with PBR - MEMO -
An Easy way to build a server cluster without top of rack switches (MEMO)
GCC ARM nRF51 IoT SDK -cheat sheet-

What's hot (20)

PDF
My First BCC
PDF
Unbreakable VPN using Vyatta/VyOS - HOW TO -
PDF
UNDOCUMENTED Vyatta vRouter: Unbreakable VPN Tunneling (MEMO)
PDF
Tiny Server Clustering using Vyatta/VyOS (MEMO)
PDF
Vyos clustering ipsec
PDF
Large Scale L2TPv3 Overlay Networking with OSPFv3(DRAFT)
PDF
How to Install Ghost (CMS) MEMO
PDF
How to Install nRF51 IPv6 over Bluetooth using MDK-ARM+IoT SDK
PDF
Openstack kilo installation using rdo
PDF
Openstack installation using rdo
PDF
Openstack installation using rdo multi node
PDF
Creación de máquinas virtuales basada en kernel usando qemu y virsh
PPTX
Installing OpenStack Juno using RDO on RHEL
PPTX
Great Hiroshima with Python 170830
DOCX
Proxy server ubuntu 12.04
PDF
MariaDB ColumnStore column-oriented database Install memo
PDF
How to Connect MQTT Broker on ESP8266 WiFi
ODP
Triangle OpenStack meetup 09 2013
PDF
ClickHouse column-oriented database Install memo
TXT
Cluster setup multinode_aws
My First BCC
Unbreakable VPN using Vyatta/VyOS - HOW TO -
UNDOCUMENTED Vyatta vRouter: Unbreakable VPN Tunneling (MEMO)
Tiny Server Clustering using Vyatta/VyOS (MEMO)
Vyos clustering ipsec
Large Scale L2TPv3 Overlay Networking with OSPFv3(DRAFT)
How to Install Ghost (CMS) MEMO
How to Install nRF51 IPv6 over Bluetooth using MDK-ARM+IoT SDK
Openstack kilo installation using rdo
Openstack installation using rdo
Openstack installation using rdo multi node
Creación de máquinas virtuales basada en kernel usando qemu y virsh
Installing OpenStack Juno using RDO on RHEL
Great Hiroshima with Python 170830
Proxy server ubuntu 12.04
MariaDB ColumnStore column-oriented database Install memo
How to Connect MQTT Broker on ESP8266 WiFi
Triangle OpenStack meetup 09 2013
ClickHouse column-oriented database Install memo
Cluster setup multinode_aws
Ad

Viewers also liked (16)

PDF
クラウド時代のスケールアウト型テレメトリングシステムの考察
PDF
さくらのクラウドでUCARPを使う方法 -メモ-
PDF
RADIUS Auth+Messaging for Telemetering (memo)
PDF
OUR GOAL AND FOCUS FOR "OPEN FOG CONSORTIUM"
PDF
リアルタイム被災情報収集
PDF
デバイスとネットワーク仮想化を使ったワイヤレスネットワーク拡張の実証実験 -メモ-
PDF
データセンターを構成する最新ネットワーク技術動向
DOC
28 de thi hk1 vat ly 12
PDF
GPRS Tunnelling Protocol Analytics MEMO
PDF
100GbE NICを使ったデータセンター・ネットワーク実証実験 -メモ-
PDF
EVPN & VXLAN for Cloud Builders
PDF
OpenStack Cheat Sheet V2
PDF
モノのインターネット(IoT)の不都合な真実
PDF
Recurrent Neural Networks
PDF
Convolutional Neural Networks のトレンド @WBAFLカジュアルトーク#2
PDF
PBR-LB - Direct Server Return Load Balancing using Policy Based Routing (MEMO)
クラウド時代のスケールアウト型テレメトリングシステムの考察
さくらのクラウドでUCARPを使う方法 -メモ-
RADIUS Auth+Messaging for Telemetering (memo)
OUR GOAL AND FOCUS FOR "OPEN FOG CONSORTIUM"
リアルタイム被災情報収集
デバイスとネットワーク仮想化を使ったワイヤレスネットワーク拡張の実証実験 -メモ-
データセンターを構成する最新ネットワーク技術動向
28 de thi hk1 vat ly 12
GPRS Tunnelling Protocol Analytics MEMO
100GbE NICを使ったデータセンター・ネットワーク実証実験 -メモ-
EVPN & VXLAN for Cloud Builders
OpenStack Cheat Sheet V2
モノのインターネット(IoT)の不都合な真実
Recurrent Neural Networks
Convolutional Neural Networks のトレンド @WBAFLカジュアルトーク#2
PBR-LB - Direct Server Return Load Balancing using Policy Based Routing (MEMO)
Ad

Similar to How to install OpenStack MITAKA --allinone - cheat sheet - (20)

PDF
RDO-Packstack Workshop
PDF
UP Board AI Core Configuration memo
PDF
install mosquitto-auth-plug - cheat sheet -
PPTX
Couch to OpenStack: Nova - July, 30, 2013
PDF
How to Burn Multi-GPUs using CUDA stress test memo
PPTX
OpenStack hands-on (All-in-One)
PPTX
OFY-2015-Cloud-In-A-Day
PDF
NFD9 - Matt Peterson, Data Center Operations
PPTX
Couch to OpenStack: Glance - July, 23, 2013
PDF
x86_64 Hardware Deep dive
PPTX
Couch to OpenStack: Neutron (Quantum) - August 13, 2013 Featuring Sean Winn
PPTX
Openstack days taiwan 2016 0712
PDF
Open stack pike-devstack-tutorial
PDF
2015.10.05 Updated > Network Device Development - Part 1: Switch
PDF
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
PDF
Optical Disc Archive Install memo
PPTX
Blockchain Software for Hardware: The Canaan AvalonMiner Open Source Embedded...
PDF
LF_OVS_17_OVS-DPDK Installation and Gotchas
PDF
Docker - container and lightweight virtualization
PPTX
Vagrant, Ansible, and OpenStack on your laptop
RDO-Packstack Workshop
UP Board AI Core Configuration memo
install mosquitto-auth-plug - cheat sheet -
Couch to OpenStack: Nova - July, 30, 2013
How to Burn Multi-GPUs using CUDA stress test memo
OpenStack hands-on (All-in-One)
OFY-2015-Cloud-In-A-Day
NFD9 - Matt Peterson, Data Center Operations
Couch to OpenStack: Glance - July, 23, 2013
x86_64 Hardware Deep dive
Couch to OpenStack: Neutron (Quantum) - August 13, 2013 Featuring Sean Winn
Openstack days taiwan 2016 0712
Open stack pike-devstack-tutorial
2015.10.05 Updated > Network Device Development - Part 1: Switch
整合Cloud Foundry 和 Kubernetes 技術打造企業級雲應用平台解決方案
Optical Disc Archive Install memo
Blockchain Software for Hardware: The Canaan AvalonMiner Open Source Embedded...
LF_OVS_17_OVS-DPDK Installation and Gotchas
Docker - container and lightweight virtualization
Vagrant, Ansible, and OpenStack on your laptop

More from Naoto MATSUMOTO (20)

PDF
Alder Lake-S CPU Temperature Monitoring
PDF
CPU製品出荷状況と消費電力の見える化
PDF
5Gの見える化
PDF
2023年以降のサーバークラスタリング設計(メモ)
PDF
防災を考慮した水中調査の一考察
PDF
旅するパケットの見える化
PDF
LTE-M/NB IoTを試してみる nRF9160/Thingy:91
PDF
災害時における無線モニタリングによる社会インフラの見える化
PDF
BeautifulSoup / selenium Deep dive
PDF
AMDGPU ROCm Deep dive
PDF
Network Adapter Deep dive
PDF
RTL2838 DVB-T Deep dive
PDF
ADS-B, AIS, APRS cheatsheet
PDF
curl --http3 cheatsheet
PDF
3/4G USB modem Cheat Sheet
PDF
How To Train Your ARM(SBC)
PDF
全国におけるCOVID-19対策の見える化 ~宿泊業の場合~
PDF
我が国の電波の使用状況/携帯電話向け割当 (2019年3月1日現在)
PDF
私たちに訪れる(かもしれない)未来と計算機によるモノコトの見える化
PDF
仮想化環境におけるバイナリー・ポータビリティの考察 (WebAssemblyの場合)
Alder Lake-S CPU Temperature Monitoring
CPU製品出荷状況と消費電力の見える化
5Gの見える化
2023年以降のサーバークラスタリング設計(メモ)
防災を考慮した水中調査の一考察
旅するパケットの見える化
LTE-M/NB IoTを試してみる nRF9160/Thingy:91
災害時における無線モニタリングによる社会インフラの見える化
BeautifulSoup / selenium Deep dive
AMDGPU ROCm Deep dive
Network Adapter Deep dive
RTL2838 DVB-T Deep dive
ADS-B, AIS, APRS cheatsheet
curl --http3 cheatsheet
3/4G USB modem Cheat Sheet
How To Train Your ARM(SBC)
全国におけるCOVID-19対策の見える化 ~宿泊業の場合~
我が国の電波の使用状況/携帯電話向け割当 (2019年3月1日現在)
私たちに訪れる(かもしれない)未来と計算機によるモノコトの見える化
仮想化環境におけるバイナリー・ポータビリティの考察 (WebAssemblyの場合)

Recently uploaded (20)

PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Modernizing your data center with Dell and AMD
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Electronic commerce courselecture one. Pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPT
Teaching material agriculture food technology
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Encapsulation theory and applications.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Review of recent advances in non-invasive hemoglobin estimation
The Rise and Fall of 3GPP – Time for a Sabbatical?
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Modernizing your data center with Dell and AMD
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Building Integrated photovoltaic BIPV_UPV.pdf
Approach and Philosophy of On baking technology
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Electronic commerce courselecture one. Pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
20250228 LYD VKU AI Blended-Learning.pptx
NewMind AI Monthly Chronicles - July 2025
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Teaching material agriculture food technology
Dropbox Q2 2025 Financial Results & Investor Presentation
Encapsulation theory and applications.pdf
A Presentation on Artificial Intelligence
Spectral efficient network and resource selection model in 5G networks
NewMind AI Weekly Chronicles - August'25 Week I
Review of recent advances in non-invasive hemoglobin estimation

How to install OpenStack MITAKA --allinone - cheat sheet -

  • 1. 27-Jun, 2016 SAKURA Internet, Inc. / SAKURA Internet Research Center Senior Researcher / Naoto MATSUMOTO
  • 2. OpenStackMITAKA How to install OpenStack(2016) 1) Install OpenStack MITAKA package on CentOS7 # cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) # yum install -y centos-release-openstack-mitaka # yum update -y # yum install -y openstack-packstack # packstack --allinone --os-neutron-ovs-bridge-mappings=extnet:br-ex --os-neutron-ovs-bridge-interfaces=br-ex:eno16777984 --os-neutron-ml2-type-drivers=vxlan,flat --os-heat-install=y --os-heat-cloudwatch-install=y --os-heat-cfn-install=y 2) Configure External Link for Flat LAN # source /root/keystonerc_admin # neutron net-create external_network --provider:network_type flat --provider:physical_network extnet --router:external # neutron subnet-create --name public_subnet --enable_dhcp=True --dns-nameserver 8.8.8.8 --allocation-pool=start=10.0.0.100,end=10.0.0.200 --gateway=10.0.0.1 external_network 10.0.0.0/24 Router 10.0.0.1 10.0.0.0/24 VM Instance eno16777984 public_subnet br-ex external_network