<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_prometheus/tasks, 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>2018-02-10T11:41:14+00:00</updated>
<entry>
<title>Fix indentation to make yamllint happy</title>
<updated>2018-02-10T11:41:14+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-02-07T17:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=93619d7f090f633ddbd57bb5a41a4d67c83c7c10'/>
<id>urn:sha1:93619d7f090f633ddbd57bb5a41a4d67c83c7c10</id>
<content type='text'>
Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</content>
</entry>
<entry>
<title>Verify that requested services have schedulable nodes matching the selectors</title>
<updated>2018-02-10T09:41:45+00:00</updated>
<author>
<name>Vadim Rutkovsky</name>
<email>vrutkovs@redhat.com</email>
</author>
<published>2018-02-06T11:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=cea68953a257477198ac262f3f9c8047e4f39498'/>
<id>urn:sha1:cea68953a257477198ac262f3f9c8047e4f39498</id>
<content type='text'>
Signed-off-by: Vadim Rutkovsky &lt;vrutkovs@redhat.com&gt;
</content>
</entry>
<entry>
<title>Fix uninstall using openshift_prometheus_state=absent</title>
<updated>2018-02-07T13:24:36+00:00</updated>
<author>
<name>Zohar Galor</name>
<email>zgalor@redhat.com</email>
</author>
<published>2018-02-07T13:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e9549dc5f790effe158e130bbe4eec869ddbab0f'/>
<id>urn:sha1:e9549dc5f790effe158e130bbe4eec869ddbab0f</id>
<content type='text'>
This was broken in https://github.com/openshift/openshift-ansible/pull/6811

bz: https://bugzilla.redhat.com/show_bug.cgi?id=1540806
</content>
</entry>
<entry>
<title>Rebase Prometheus example for new scrape endpoints and expose alert manager</title>
<updated>2018-01-28T08:38:36+00:00</updated>
<author>
<name>Mangirdas</name>
<email>m.judeikis@gmail.com</email>
</author>
<published>2018-01-27T08:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3de29f6d5a3017b57c553c5e2fb63a50994df840'/>
<id>urn:sha1:3de29f6d5a3017b57c553c5e2fb63a50994df840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove references to deployment_type</title>
<updated>2017-12-21T17:28:19+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-12-19T21:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=e3cf9edff6d0186b09b1a112592f283fab6857d0'/>
<id>urn:sha1:e3cf9edff6d0186b09b1a112592f283fab6857d0</id>
<content type='text'>
Move openshift_deployment_type check into sanity_check
action plugin.  Remove compatibility for deployment_type.

deployment_type has been deprecated for some time now.
</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://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://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>Add support for storage classes to openshift_prometheus role.</title>
<updated>2017-12-12T18:42:55+00:00</updated>
<author>
<name>Jiri Mencak</name>
<email>jmencak@redhat.com</email>
</author>
<published>2017-10-23T11:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=0e7d9fe8d950c41e134b793ab861b29ae9d68f7b'/>
<id>urn:sha1:0e7d9fe8d950c41e134b793ab861b29ae9d68f7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the name of the variable and explicitely document the names</title>
<updated>2017-11-24T12:36:30+00:00</updated>
<author>
<name>Diego Abelenda</name>
<email>diego.abelenda@camptocamp.com</email>
</author>
<published>2017-11-20T15:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=984655cb741278409f065474776b55eec8b75134'/>
<id>urn:sha1:984655cb741278409f065474776b55eec8b75134</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow to set the hostname for routes to prometheus and alertmanager</title>
<updated>2017-11-24T12:36:30+00:00</updated>
<author>
<name>Diego Abelenda</name>
<email>diego.abelenda@camptocamp.com</email>
</author>
<published>2017-11-16T14:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=24a25b94cf1b6b2f19cf12b3c8d54cd2bb0fd696'/>
<id>urn:sha1:24a25b94cf1b6b2f19cf12b3c8d54cd2bb0fd696</id>
<content type='text'>
</content>
</entry>
</feed>
