-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MEP-14 * Add MEP-14 to overview page --------- Co-authored-by: Stefan Majer <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Independence from external sources | ||
|
||
In certain situations some customers may need to operate and create machines without making use of external services like DNS or NTP through the internet. To make this possible, all metal-stack components reaching external services need to be configurable with custom endpoints. | ||
|
||
So far, the following components have been identified as requiring changes: | ||
|
||
- pixiecore | ||
- metal-hammer | ||
- metal-images | ||
|
||
More components are likely to be added to the list during processing. | ||
|
||
## pixiecore | ||
|
||
A NTP server endpoint need to be configured on the pixiecore. This can be achieved by providing it through environment variables on start up. | ||
|
||
## metal-hammer | ||
|
||
If using a self-deployed NTP server, also the metal-hammer need to be configured with it. For backward compatibility, default values from `pool.ntp.org` and `time.google.com` are used. | ||
|
||
## metal-images | ||
|
||
Configurations for the `metal-images` are different for machines and firewalls. | ||
|
||
The implementation of this MEP will make metal-stack possible to create and maintain machines without requiring an internet connection. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters