GithubHelp home page GithubHelp logo

congto / jump-over-release Goto Github PK

View Code? Open in Web Editor NEW

This project forked from namnh68/jump-over-release

0.0 2.0 0.0 92 KB

This project is to generate new configuration for Openstack new release

License: Apache License 2.0

Python 99.11% Shell 0.89%

jump-over-release's Introduction

Build Status

Generate-new-configuration-Openstack

This project is to generate new configuration automatically for Openstack new release

How to install

Step 1: Clone this project

git clone https://github.com/NguyenHoaiNam/Jump-Over-Release.git

Step 2: Install packages dependency

cd Jump-Over-Release
sudo -E pip install -r requirements.txt

Step 3: Run command to generate configuration

Run python run.py --help to show some options including:

  • namespace-file: the path of namespace-file. This file is used to create CONF oject.
  • old-config-file: the path of old configuration file.
  • new-config-file: the name of new configuration.
  • release-target: the release that you want to upgrade.

For example: In order to create a new configuration in Barbican then run a command as following:

python run.py --namespace-file /opt/stack/barbican/etc/oslo-config-generator/barbican.conf --old-config-file /etc/barbican/barbican.conf --new-config-file barbican.conf

Scope of this project

Solved:

  • Config mapping 1:1: Change section, key, value.
  • Config mapping n:1. From some old options to a new options with a template.
  • Dynamic section: It can solve the change of option in dynamic section for Cinder.

Don't still solve:

  • All options that were removed anymore.

Our plan

Phase 1:

  • Creating Poc code: Done
  • Config mapping 1:1 and n:1: Done

Phase 2: Doing

  • Dynamic section in case of Cinder: Done
  • Dynamic section in case of Neutron: Done
  • Creating yaml file for Keystone, Glance, Neutron, Cinder, Nova.

Phase 3: Pending

  • Using this project generate a new config at Ocata from Mitaka then creating a tool is to upgrade Openstack from Mitaka to Ocata automatically including Keystone, Glance, Nova, Neutron, Cinder. This tool will use all config file from this project.

jump-over-release's People

Contributors

namnh68 avatar daikk115 avatar

Watchers

James Cloos avatar Tô Thành Công 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.