-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description ``` ./exo compute private-network create test -z ch-gva-2 --dns-server="1.1.1.1" --dns-server="0.0.0.0" --ntp-server="1.1.1.1" ✔ Creating Private Network "test"... 3s ┼─────────────────┼──────────────────────────────────────┼ │ PRIVATE NETWORK │ │ ┼─────────────────┼──────────────────────────────────────┼ │ ID │ 3bef01a2-98de-4c7b-9c90-8df1ff103c47 │ │ Name │ test │ │ Description │ │ │ Zone │ ch-gva-2 │ │ Type │ manual │ │ Options │ │ │ │ DNS Servers 1.1.1.1, 0.0.0.0 │ │ │ NTP Servers 1.1.1.1 │ │ │ │ ┼─────────────────┼──────────────────────────────────────┼ ./exo compute private-network update test -z ch-gva-2 --dns-server="" --ntp-server="100.100.100.100" --domain-search="hello.com hello.world" --router="0.0.0.0" ✔ Updating Private Network ""... 3s ┼─────────────────┼───────────────────────────────────────────┼ │ PRIVATE NETWORK │ │ ┼─────────────────┼───────────────────────────────────────────┼ │ ID │ 24b642e0-9728-4b42-b103-a9484d860c1d │ │ Name │ test │ │ Description │ │ │ Zone │ ch-gva-2 │ │ Type │ manual │ │ Options │ │ │ │ Routers 0.0.0.0 │ │ │ NTP Servers 100.100.100.100 │ │ │ Domain Search hello.com hello.world │ │ │ │ ┼─────────────────┼───────────────────────────────────────────┼ ./exo compute private-network show test ┼─────────────────┼───────────────────────────────────────────┼ │ PRIVATE NETWORK │ │ ┼─────────────────┼───────────────────────────────────────────┼ │ ID │ 24b642e0-9728-4b42-b103-a9484d860c1d │ │ Name │ test │ │ Description │ │ │ Zone │ ch-gva-2 │ │ Type │ manual │ │ Options │ │ │ │ Routers 0.0.0.0 │ │ │ NTP Servers 100.100.100.100 │ │ │ Domain Search hello.com hello.world │ │ │ │ ┼─────────────────┼───────────────────────────────────────────┼ ``` <!-- * Prefix: the title with the component name being changed. Add a short and self describing sentence to ease the review * Please add a few lines providing context and describing the change * Please self comment changes whenever applicable to help with the review process * Please keep the checklist as part of the PR. Tick what applies to this change. --> ## Checklist (For exoscale contributors) * [ ] Changelog updated (under *Unreleased* block) * [ ] Testing ## Testing Manual --------- Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]> Co-authored-by: Your Name <[email protected]> Co-authored-by: Pierre-Emmanuel Jacquier <[email protected]>
- Loading branch information
1 parent
f0aea5f
commit ad822e9
Showing
13 changed files
with
561 additions
and
151 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
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
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
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
Oops, something went wrong.