<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/docker/defaults, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.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.ru.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>Alternative method to create docker registry auth creds</title>
<updated>2017-11-14T21:12:20+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-11T01:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=0de92e0e4c85c876436ae21f61daee31c870705e'/>
<id>0de92e0e4c85c876436ae21f61daee31c870705e</id>
<content type='text'>
Currently, the command 'docker login' is run when using
oreg with authentication.

On some hosts, such as hosts configured to use system containers,
the docker service is not running.  'docker login' will fail
without the docker service running.

This commit adds a module to idempotently add credentials
to the registry credentials file without the use of
'docker login'

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1511374
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the command 'docker login' is run when using
oreg with authentication.

On some hosts, such as hosts configured to use system containers,
the docker service is not running.  'docker login' will fail
without the docker service running.

This commit adds a module to idempotently add credentials
to the registry credentials file without the use of
'docker login'

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1511374
</pre>
</div>
</content>
</entry>
<entry>
<title>Moving docker location to share path with system containers.</title>
<updated>2017-11-06T17:13:11+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2017-11-03T17:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=6d7bccdb0e8572ced06929de592ed72f7db41fc6'/>
<id>6d7bccdb0e8572ced06929de592ed72f7db41fc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docker: make use of new etc/containers/registries.conf optional</title>
<updated>2017-10-31T18:39:06+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-31T18:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=abcc49d0ccdbdbaaeb69b5dccf68244f36c66246'/>
<id>abcc49d0ccdbdbaaeb69b5dccf68244f36c66246</id>
<content type='text'>
Currently, not all versions of docker support using
/etc/containers/registries.conf

This commit makes the use of that file optional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, not all versions of docker support using
/etc/containers/registries.conf

This commit makes the use of that file optional.
</pre>
</div>
</content>
</entry>
<entry>
<title>docker: Create openshift_docker_is_node_or_master variable</title>
<updated>2017-10-27T17:47:08+00:00</updated>
<author>
<name>Steve Milner</name>
<email>smilner@redhat.com</email>
</author>
<published>2017-10-27T17:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ee6adf9e9a520cc5873bf9f36924ae9aa4c47c7c'/>
<id>ee6adf9e9a520cc5873bf9f36924ae9aa4c47c7c</id>
<content type='text'>
This can be used in place of:

    inventory_hostname in groups['oo_masters_to_config'] or \
    inventory_hostname in groups['oo_nodes_to_config']

While the previous version works, this change helps with the tasks are
run during AMI creation.

Code written by Kenny Woodson @kwoodson.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be used in place of:

    inventory_hostname in groups['oo_masters_to_config'] or \
    inventory_hostname in groups['oo_nodes_to_config']

While the previous version works, this change helps with the tasks are
run during AMI creation.

Code written by Kenny Woodson @kwoodson.
</pre>
</div>
</content>
</entry>
<entry>
<title>cri-o: open port 10010</title>
<updated>2017-10-27T14:40:29+00:00</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivan@redhat.com</email>
</author>
<published>2017-10-27T14:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=2392e7f9eefb6f849553cef41251235537dca3d8'/>
<id>2392e7f9eefb6f849553cef41251235537dca3d8</id>
<content type='text'>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Giuseppe Scrivano &lt;gscrivan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing docker option signature-verification</title>
<updated>2017-10-16T18:15:58+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-16T17:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b61146ccfd57ef264702d55e65e6dd4db7e53fd7'/>
<id>b61146ccfd57ef264702d55e65e6dd4db7e53fd7</id>
<content type='text'>
Currently, docker 1.12 can be configured to use the
run-time parameter of 'signature-verification'

By default, rpm installation of docker results in
'--signature-verification=false' being added to
OPTIONS in /etc/sysconfig/docker

Currently, openshift-ansible does not preserve that
value.  This can cause docker to be unable to pull
images from a previously working source due to a
change in configuration.

This commit adds the option with the default
as provided by the rpm installation.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1502560
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, docker 1.12 can be configured to use the
run-time parameter of 'signature-verification'

By default, rpm installation of docker results in
'--signature-verification=false' being added to
OPTIONS in /etc/sysconfig/docker

Currently, openshift-ansible does not preserve that
value.  This can cause docker to be unable to pull
images from a previously working source due to a
change in configuration.

This commit adds the option with the default
as provided by the rpm installation.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1502560
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate enterprise registry logic to docker role</title>
<updated>2017-09-27T16:06:32+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-09-27T16:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9d6e86c0217c97d33aecdcb47c35521a6ee91a29'/>
<id>9d6e86c0217c97d33aecdcb47c35521a6ee91a29</id>
<content type='text'>
Currently, the enterprise registry to forcefully added
in openshift_facts.  Recently, the docker role has
been modified to consume registry variables directly,
bypassing openshift_facts.

This commit cleans up unused code in openshift_facts,
and migrates enterprise registry logic to the
docker role.

Fixes: https://github.com/openshift/openshift-ansible/issues/5557
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the enterprise registry to forcefully added
in openshift_facts.  Recently, the docker role has
been modified to consume registry variables directly,
bypassing openshift_facts.

This commit cleans up unused code in openshift_facts,
and migrates enterprise registry logic to the
docker role.

Fixes: https://github.com/openshift/openshift-ansible/issues/5557
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5205 from mgugino-upstream-stage/docker-etc-containers-regs</title>
<updated>2017-09-25T18:17:16+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2017-09-25T18:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4ceb4bd931fa48b1f666d2258fff763b29bffba8'/>
<id>4ceb4bd931fa48b1f666d2258fff763b29bffba8</id>
<content type='text'>
Automatic merge from submit-queue

Move additional/block/insecure registires to /etc/containers/...

Move additional/block/insecure registires to /etc/containers/registries.conf

This commit moves additional/block/insecure registries to
/etc/containers/registries.conf and comments existing lines in
/etc/sysconfig/docker.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1460930</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue

Move additional/block/insecure registires to /etc/containers/...

Move additional/block/insecure registires to /etc/containers/registries.conf

This commit moves additional/block/insecure registries to
/etc/containers/registries.conf and comments existing lines in
/etc/sysconfig/docker.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1460930</pre>
</div>
</content>
</entry>
<entry>
<title>Move additional/block/insecure registires to /etc/containers/registries.conf</title>
<updated>2017-09-21T19:27:28+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-08-24T21:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b35272a794a572f60034293dd8cb7f057cf3fc8c'/>
<id>b35272a794a572f60034293dd8cb7f057cf3fc8c</id>
<content type='text'>
This commit moves additional/block/insecure registries to
/etc/containers/registries.conf and comments existing lines in
/etc/sysconfig/docker.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1460930
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit moves additional/block/insecure registries to
/etc/containers/registries.conf and comments existing lines in
/etc/sysconfig/docker.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1460930
</pre>
</div>
</content>
</entry>
</feed>
