redhat-developer / mapt

Multi Architecture Provisioning Tool
Apache License 2.0
9 stars 7 forks source link

[feat] Allow air-gap machines #100

Closed adrianriobo closed 11 months ago

adrianriobo commented 1 year ago

This requires an orchestration, as most probably during booting time the target machine would require internet connection to install required pkgs and so on (this would be the first phase), during 2nd phase we can set up a bastion host to send commands to target host and remove configurations allowing the subnet hosting the target machine to connect to internet

adrianriobo commented 1 year ago

Another approach would be static machines (no internet required during booting time) in that case when https://github.com/pulumi/pulumi-command/pull/269 is merged we can use the it for health check on the target machine through the bastion

adrianriobo commented 11 months ago

Added by #150