https://github.com/ntk148v/openstack-mitaka-scripts
Installation OpenStack Mitaka Scripts - CentOS 7
https://github.com/ntk148v/openstack-mitaka-scripts
centos7 install-script openstack
Last synced: 11 months ago
JSON representation
Installation OpenStack Mitaka Scripts - CentOS 7
- Host: GitHub
- URL: https://github.com/ntk148v/openstack-mitaka-scripts
- Owner: ntk148v
- License: gpl-3.0
- Created: 2017-02-28T04:44:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T02:32:40.000Z (almost 9 years ago)
- Last Synced: 2025-04-17T16:04:43.485Z (12 months ago)
- Topics: centos7, install-script, openstack
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation OpenStack Mitaka - CentOS 7
## Introduction
- This installer was made to automate the tasks of creating a virtualization infrastructure based on OpenStack Mitaka release.
- Testing in CentOS 7 only.
- You can use this installer to make a single node All-In-One Openstack or a more complex design with a controller and multi computes.
- Core services:
+ Keystone
+ Nova
+ Glance
+ Neutron
+ Swift (in test)
+ Cinder (controller only)
+ Horizon
## How to use
1. Read everything you can about **OpenStack** and its installation. [More details.](https://docs.openstack.org/mitaka/install-guide-rdo/)
2. Edit the installer main configuration file in `etc/main-config.rc`. Do step 1 carefully, and you can config this config easily.
3. After updating configuration file, clone this repository:
```bash
$ git clone https://github.com/ntk148v/openstack-mitaka-scripts.git
$ cd openstack-mitaka-scripts/
```
4. Grant execute permission to `main-installer.sh` file:
```bash
$ chmod +x main-installer.sh
```
5. In controller node, run command with root user:
```bash
# ./main-installer.sh controller
```
6. In compute node `compute1`, run command with root user:
```bash
# ./main-installer.sh compute
```
Repeat it in `compute2`.