<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_docker/meta, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>Implement container runtime role</title>
<updated>2017-12-01T17:32:39+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-16T19:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=5120f8e90c0178ac7f6d911159ceb278dd87b4c9'/>
<id>5120f8e90c0178ac7f6d911159ceb278dd87b4c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor of openshift_version.</title>
<updated>2017-08-08T14:02:06+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2017-07-20T16:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=bf6b85ba51c4d54caa2020eaff7090e464ceeb92'/>
<id>bf6b85ba51c4d54caa2020eaff7090e464ceeb92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dependency on docker to openshift_docker role.</title>
<updated>2016-07-11T19:06:27+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-07-11T19:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=02fde33acd3022b1a684c3aaa42b4d2052d1c830'/>
<id>02fde33acd3022b1a684c3aaa42b4d2052d1c830</id>
<content type='text'>
I think this is intended anytime a role uses openshift_docker.

Fixes issue where docker_version is ignored for rpm based installs. We
made the dependency in openshift_version conditional to allow use of
openshift_version without significantly impacting the system, however
nothing ever actually ran the docker role after that, resulting in
docker simply being installed via the rpm dependency on
atomic-openshift.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think this is intended anytime a role uses openshift_docker.

Fixes issue where docker_version is ignored for rpm based installs. We
made the dependency in openshift_version conditional to allow use of
openshift_version without significantly impacting the system, however
nothing ever actually ran the docker role after that, resulting in
docker simply being installed via the rpm dependency on
atomic-openshift.
</pre>
</div>
</content>
</entry>
<entry>
<title>Break version calc out into a role, separate yaml for containerized/rpm.</title>
<updated>2016-05-31T14:56:13+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-05-31T14:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=47c8c0b1df866b86b111e3e03b827011ec4c341c'/>
<id>47c8c0b1df866b86b111e3e03b827011ec4c341c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Downgrade to docker 1.8.2 if installing OSE &lt; 3.2</title>
<updated>2016-04-05T16:45:53+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2016-03-23T19:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=18b52f2c4ef11b34b248b48ce5ca59d7c5a4f426'/>
<id>18b52f2c4ef11b34b248b48ce5ca59d7c5a4f426</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docker role refactor</title>
<updated>2016-03-14T15:38:13+00:00</updated>
<author>
<name>Jason DeTiberus</name>
<email>jdetiber@redhat.com</email>
</author>
<published>2016-02-26T16:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1565bc6e71bdda712d4cfdbf28754f00b38a4674'/>
<id>1565bc6e71bdda712d4cfdbf28754f00b38a4674</id>
<content type='text'>
- refactors the docker role to push generic config into docker role and wrap
  openshift specific variables into an openshift_docker role and it's
  dependent openshift_docker_facts role
- adds support for setting --confirm-def-push flag (Resolves
  https://github.com/openshift/openshift-ansible/issues/1014)
- moves docker related facts from common/node roles to a new docker role
- renames cli_docker_* role varialbes to openshift_docker-* (maintaining
  backward compatibility)
- update role dependencies to pull in openshift_docker conditionally based on
  is_containerized
- remove playbooks/common/openshift-docker since the docker role is now
  conditionally included
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- refactors the docker role to push generic config into docker role and wrap
  openshift specific variables into an openshift_docker role and it's
  dependent openshift_docker_facts role
- adds support for setting --confirm-def-push flag (Resolves
  https://github.com/openshift/openshift-ansible/issues/1014)
- moves docker related facts from common/node roles to a new docker role
- renames cli_docker_* role varialbes to openshift_docker-* (maintaining
  backward compatibility)
- update role dependencies to pull in openshift_docker conditionally based on
  is_containerized
- remove playbooks/common/openshift-docker since the docker role is now
  conditionally included
</pre>
</div>
</content>
</entry>
<entry>
<title>Containerization work by @sdodson</title>
<updated>2015-12-15T20:45:45+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2015-10-05T16:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8e7c5c970b8adc83fd6d5cad115f4edb06b36d98'/>
<id>8e7c5c970b8adc83fd6d5cad115f4edb06b36d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
