You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Overview
In addition to implementing the external DNS self assembling zone, this
PR contains a new SMF service called `opte-interface-setup`.
Closes: #2881
Related: #1898
### Implementation
This service makes use of the zone-network CLI tool to avoid having too
many CLIs doing things.
The CLI is now shipped independently so it can be called by two
different services.
The [`zone-networking opte-interface-set-up`](
https://github.com/oxidecomputer/omicron/pull/5059/files#diff-5fb7b70dc87176e02517181b0887ce250b6a4e4079e495990551deeca741dc8bR181-R202)
command sets up what the `ensure_address_for_port()` method used to set
up.
### Justification
The reasoning behind this new service is to avoid setting up too many
things via the method_script.sh file, and to avoid code duplication. The
Nexus zone will also be using this service to set up the OPTE interface.
No description provided.
The text was updated successfully, but these errors were encountered: