Skip to content

The Openstack Automatic Deployment on DigitalOcean

Notifications You must be signed in to change notification settings

SOCaaS/openstack-script

Repository files navigation

Script to Install Openstack

Git flow & Command

  1. Create a new branch
git checkout -b <new-branch-name>

Example

git checkout -b Keystone-2
  1. Create a update code on the branch
  2. Git add, commit, and push
git add <directory to add>
git commit -m "<message>"
git push -u origin <new-branch-name>:<new-branch-name>
  1. Create a pull request to master
  2. Add a reviewe, and assigne
  3. Wait for Review
  4. Merge Pull Request
  5. Later, we could execute in the server without done it from scratch

Git setup

Using SSH to Clone Github

  1. Check ~/.ssh folder is there any id_rsa & id_rsa.pub
cd ~/.ssh
  1. If there is none of it, then you should generate ssh keys. Note : You could add passphrase if you like!
ssh-keygen
  1. Add the SSH Key to your github account
  2. Clone a repo using
git clone git@github.com:SOCaaS/<repo-name>

About

The Openstack Automatic Deployment on DigitalOcean

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •