Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[flux-dev] flux doesn't work now due to orion-client changes

My colleague successfully implemented IntelliJ Idea backend for Flux (https://github.com/nicity/flight627) and I started work to run my own flux instance.

I dockerized node.server (https://github.com/develar/flux/commit/cd4b6fdd9223ecc007ce9c594f618b49e3e0c137) and orion-client (https://github.com/develar/orion.client/blob/master/modules/orionode/Dockerfile, published as https://registry.hub.docker.com/u/develar/orion-client/).

Also, I updated node.server dependencies.
If you like my changes, I can create pull request (or you can merge as you want).

But main topic is: as far I see, flux doesn't work now due to orion-client changes. flux.cfapps.io doesn't work also — I cannot create project or files via browser (Open flux.cfapps.io and File -> New file -> file created (I see notification), but I don't see it in the project view).

For example, if project created, orion-client send resource project.son (project in the request is undefined), but flux doesn't handle it properly.

Are you aware of this issues? Are you going to fix it or I can fix it and send you pull request (or maybe I am wrong and it is just installation/configuration issue)?

Back to the top