<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_docker, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands</id>
<link rel='self' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands'/>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<updated>2017-12-01T17:32:39+00:00</updated>
<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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=5120f8e90c0178ac7f6d911159ceb278dd87b4c9'/>
<id>urn:sha1:5120f8e90c0178ac7f6d911159ceb278dd87b4c9</id>
<content type='text'>
</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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=bf6b85ba51c4d54caa2020eaff7090e464ceeb92'/>
<id>urn:sha1:bf6b85ba51c4d54caa2020eaff7090e464ceeb92</id>
<content type='text'>
</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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=02fde33acd3022b1a684c3aaa42b4d2052d1c830'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Remove the use of the upgrading variable.</title>
<updated>2016-06-13T18:32:10+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-06-13T18:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=04643670db5709358fe55916705a9ce15ff0bb1e'/>
<id>urn:sha1:04643670db5709358fe55916705a9ce15ff0bb1e</id>
<content type='text'>
</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://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=47c8c0b1df866b86b111e3e03b827011ec4c341c'/>
<id>urn:sha1:47c8c0b1df866b86b111e3e03b827011ec4c341c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop unnecessary node playbook version calculation.</title>
<updated>2016-05-31T13:26:53+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-05-31T13:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=efb153693104976e86a91ebf6bf236448be5a84d'/>
<id>urn:sha1:efb153693104976e86a91ebf6bf236448be5a84d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor openshift_version behavior.</title>
<updated>2016-05-30T15:40:38+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-05-30T14:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=265daf6b65206fc17ad35e682640477d08efbc43'/>
<id>urn:sha1:265daf6b65206fc17ad35e682640477d08efbc43</id>
<content type='text'>
Very early in playbooks we must init the openshift_version for each
host. First we determine it for the master, logic now is pushed into the
openshift_docker role which we run only on first master via
openshift_cli. Facts are reloaded leaving us with a first master with
openshift.common.version fact we can then re-use on all other hosts. The
correct version of docker should be installed as well.

We then set openshift_version for all other hosts by re-using the master
fact.
</content>
</entry>
<entry>
<title>Get rpm installations functional again.</title>
<updated>2016-05-26T17:30:37+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-05-26T17:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=14b23a8b14636407143375cbac71b090663cee77'/>
<id>urn:sha1:14b23a8b14636407143375cbac71b090663cee77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert generic openshift_version=3.2 to specific early in install.</title>
<updated>2016-05-25T18:40:20+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-05-25T18:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c45ccc0ee879e93a4fd4304b4848595fa27014c5'/>
<id>urn:sha1:c45ccc0ee879e93a4fd4304b4848595fa27014c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work towards determining openshift_version when unspecified.</title>
<updated>2016-05-25T13:28:32+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-05-24T12:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=0c7433838c8c6409b8de907fcc946fc73fe90527'/>
<id>urn:sha1:0c7433838c8c6409b8de907fcc946fc73fe90527</id>
<content type='text'>
openshift_docker role was largely useless now, but also almost did what
we needed. (deps ordering still needs to be changed)

Remove defaulting of openshift_version.
</content>
</entry>
</feed>
