<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/lib_openshift/src/test/integration, 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>Rename filter_plugins to unique names</title>
<updated>2017-09-27T14:45:53+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-09-27T14:18:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4dcc5042e6a5ab70de755e2d9d3bdab7e37d45f5'/>
<id>4dcc5042e6a5ab70de755e2d9d3bdab7e37d45f5</id>
<content type='text'>
Filter plugin modules should have unique names to not conflict with core
Ansible modules.  (Ansible 2.4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Filter plugin modules should have unique names to not conflict with core
Ansible modules.  (Ansible 2.4)
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup old deployment types</title>
<updated>2017-09-20T17:04:03+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-09-12T15:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4b8f66c37b865c7be59310854f5f9bd3de3e01bb'/>
<id>4b8f66c37b865c7be59310854f5f9bd3de3e01bb</id>
<content type='text'>
Previously, openshift-ansible supported various
types of deployments using the variable "openshift_deployment_type"

Currently, openshift-ansible only supports two deployment types,
"origin" and "openshift-enterprise".

This commit removes all logic and references to deprecated
deployment types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, openshift-ansible supported various
types of deployments using the variable "openshift_deployment_type"

Currently, openshift-ansible only supports two deployment types,
"origin" and "openshift-enterprise".

This commit removes all logic and references to deprecated
deployment types.
</pre>
</div>
</content>
</entry>
<entry>
<title>First attempt at creating the cert signer.</title>
<updated>2017-08-21T20:57:01+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2017-08-15T22:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ca0dc1c5898189cf42a6ef2b4b68b37c4e9648a9'/>
<id>ca0dc1c5898189cf42a6ef2b4b68b37c4e9648a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add selector and storage class name to oc_pvc module</title>
<updated>2017-07-27T15:33:51+00:00</updated>
<author>
<name>Jeff Cantrill</name>
<email>jcantril@redhat.com</email>
</author>
<published>2017-07-27T14:12:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3de24e3e4818aa6e1f836498fed81d913bbe827b'/>
<id>3de24e3e4818aa6e1f836498fed81d913bbe827b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding storageclass support to lib_openshift.</title>
<updated>2017-07-14T12:47:22+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2017-07-03T20:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d3cd981326c98984117ae6fd768d63c39257de69'/>
<id>d3cd981326c98984117ae6fd768d63c39257de69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for oc_service for labels, externalIPs</title>
<updated>2017-05-30T16:39:02+00:00</updated>
<author>
<name>Rich Megginson</name>
<email>rmeggins@redhat.com</email>
</author>
<published>2017-05-04T00:14: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=a1cfec9bbe43dd005ab16792c90cc949555cce12'/>
<id>a1cfec9bbe43dd005ab16792c90cc949555cce12</id>
<content type='text'>
Add support for `labels` and `externalIPs` in Services
This also adds support for the `labels` parameter of `oadm registry`
and `oadm router` to be a `dict` of values.
This also converts `labels` dict values in the router and registry
classes into a comma delimited list of `key=value` pairs.
The list of `--labels` is sorted for consistency in key pair positioning
in the output (and for consistency in testing) - otherwise, the order
of the list is not guarantee and has actually been observed to be
different from run to run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for `labels` and `externalIPs` in Services
This also adds support for the `labels` parameter of `oadm registry`
and `oadm router` to be a `dict` of values.
This also converts `labels` dict values in the router and registry
classes into a comma delimited list of `key=value` pairs.
The list of `--labels` is sorted for consistency in key pair positioning
in the output (and for consistency in testing) - otherwise, the order
of the list is not guarantee and has actually been observed to be
different from run to run.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vim configuration from Python files</title>
<updated>2017-05-09T08:49:55+00:00</updated>
<author>
<name>Rodolfo Carvalho</name>
<email>rhcarvalho@gmail.com</email>
</author>
<published>2017-05-09T08:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c'/>
<id>a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c</id>
<content type='text'>
In a project where contributors are free to use whatever editor they
want and we have linting tools that verify the proper formatting of
Python files, it should not be required to have a vim-specific line in
Python files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a project where contributors are free to use whatever editor they
want and we have linting tools that verify the proper formatting of
Python files, it should not be required to have a vim-specific line in
Python files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't double quote when conditions</title>
<updated>2017-05-01T15:05:33+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-04-27T13:31: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=717c36fde2639f6f3cc7bf534052e1df0479c2fe'/>
<id>717c36fde2639f6f3cc7bf534052e1df0479c2fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove jinja template delimeters from when conditions</title>
<updated>2017-05-01T15:03:49+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-04-21T17:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b6190a17b578de72147e481b0eea00aca59adc2f'/>
<id>b6190a17b578de72147e481b0eea00aca59adc2f</id>
<content type='text'>
In ansible 2.3 "[WARNING]: when statements should not include jinja2
templating delimiters such as {{ }} or {% %}. Found: {{
g_glusterfs_hosts is not defined }}"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In ansible 2.3 "[WARNING]: when statements should not include jinja2
templating delimiters such as {{ }} or {% %}. Found: {{
g_glusterfs_hosts is not defined }}"
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding ability to delete by selector.</title>
<updated>2017-04-05T13:45:18+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2017-04-03T16:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=138e3668b61cbf2d9482a7128e731c0df7000178'/>
<id>138e3668b61cbf2d9482a7128e731c0df7000178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
