Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some lvmgmt --generate-sdp arguments not taking effect #143

Open
bodane opened this issue Mar 27, 2022 · 0 comments
Open

some lvmgmt --generate-sdp arguments not taking effect #143

bodane opened this issue Mar 27, 2022 · 0 comments

Comments

@bodane
Copy link
Contributor

bodane commented Mar 27, 2022

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",

Endpoint added above port.

"proxy": [
            {
              +"endpoints": [ "fqdn of node" ],
               "port": "<port>/TCP"
            }
         ],
         +"terms": "your terms",

No service specific “terms” argument exists, which therefore needs adding manually in sdp.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant