An open API service indexing awesome lists of open source software.

https://github.com/purestorage-openconnect/px-gitops


https://github.com/purestorage-openconnect/px-gitops

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# px-gitops README

This repo helps in performing different Gitops processes using different scripts which are as follow:-

1) **Gitscm-server:**
* Deploy git-server (You can deploy multiple repos in single git server)
* Mirror the entire existing git repo to the new one.

2) **Create-branch:**
* Create branch of an existing repository (Implements PX Backup/Restore)

3) **Argo CI/CD**
* Is a continuous integration and deployment system powered by Argo workflow.

4) **Autopilot:**
* Here script will set Autopilot rule to to auto expand the PVCs when the usage reach the specified limit in percentage

5) **AsyncDR:**
* Remote Site Collaboration using AsyncDR Replication.

6) **Cleanup-Script**
* Script to clean all the resources created for Git-ops procress.

## Guides to perform different gitops processes.

- [Gitscm-server](https://github.com/PureStorage-OpenConnect/px-gitops/blob/main/gitscm-server/README.md)
- [Create-branch](https://github.com/PureStorage-OpenConnect/px-gitops/blob/main/create-branch/readme.md)
- [Argo CI/CD](https://github.com/PureStorage-OpenConnect/px-gitops/blob/main/ci-cd-workflow/README.md)
- [Autopilot](https://github.com/PureStorage-OpenConnect/px-gitops/blob/main/autopilot/readme.md)
- [AsyncDR](https://github.com/PureStorage-OpenConnect/px-gitops/blob/main/asyncDR/readme.md)
- [Cleanup-Script](https://github.com/PureStorage-OpenConnect/px-gitops/blob/main/cleanup-script/readme.md)