projectatomic / atomicapp

[UNMAINTAINED] This is the reference implementation of the Nulecule container application Specification: Atomic App
102 stars 71 forks source link

Legacy code for running on OpenShift not updated for latest Config class changes #803

Open dymurray opened 7 years ago

dymurray commented 7 years ago

In https://github.com/projectatomic/atomicapp/blob/master/atomicapp/nulecule/base.py#L117 you can see that config.globals is being referenced to be passed into the OpenShift provider. However, in a recent commit (https://github.com/projectatomic/atomicapp/commit/d08844910e44b74dee5ff5d8a68a2a1d781724cb) the 'globals' method was removed. I believe calling something like config.runtime_answers will probably be sufficient but I am unsure if that will get parameters such as the authorization token. I am happy to look into this but need some guidance related to the config class changes.

┆Issue is synchronized with this Asana task