https://github.com/purestorage-openconnect/px-gitops
https://github.com/purestorage-openconnect/px-gitops
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/purestorage-openconnect/px-gitops
- Owner: PureStorage-OpenConnect
- License: apache-2.0
- Created: 2022-02-15T16:02:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T21:58:05.000Z (over 2 years ago)
- Last Synced: 2025-05-30T00:05:06.786Z (9 months ago)
- Language: Shell
- Size: 9.64 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)