<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/flannel, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands</id>
<link rel='self' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/atom?h=ands'/>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<updated>2018-01-23T16:00:26+00:00</updated>
<entry>
<title>[1537105] Add openshift_facts to flannel role</title>
<updated>2018-01-23T16:00:26+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2018-01-23T16:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=81d383a935ad81c78000bb69c97c35768a9dd876'/>
<id>urn:sha1:81d383a935ad81c78000bb69c97c35768a9dd876</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5853 from imcsk8/flannel-iptables</title>
<updated>2018-01-10T06:45:53+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-10T06:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4a3786539efad2ad41733ab521fc2e8e1ab87d9c'/>
<id>urn:sha1:4a3786539efad2ad41733ab521fc2e8e1ab87d9c</id>
<content type='text'>
Automatic merge from submit-queue.

Add iptables rules for flannel

[WIP] When using flannel there are iptables rules that need
to be added as stated here:

https://access.redhat.com/documentation/en-us/reference_architectures/2017/html-single/deploying_red_hat_openshift_container_platform_3.4_on_red_hat_openstack_platform_10/#run_ansible_installer

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1493955</content>
</entry>
<entry>
<title>Add iptables save handler</title>
<updated>2018-01-09T06:59:06+00:00</updated>
<author>
<name>Ivan Chavero</name>
<email>ichavero@redhat.com</email>
</author>
<published>2018-01-09T06:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ad407eec89613c053af0a2b8ad7b7316f26b5f5d'/>
<id>urn:sha1:ad407eec89613c053af0a2b8ad7b7316f26b5f5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cast openshift_docker_use_system_container to bool</title>
<updated>2018-01-02T19:23:04+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-01-02T19:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=1a99f2ee9fac6dfe02e56e227874371b40a0b4fe'/>
<id>urn:sha1:1a99f2ee9fac6dfe02e56e227874371b40a0b4fe</id>
<content type='text'>
openshift_docker_use_system_container might be passed
in via ini inventory as 'openshift_docker_use_system_container=false'

This condition will be interpreted as a string type, instead of
boolean.

Casting openshift_docker_use_system_container as bool
will achieve the users desired intent.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528943
</content>
</entry>
<entry>
<title>Remove openshift.common.{is_atomic|is_containerized}</title>
<updated>2017-12-20T15:13:51+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-18T21:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e6c159afb4ba39a7266c750d43d6a5e911cc8f21'/>
<id>urn:sha1:e6c159afb4ba39a7266c750d43d6a5e911cc8f21</id>
<content type='text'>
We set these variables using facts in init, no need
to duplicate the logic all around the codebase.
</content>
</entry>
<entry>
<title>Relocate filter plugins to lib_utils</title>
<updated>2017-12-18T21:46:22+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-13T17:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=801779eeb6f6308f81ae7c48409de7686c04a0aa'/>
<id>urn:sha1:801779eeb6f6308f81ae7c48409de7686c04a0aa</id>
<content type='text'>
This commit relocates filter_plugings to lib_utils,
changes the namespacing to prevent unintended use of
older versions that may be present in filter_plugins/
directory on existing installs.

Add lib_utils to meta depends for roles

Also consolidate some plugins into lib_utils from
various other areas.

Update rpm spec, obsolete plugin rpms.
</content>
</entry>
<entry>
<title>Deprecate using Ansible tests as filters</title>
<updated>2017-12-14T21:03:44+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-14T20:00:59+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c113074f5b84881f416aca40e2bf4e20d4e6ce41'/>
<id>urn:sha1:c113074f5b84881f416aca40e2bf4e20d4e6ce41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unneeded embedded etcd logic</title>
<updated>2017-12-08T22:03:06+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-08T22:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ed4d3fb42125405f8dd0765b4a42c618a9916f22'/>
<id>urn:sha1:ed4d3fb42125405f8dd0765b4a42c618a9916f22</id>
<content type='text'>
Removing some remaining embedded etcd facts except
for the migration plays.
</content>
</entry>
<entry>
<title>Remove openshift.common.service_type</title>
<updated>2017-12-07T19:37:36+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-11-27T20:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=eb6b20fc9183cc2aae424c72efd1191b99110a93'/>
<id>urn:sha1:eb6b20fc9183cc2aae424c72efd1191b99110a93</id>
<content type='text'>
This commit removes openshift.common.service_type
in favor of openshift_service_type.

This commit also removes r_openshift_excluder_service_type
from plays in favor of using the role's defaults.
</content>
</entry>
<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://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=5120f8e90c0178ac7f6d911159ceb278dd87b4c9'/>
<id>urn:sha1:5120f8e90c0178ac7f6d911159ceb278dd87b4c9</id>
<content type='text'>
</content>
</entry>
</feed>
