Ratnadeep Debnath
Ratnadeep Debnath
This will be taken care by #423
@cdrage Currently, we do pass the entire config data to all the nodes. So, a node can always checkup for the `namespace` param in `config['general']`.
@cdrage ping?
@cdrage because persistent storage is not part of the config data, right now :) We need to syncup to discuss on this.
Could some one review it? @dustymabe @goern
@cdrage In general, it looks good. However, I left a few comments in some places :)
@whitel @markllama we already have a PR in atomicapp implementing `docker-compose` as a provider. However, I believe that the discussion here is much more than `docker-comose`. It's about specifying docker...
@whitel "Providing the link information to an orchestrators is pretty open-ended on what they do with it and, as such, requires no "implementation" just a spec promise that the one...
@markllama > On the other hand I want to create an application that uses a nulecule as input. Here I want several things which you described, and perhaps one that...
Hey folks, I have implemented an intial POC for the proposed refactor of Nulecule params. You can try it in the following way: ### Pull changes in atomicapp ``` git...