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
Upon running lvmgmt with --generate-sdp, none of the below arguments would take effect and write to the sdp.json file.
--sdp-provider-type TEXT (Options are residential, commercial or government) - Tested residential and didn't take. --sdp-provider-terms TEXT --sdp-service-endpoint FQDN
Workaround
Edit sdp.json manually to update each required field.
Update the nodeType and terms values:
- delete, + add
-"nodeType": null,
+"nodeType": residential or commercial or government,
-"terms": "{providerterms}",
+"terms": "your terms",
Upon running
lvmgmt
with--generate-sdp
, none of the below arguments would take effect and write to thesdp.json
file.--sdp-provider-type TEXT
(Options areresidential
,commercial
orgovernment
) - Tested residential and didn't take.--sdp-provider-terms TEXT
--sdp-service-endpoint FQDN
Workaround
Edit sdp.json manually to update each required field.
Update the
nodeType
andterms
values:-
delete,+
addEndpoint added above
port
.No service specific “terms” argument exists, which therefore needs adding manually in
sdp.json
The text was updated successfully, but these errors were encountered: