Dusty Mabe
Dusty Mabe
You are still using the command wrong, but I agree no folder should be created.
Is this approach better than doing the undeploy inside of the provider files? So inside of the deploy() function for each provider, if error, then call undeploy? Right now you...
Also, if we go with this approach then it affects all providers. Do you mind testing it with all providers and check to make sure it works?
Let me know when other providers have been tested. Also we need to fix unit tests. We will postpone the merge of this until after tomorrow's release.
So.. the provider undeploy() functions really need to have "ignore_errors" set as well. Essentially where we have it now is outside of undeply(). Take kubernetes for example; a "componenth" could...
@rtnpro now that stop for openshift is in can you update `undeploy()` for it as well?
@rtnpro I believe everything LGTM. Since we do have 4 providers and there probably isn't much code can you go ahead and do this for marathon as well? I should...
ok. after running through some testing on this I'm not convinced this is the best path to take. We might be able to go with this but I think we...
> I think a better approach my be to, on deploy, run through all artifacts first to see if they already exist. If all artifacts pass the "exists" test then...