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

Doc Generator - profiles output setting doesn't account for additional registries folder locations #236

Open
rahlvers opened this issue Sep 9, 2019 · 1 comment

Comments

@rahlvers
Copy link
Contributor

rahlvers commented Sep 9, 2019

When attempting to build for Swordfish profiles, which use registries online here: https://redfish.dmtf.org/registries/swordfish/v1/, the tool breaks. It only expects registries at redfish/registries.

@rahlvers rahlvers changed the title Doc Generator - profiles output setting doesn't account for additional registries folder locaitons Doc Generator - profiles output setting doesn't account for additional registries folder locations Sep 9, 2019
@akf
Copy link
Contributor

akf commented Sep 9, 2019

I'm not sure that's accurate (or I'm misunderstanding) -- if the profile entry for a registry lists the Repository as "redfish.dmtf.org/registries/swordfish/v1", that should match https://redfish.dmtf.org/registries/swordfish/v1/. There actually isn't a hard-coded fallback location for registries.

For example, I'd expect something like this to work:

"Registries": {
    "Swordfish": {
        "MinVersion": "1.0.0",
        "Repository": "redfish.dmtf.org/registries/swordfish/v1",
       [...]

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

No branches or pull requests

2 participants