forked from Fediversity/Fediversity
Mark deployment/
as deprecated
This commit is contained in:
parent
87772aa855
commit
0bea2d0bb1
2 changed files with 6 additions and 1 deletions
|
@ -119,7 +119,8 @@ Most of the directories in this repository have their own README going into more
|
||||||
details as to what they are for. As an overview:
|
details as to what they are for. As an overview:
|
||||||
|
|
||||||
- [`deployment/`](./deployment) contains bits and pieces having to do with
|
- [`deployment/`](./deployment) contains bits and pieces having to do with
|
||||||
auto-deployment of test VMs on a private Proxmox.
|
auto-deployment of test VMs on a private Proxmox. This directory is
|
||||||
|
deprecated, the information it contains outdate. Refer to `infra/` instead.
|
||||||
|
|
||||||
- [`infra/`](./infra) contains the configurations for the various VMs that are
|
- [`infra/`](./infra) contains the configurations for the various VMs that are
|
||||||
in production for the project, for instance the Git instances or the Wiki.
|
in production for the project, for instance the Git instances or the Wiki.
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Provisioning VMs via Proxmox
|
# Provisioning VMs via Proxmox
|
||||||
|
|
||||||
|
NOTE: This directory is outdated and most of the interesting code has moved to
|
||||||
|
`infra/`. There is still some information to extract from here, but treat all
|
||||||
|
that you read with a grain of salt.
|
||||||
|
|
||||||
## Quick links
|
## Quick links
|
||||||
|
|
||||||
Proxmox API doc
|
Proxmox API doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue