Dusty Mabe

Results 645 comments of Dusty Mabe

I just personally like consistent behavior. For this command, since there will not always be a local context dir I would prefer that it always just populates in cwd. If...

> The only way to have consistent behavior with this command is to leave it this way, or force the user to specify where he wants it to be output...

@cdrage I thought we talked about the implementation for this.. If we are deploying two instances of the same application: - instance of exampleapp (nulecule) - with namespace "default" -...

@kadel, given openshift object types, what is the requirement as far as ordering goes? I see you have a deploymentconfig buildconfig service and imagestream. What are the requirements for ordering...

I think we definitely want to have logic within Atomic App to deploy things in the "right" order. The only reason to not do this would be if we clearly...

I think docker-py is what I thought we would end up using. It is what Ansible uses to run docker containers. If there is a feature missing that we need...

@containscafeine any progress on this? I opened up a feature request upstream that might be useful in this endeavor. `https://github.com/docker/docker-py/issues/1031`

So this will require us to implement for each provider. Let's itemize those here: - [x] Docker provider.. Documented by #421 - [x] Kubernetes provider.. Documented by #429 - [x]...

@kadel do you want to take a look at #428 and #429. Maybe work with charlie on the work he is doing for #421. Perhaps one way to do this...

@kadel @rtnpro, right. The way @rtnpro implemented #456 it should take care of all of the providers. @rtnpro you will need to wait for #458 before we can add in...