<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_cli/templates, 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>Copy openshift binaries instead of using wrapper script.</title>
<updated>2016-07-21T15:06:33+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-07-18T15:45:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ca7767eab6674737a117a09f7f456b7918cffecf'/>
<id>ca7767eab6674737a117a09f7f456b7918cffecf</id>
<content type='text'>
For containerized masters, we previously create a wrapper script to run
the docker CLI image and clean up afterward, but this approach is much
slower than having the binary on the native system.

Instead we now use an ansible module to handle the logic of syncing the
various OpenShift binaries and symlinks for client tools out onto the
host. The module will correctly report changed if modifications were
needed.

Substantial speed improvement for containerized installs which requires
many openshift/oc commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For containerized masters, we previously create a wrapper script to run
the docker CLI image and clean up afterward, but this approach is much
slower than having the binary on the native system.

Instead we now use an ansible module to handle the logic of syncing the
various OpenShift binaries and symlinks for client tools out onto the
host. The module will correctly report changed if modifications were
needed.

Substantial speed improvement for containerized installs which requires
many openshift/oc commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>More version fixes.</title>
<updated>2016-06-16T15:17:14+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-06-16T15:17: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=42dec74c57fa76e31a588b2a58f913c68825360d'/>
<id>42dec74c57fa76e31a588b2a58f913c68825360d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into upgrade33</title>
<updated>2016-06-10T13:47:11+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-06-10T13:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=db711081e6c1b2b676c212b0eeba95da9cb9f2c5'/>
<id>db711081e6c1b2b676c212b0eeba95da9cb9f2c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Docker 1.10 problems with empty tags and trailing :</title>
<updated>2016-06-06T17:58:02+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-06-06T17:58:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c45c5935df97bb4aa9e8e9067d868371b04a24bf'/>
<id>c45c5935df97bb4aa9e8e9067d868371b04a24bf</id>
<content type='text'>
Docker 1.10 is no longer tolerant of commands like "docker pull
myimage:" when we do not have an image tag in play.

Adjust all occurrences with one that only includes the : if a version is
defined.

Adjust the containerized CLI wrappers for a similar problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docker 1.10 is no longer tolerant of commands like "docker pull
myimage:" when we do not have an image tag in play.

Adjust all occurrences with one that only includes the : if a version is
defined.

Adjust the containerized CLI wrappers for a similar problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set openshift_version in config playbooks for first master.</title>
<updated>2016-05-25T13:28:32+00:00</updated>
<author>
<name>Devan Goodwin</name>
<email>dgoodwin@redhat.com</email>
</author>
<published>2016-05-20T18:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c45562e0e03e03c82bfcf60d4b3f8b7793133301'/>
<id>c45562e0e03e03c82bfcf60d4b3f8b7793133301</id>
<content type='text'>
Starting to remove openshift.docker.openshift_version fact usage.

openshift_version should no longer contain a leading 'v' for
containerized installs, just a version number.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting to remove openshift.docker.openshift_version fact usage.

openshift_version should no longer contain a leading 'v' for
containerized installs, just a version number.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support openshift_image_tag</title>
<updated>2016-03-07T20:10:33+00:00</updated>
<author>
<name>Brenton Leanhardt</name>
<email>bleanhar@redhat.com</email>
</author>
<published>2016-03-07T18:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4b394fc566333d4d9f4bc789b03b9a68c22bb028'/>
<id>4b394fc566333d4d9f4bc789b03b9a68c22bb028</id>
<content type='text'>
This is the containerized openshift_pkg_version equivalent.  Originally I was
hoping to reuse openshift_pkg_version for containerized installs but the fact
that it's very coupled to yum made that pretty ugly.

However, I did opt to rely on the previously existing 'openshift_version'
variable.  Containerized and RPM installs can both use that variable and it
will be set appropriately if either openshift_pkg_version or
openshift_image_tag are set.  I suspect someday containerized installs will be
the only option and I didn't can to have thinkgs like openshift_pkg_version and
openshift_image_tag in the playbooks anymore the necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the containerized openshift_pkg_version equivalent.  Originally I was
hoping to reuse openshift_pkg_version for containerized installs but the fact
that it's very coupled to yum made that pretty ugly.

However, I did opt to rely on the previously existing 'openshift_version'
variable.  Containerized and RPM installs can both use that variable and it
will be set appropriately if either openshift_pkg_version or
openshift_image_tag are set.  I suspect someday containerized installs will be
the only option and I didn't can to have thinkgs like openshift_pkg_version and
openshift_image_tag in the playbooks anymore the necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly set the image tag for containerized installs (and upgrades)</title>
<updated>2016-03-03T14:05:42+00:00</updated>
<author>
<name>Brenton Leanhardt</name>
<email>bleanhar@redhat.com</email>
</author>
<published>2016-02-28T21:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7d561bd252a4ddc9e204f31144fbed7fecd99bff'/>
<id>7d561bd252a4ddc9e204f31144fbed7fecd99bff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating the containerized cli wrapper to work for both docker 1.8 and 1.9</title>
<updated>2016-03-03T14:05:42+00:00</updated>
<author>
<name>Brenton Leanhardt</name>
<email>bleanhar@redhat.com</email>
</author>
<published>2016-02-25T15:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9423af3e5feb8cd9bb5e1c43a22c01ac6b57a89f'/>
<id>9423af3e5feb8cd9bb5e1c43a22c01ac6b57a89f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First past at the upgrade process</title>
<updated>2016-03-03T14:05:42+00:00</updated>
<author>
<name>Brenton Leanhardt</name>
<email>bleanhar@redhat.com</email>
</author>
<published>2016-02-17T18:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=50b9eefd2b6266b29755e37090138096a2aebc31'/>
<id>50b9eefd2b6266b29755e37090138096a2aebc31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a banner to CLI wrapper instructing users that it's only for bootstrapping</title>
<updated>2016-01-07T18:16:38+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2016-01-07T18:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=635df52db7ed51593135f53feae1cf7d48ad2a71'/>
<id>635df52db7ed51593135f53feae1cf7d48ad2a71</id>
<content type='text'>
Also remove -a STDIN,STDOUT,STDERR that's the default
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove -a STDIN,STDOUT,STDERR that's the default
</pre>
</div>
</content>
</entry>
</feed>
