Skip to content

Commit

Permalink
Add OpenStack checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Oct 27, 2019
1 parent 08f7a33 commit 6b793e7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@


<a name="devops"></a>
## DevOps

### How to start

Expand Down Expand Up @@ -83,7 +84,6 @@ Name | Description
[KataKoda](https://www.katacoda.com) | Linux, Docker, ML, Kubernetes, ... environments and scenarios
[QWIKLBAS](https://www.qwiklabs.com) | AWS, GCP, ... lab practice
[vim-adventures](https://vim-adventures.com) | Learning VIM while playing a game
[CheatSheets](https://cheatsheet.dennyzhang.com) |

## Sites with DevOps articles

Expand All @@ -98,17 +98,12 @@ Name | Description
[DevOpsnipp](https://www.devopsnipp.com/) | Sharing DevOps Snippets
[Gist](https://gist.github.com) | Not DevOps specific and yet, probably the best place for code snippets

## Utils

Name | Description
:------|:------:
[Json Formatter](https://jsonformatter.curiousconcept.com) | Json Formatter & Validator

## Misc

Name | Description
:------|:------:
[CheatSheets](https://cheatsheet.dennyzhang.com) | CheatSeets for Kubernetes, Jenkins, YAML, Groovy, etc.
[Json Formatter](https://jsonformatter.curiousconcept.com) | Json Formatter & Validator

## DevOps Checklist

Expand Down
2 changes: 1 addition & 1 deletion jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Name | Comments
[How to create Jenkins Pipeline with an Example](https://www.youtube.com/watch?v=s73nhwYBtzE) | Great for beginners |
[Codifying the Build and Release Process with a Jenkins Pipeline Shared Library](https://www.youtube.com/watch?v=lzzx59kLW9w) |

## Topics you should be familiar with
## Checklist

- [ ] **Terms & Entities**
- [ ] Job
Expand Down
13 changes: 13 additions & 0 deletions openstack.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# OpenStack

## Checklist

- [ ] **Components & Services**
- [ ] Neutron (Networking)
- [ ] Cinder (Storage)
- [ ] Nova (Compute)

- [ ] **Neutron**
- [ ] Agents
- [ ] Server

## Resources

Name | Description
:------|:------:
[OpenStack Operator Tools](https://github.com/openstack/osops-tools-contrib) | Tools and scripts for neutron, nova, etc.

0 comments on commit 6b793e7

Please sign in to comment.