Charlie Drage

Results 133 issues of Charlie Drage

If you click on the _Atomic App Getting started Guide_ within the `README.md` it takes you to the page on _projectatomic.io_ which is almost identical to the `README.md` of atomicapp....

enhancement
need_doc
prio:mid

Nomad was announced today and it looks :sparkles: _awesome_ :sparkles: https://www.nomadproject.io/ Let's get this implemented as well.

future

When deploying using the Docker provider, you may run into the issues of a container already being deployed on a current port. Unfortunatley, even if it fails, the containers you...

work in progress

This semi-relates to issue #397 When using: - The Docker provider - A `atomicapp` container with inherited / nested `atomicapp` application - and.. all namespaces are default / not assigned...

As per @vpavlin 's comment on https://github.com/projectatomic/nulecule/issues/185 We should be passing the root answers.conf to all inherited applications Specifically, this line of code: https://github.com/projectatomic/atomicapp/blob/master/atomicapp/nulecule/base.py#L313 Thus when deploying an inherited application,...

atomicapp master: ``` 2015-10-16 10:23:21,606 - atomicapp.nulecule_base - DEBUG - Data given {'general': {'namespace': 'test', 'provider': 'docker'}} 2015-10-16 10:23:21,606 - atomicapp.plugin - DEBUG - Found provider 2015-10-16 10:23:21,607 - atomicapp.plugin...

Don't know if I'm doing something wrong here, but shouldn't this work? ``` yaml --- specversion: 0.0.2 id: helloapache-app metadata: name: Hello Apache App appversion: 0.0.1 description: Atomic app for...

Kubernetes provider does not do this at the moment similar to OpenShift: ``` py for artifact in objects: namespace = self._get_namespace(artifact) url = self._get_url(namespace, kind) if self.dryrun: logger.info("DRY-RUN: %s", url)...

We should have a README or current functions that are implemented by Atomic App from the Nulecule spec. Or a basic overview. At the moment it's frustrating that we have...

So we're changing Openshift from running the command to communicating to the API #321. We are also adding Mesos that's _also_ talking via the API #392 We should do the...

future