Go to file
Nicolas 233d88467b feat: add devops and reconciler services to CI/CD pipeline
- Create freeleaps-service-hub directory structure with alpha, prod, helm-pkg
- Create freeleaps-devops-reconciler directory structure with alpha, prod, helm-pkg
- Add .gitkeep files in prod directories
- Add Jenkinsfile for devops service in freeleaps-service-hub/alpha/ci/
- Add Jenkinsfile for reconciler service in freeleaps-devops-reconciler/alpha/ci/
- Remove old CI/CD configurations that were reverted to original state
2025-07-21 09:41:27 +08:00
3rd feat: add load-watcher project with initial implementation and CI configuration 2025-03-19 15:59:37 +08:00
aml-services ci(bump): bump ailab image version for alpha to snapshot-0125677 2025-07-14 08:56:48 +00:00
apps feat: 添加 Python 版本的 Gitea Webhook Ambassador 2025-07-20 21:17:10 +08:00
assets chore(git): code staging 2025-02-17 14:02:49 +08:00
cluster Merge pull request 'add Tips section with service auth commands and links' (#1) from ice-feature into master 2025-07-04 03:50:13 +00:00
diagrams chore: remove Jenkinsfile for ailab service 2025-07-14 16:31:16 +08:00
first-class-pipeline fix(argo): enhance ciOriginUrl construction in ArgoApplicationVersionUpdater to handle optional port in repository URL 2025-06-23 16:16:08 +08:00
freeleaps feat: add devops and reconciler services to CI/CD pipeline 2025-07-21 09:41:27 +08:00
freeleaps-devops-reconciler feat: add devops and reconciler services to CI/CD pipeline 2025-07-21 09:41:27 +08:00
freeleaps-service-hub feat: add devops and reconciler services to CI/CD pipeline 2025-07-21 09:41:27 +08:00
infra Add Dockerfile and repmgr script for PostgreSQL replication management 2025-04-09 16:15:23 +08:00
magicleaps ci(bump): bump backend image version for alpha to snapshot-004a6c7 2025-02-18 04:26:00 +00:00
migrate docs: add README files for Freeleaps repo migrator and cluster authenticator 2025-03-25 17:22:29 +08:00
.gitattributes chore(git): code staging 2025-02-20 17:28:45 +08:00
.gitignore refactor: update gitea-webhook-ambassador Dockerfile and configuration 2025-06-10 16:00:52 +08:00
.gitmodules ci(bump): update gitea-webhook-ambassador image version to latest 2025-06-10 16:03:11 +08:00
README.md feat(docs): update README with Ansible directory information and adjust nodelocaldns IP 2025-01-12 04:56:08 +08:00

Freeleaps Ops

All GitOps relates manifests or scripts.

Introduce

This repo has stored all manifests files of Freeleaps productions, infrastructures and cluster.

The project layout is follow this pattern:

layout

How to use ?

Please do not edit files under this repo if you do not know what you doing.

This repo files are managed by CI/CD services (Jenkins, Argo CD etc,.).

About cluster folder

P.S. THIS FOLDER IS ONLY USED FOR CLUSTER ADMINISTRATOR, YOU MUST KNOW WHAT YOU DOING BEFORE YOU MODIFY IT.

If you want to working with cluster folder, you must set-up local maintaining environment first.
You need make sure you have Python 3 environment in local and Ansible already installed.
And you need to make sure run git submodule update --init --recursive to clone kubespray repo before you start to work.

cluster folder stores the infrastructure components, applications manifests and kubespray configuration files for entire cluster.

cluster/manifests/<namespace>/<component> stores the manifests of components or applications.

cluster/ansible/ see cluster/ansible/README.md