-
Notifications
You must be signed in to change notification settings - Fork 6
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
Modify charts to represent the latest IOP configuration. #29
Comments
Can we expect any reactions to this issue? |
Well, can we expect any reactions in this century? |
I'll take a look at this |
It would be highly appreciated. |
@david-antos I created a branch with modifications: https://github.com/sciencemesh/charts/tree/29-modify-charts-to-represent-the-latest-iop-configuration. After checkout you have to add the sciencemesh.toml files (configured for your instance) there and then it can be deployed like this: helm repo update && helm dependency build && helm upgrade -i iop . -f values.yaml --set-file gateway.configFiles.revad\.toml=sciencemesh1.toml --set-file revad2.configFiles.revad\.toml=sciencemesh2.toml --set-file revad3.configFiles.revad\.toml=sciencemesh3.toml Let me know if this works for you |
Might also need to use double "\\" instead of "\" |
I used the corrected templates to deploy 3 revas. I still have problems with the deployment but I don't think it is related to the helm chargs. |
As discussed in the FDTF meetings:
The sciencemesh charts must be modified such that they lead to the deployment of 3 revad instances that are needed for IOP supported (OCM) federated sharing in the sciencemesh.
The configuration for these 3 instances can be found in the .toml files
sciencemesh1.toml
,sciencemesh2.toml
,sciencemesh3.toml
at https://github.com/cs3org/ocm-test-suite/tree/main/servers/revad.The text was updated successfully, but these errors were encountered: