[Results of the meetings done with @ardumont and @olasd]
The current network architecture has several problems :
- any server can reach any other regardless of the environments
- the routing management is complicated due to intervlan routing (staging <-> production <-> public)
- several servers have public interface "exposed" to internet via the public vlan as they should be more protected by the fw/rp for security reasons
New needs also appeared and they can't be easily addressed with the current network organization :
- staging / production isolation to avoid undesirable interactions between this 2 environments
- Opening the staging to the external world to allow external people to test their contributions
- Allowing external people to access the staging environment via the VPN (without being able to access the production or admin servers)
- [and probably many others]
The current network architecture is :
{F4044918}
The goal is to progress steps by step and to validate the new architecture by testing it on non critical services (staging, new services like the inventory app)
The proposed solution is to :
- manage the inter-vlan communication with a global firewall to centralize the routing and filtering informations
- migrate the VPN and IPSec tunnel to this new firewall
- manage the public entrypoints (web sites, monitoring, ...) with reverse proxies, one per environment
The proposal for the step one :
{F4044922}
The identified tasks are :
[ ] Convert the unused ceph's vlan (VLAN442) to an admin vlan. The target will be to migrate the admin / monitoring / logs / internal servers into this vlan to isolate them from the production of the archive
[ ] Choose and install a software firewall, pfsense or opnsense can be good candidates
* Parallelisable :
[ ] Create an install the netbox server
[ ] Create an admin reverse proxy exposing the netbox service (internal only)
[ ] Convert the servers used for the ceph cluster to the new staging environment (database + proxmox, to confirm and detail)
[ ] Deploy the staging services on the new staging environment (to detail on several subtasks)
[ ] Create the reverse proxy to expose the staging services publicly
For the record, this is a copy of the whiteboard after the metting : {F4045187}