eu-nebulous / nebulous

The main repository of the NebulOuS Meta Operating System project.
https://nebulouscloud.eu
Mozilla Public License 2.0
0 stars 0 forks source link

Inject ONM_URL variable on cluster creation #4

Open robert-sanfeliu opened 2 months ago

robert-sanfeliu commented 2 months ago

New version of ONM cluster initialization scripts require env variable ONM_URL.

Optimiser controller has to inject it. The value has to be given to the optimiser controller via environment variables.

rudi commented 2 months ago

https://github.com/eu-nebulous/optimiser-controller/blob/902729b4cdd6fb8004b95a2cada09cc9f390992b/optimiser-controller/src/main/java/eu/nebulouscloud/optimiser/controller/NebulousAppDeployer.java#L426 says that this is already done. @robert-sanfeliu do you see the warning in the log ("Overlay Network Manager address (ONM_URL) is not set..."), otherwise ONM_URL should be set already.

rudi commented 2 months ago

That being said, I just fixed a trivial typo in values.yaml, maybe that was the reason that ONM_URL wasn't picked up? (see https://github.com/eu-nebulous/optimiser-controller/pull/10)

jmarchel7bulls commented 1 month ago

can we close??