mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:14:38 +07:00
Remove platform layer
This commit is contained in:
parent
186cecdad3
commit
ece52c463c
6
Makefile
6
Makefile
@ -1,6 +1,6 @@
|
||||
.POSIX:
|
||||
|
||||
all: metal infra platform apps
|
||||
all: metal infra apps
|
||||
|
||||
.PHONY: metal
|
||||
metal:
|
||||
@ -10,10 +10,6 @@ metal:
|
||||
infra:
|
||||
make -C infra
|
||||
|
||||
.PHONY: platform
|
||||
platform:
|
||||
make -C platform
|
||||
|
||||
.PHONY: apps
|
||||
apps:
|
||||
make -C apps
|
||||
|
@ -19,8 +19,7 @@
|
||||
| Layer | Name | Description | Provisioner |
|
||||
|-------|------------------------|--------------------------------------------------------------|---------------------|
|
||||
| 0 | [metal](./metal) | Bare metal OS installation, LXD, Terraform state backend,... | Ansible, PXE server |
|
||||
| 1 | [infra](./infra) | Kubernetes clusters | Terraform |
|
||||
| 2 | [platform](./platform) | Vault, Git, Argo,... | Helm |
|
||||
| 1 | [infra](./infra) | Kubernetes clusters, shared apps (Git, Vault, Argo...) | Terraform, Helm |
|
||||
| 3 | [apps](./apps) | | Argo |
|
||||
|
||||
## Usage
|
||||
|
Loading…
Reference in New Issue
Block a user