https://github.com/ziozzang/openstack-at-home-ubuntu
Openstack Initial Provisioning at Home with Ubuntu
https://github.com/ziozzang/openstack-at-home-ubuntu
Last synced: over 1 year ago
JSON representation
Openstack Initial Provisioning at Home with Ubuntu
- Host: GitHub
- URL: https://github.com/ziozzang/openstack-at-home-ubuntu
- Owner: ziozzang
- License: bsd-3-clause
- Created: 2014-05-11T08:55:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-17T13:40:03.000Z (about 12 years ago)
- Last Synced: 2025-01-28T18:21:24.227Z (over 1 year ago)
- Language: Shell
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
openstack-at-home-ubuntu
========================
Openstack Initial Provisioning at Home with Ubuntu. (Support for Ubuntu 14.04 LTS/trusty, and Openstack Icehouse)
* code by Jioh L. Jung (ziozzang@gmail.com)
* NIC 3ea or 4ea (TODO)
- eth0: External
- eth1: MGMT
- eth2: Private
- eth3: Storage (TODO)
* Compute
- nested VMs (with ESXi)
- NIC : eth1, eth2, eth3
- nova-compute: using KVM
* Master
- NIC : eth0, eth1
- apt repo passthru
* Network
- NIC : eth0, eth1, eth2
* Block Storage (iSCSI/TODO)
Setup-Controller
================
```
wget -qO- https://raw.githubusercontent.com/ziozzang/openstack-at-home-ubuntu/master/set-controller | bash
```
Setup-Compute
=============
```
wget -qO- https://raw.githubusercontent.com/ziozzang/openstack-at-home-ubuntu/master/set-compute | bash
```
Tip
===
nestedVM option is vhv.enable="true"