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:
|
.POSIX:
|
||||||
|
|
||||||
all: metal infra platform apps
|
all: metal infra apps
|
||||||
|
|
||||||
.PHONY: metal
|
.PHONY: metal
|
||||||
metal:
|
metal:
|
||||||
@ -10,10 +10,6 @@ metal:
|
|||||||
infra:
|
infra:
|
||||||
make -C infra
|
make -C infra
|
||||||
|
|
||||||
.PHONY: platform
|
|
||||||
platform:
|
|
||||||
make -C platform
|
|
||||||
|
|
||||||
.PHONY: apps
|
.PHONY: apps
|
||||||
apps:
|
apps:
|
||||||
make -C apps
|
make -C apps
|
||||||
|
@ -19,8 +19,7 @@
|
|||||||
| Layer | Name | Description | Provisioner |
|
| Layer | Name | Description | Provisioner |
|
||||||
|-------|------------------------|--------------------------------------------------------------|---------------------|
|
|-------|------------------------|--------------------------------------------------------------|---------------------|
|
||||||
| 0 | [metal](./metal) | Bare metal OS installation, LXD, Terraform state backend,... | Ansible, PXE server |
|
| 0 | [metal](./metal) | Bare metal OS installation, LXD, Terraform state backend,... | Ansible, PXE server |
|
||||||
| 1 | [infra](./infra) | Kubernetes clusters | Terraform |
|
| 1 | [infra](./infra) | Kubernetes clusters, shared apps (Git, Vault, Argo...) | Terraform, Helm |
|
||||||
| 2 | [platform](./platform) | Vault, Git, Argo,... | Helm |
|
|
||||||
| 3 | [apps](./apps) | | Argo |
|
| 3 | [apps](./apps) | | Argo |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user