Code Monkey home page Code Monkey logo

openstack_install's Introduction

Installation OpenStack - CentOS 7.3

arch

Screenshot

简介

  • 部署环境:Centos 7.3(两台)
  • 架构 controller + compute
  • Core services:
    • Keystone
    • Nova
    • Glance
    • Neutron
    • Horizon
    • Swift (in test)
    • Cinder (controller only)
  • 本项目根据官方脚本进行更新和定期维护

使用

请先阅读(官网),理解,然后行动(初次使用时,先手动部署一遍,然后使用本程序进行部署)

版本

  • v1.1.1 2017-12-02 更新:更新版本为 ocata。
  • v1.0.1 2017-07-20 新增:初始版本 (mitaka)。

参加步骤

  • 在 GitHub 上 fork 到自己的仓库,然后 clone 到本地,并设置用户信息。
$ git clone https://github.com/BillWang139967/openstack_install.git
$ cd openstack_install
$ git config user.name "yourname"
$ git config user.email "your email"
  • 修改代码后提交,并推送到自己的仓库。
$ #do some change on the content
$ git commit -am "Fix issue #1: change helo to hello"
$ git push
  • 在 GitHub 网站上提交 pull request。
  • 定期使用项目仓库内容更新自己仓库内容。
$ git remote add upstream https://github.com/BillWang139967/openstack_install.git
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master

openstack_install's People

Contributors

meetbill avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.