Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions scripts/setup_manta_zone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ function fatal {

function add_external_nic {
local zone_uuid=$1
local external_net_uuid
external_net_uuid=$(sdc-napi /networks?nic_tag=external |
json -Ha uuid)
local tmpfile=/tmp/update_nics.$$.json

local num_nics
Expand All @@ -50,7 +47,7 @@ function add_external_nic {
{
\"networks\": [
{
\"uuid\": \"${external_net_uuid}\",
\"name\": \"external\",
\"primary\": true
}
]
Expand Down