<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_hosted/tasks/registry, 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>Refactor openshift_hosted plays and role</title>
<updated>2017-09-25T13:40:01+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-08-31T22:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=82d61ae9e23c2ae1f722ed3b458a6e39721e71fd'/>
<id>82d61ae9e23c2ae1f722ed3b458a6e39721e71fd</id>
<content type='text'>
Currently, openshift_hosted role duplicates some logic
across separate task chains.  This commit cleans up
the openshift_hosted role and converts it to be
primarily used with include_role to give better
logic to the playbooks that utilize this role.

This commit also refactors the playbook that calls
various openshift_hosted roles into individual playbooks.
This allows more granularity for advanced users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, openshift_hosted role duplicates some logic
across separate task chains.  This commit cleans up
the openshift_hosted role and converts it to be
primarily used with include_role to give better
logic to the playbooks that utilize this role.

This commit also refactors the playbook that calls
various openshift_hosted roles into individual playbooks.
This allows more granularity for advanced users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5156 from mangirdaz/5155-hotfix</title>
<updated>2017-09-19T04:56:58+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2017-09-19T04:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a70aa12dfac9367d696a9c4f9f7883db35399b71'/>
<id>a70aa12dfac9367d696a9c4f9f7883db35399b71</id>
<content type='text'>
Automatic merge from submit-queue

hot fix for env variable resolve

If we use environment variables in our inventory files (and from what I seen we do this everywhere where We deploy OCP) our fact engine ignores env variables so if my path looks like
```
openshift_hosted_registry_routecertificates={"certfile": "{{inventory_dir}}/../files/certs/wildcard.registry.company.local.crt", "keyfile": "{{inventory_dir}}/../files/certs/wildcard.registry.companylocal.key", "cafile":"{{inventory_dir}}/../files/certs/CompanyLocalRootCA.crt"} 
openshift_hosted_registry_routehost=containers.registry.comany.local
```
the result is: `/../files/certs/RoSLocalRootCA.crt`

We need to fix our fact set in a long run to read Ansible variables. And it was done in the same way with router certificates already.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue

hot fix for env variable resolve

If we use environment variables in our inventory files (and from what I seen we do this everywhere where We deploy OCP) our fact engine ignores env variables so if my path looks like
```
openshift_hosted_registry_routecertificates={"certfile": "{{inventory_dir}}/../files/certs/wildcard.registry.company.local.crt", "keyfile": "{{inventory_dir}}/../files/certs/wildcard.registry.companylocal.key", "cafile":"{{inventory_dir}}/../files/certs/CompanyLocalRootCA.crt"} 
openshift_hosted_registry_routehost=containers.registry.comany.local
```
the result is: `/../files/certs/RoSLocalRootCA.crt`

We need to fix our fact set in a long run to read Ansible variables. And it was done in the same way with router certificates already.</pre>
</div>
</content>
</entry>
<entry>
<title>Correct logic for openshift_hosted_*_wait</title>
<updated>2017-09-12T19:13:01+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-09-12T19:01: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=d10f1cdd7baa26f9ce0e5fba1e7599cf07505aa1'/>
<id>d10f1cdd7baa26f9ce0e5fba1e7599cf07505aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround Ansible Jinja2 delimiter warning</title>
<updated>2017-09-12T17:14:34+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-09-12T17:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a77f2ffdd0b1f37de2877a63511d8682ab4362bc'/>
<id>a77f2ffdd0b1f37de2877a63511d8682ab4362bc</id>
<content type='text'>
This workaround prevents the warnings on using Jinja2 templating
delimiters in `when:` conditions in cases where a variable is used as
the conditional.  This has been fixed in Ansible 2.4.
https://github.com/ansible/ansible/pull/25092
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This workaround prevents the warnings on using Jinja2 templating
delimiters in `when:` conditions in cases where a variable is used as
the conditional.  This has been fixed in Ansible 2.4.
https://github.com/ansible/ansible/pull/25092
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5148 from kwoodson/registry_proxy_updates</title>
<updated>2017-09-06T19:21:16+00:00</updated>
<author>
<name>OpenShift Bot</name>
<email>eparis+openshiftbot@redhat.com</email>
</author>
<published>2017-09-06T19:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=bb7502b5c22a0af691c552c1c86a4d4b1fb6b0bc'/>
<id>bb7502b5c22a0af691c552c1c86a4d4b1fb6b0bc</id>
<content type='text'>
Merged by openshift-bot</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged by openshift-bot</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5178 from sdodson/fix-registry-cert</title>
<updated>2017-08-25T19:20:40+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-08-25T19:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7e369159e6e7d4ab6f54659eff0c02a54b3c3a6c'/>
<id>7e369159e6e7d4ab6f54659eff0c02a54b3c3a6c</id>
<content type='text'>
Add missing hostnames to registry cert</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing hostnames to registry cert</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing hostnames to registry cert</title>
<updated>2017-08-23T19:07:14+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-08-23T17:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=ad642e2b8b65b6aa5267c18b7ba1d98e613c454c'/>
<id>ad642e2b8b65b6aa5267c18b7ba1d98e613c454c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5011 from kwoodson/provision</title>
<updated>2017-08-23T18:19:32+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-08-23T18:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=6968359e77172a8a332d95b5cd146e475d688c7e'/>
<id>6968359e77172a8a332d95b5cd146e475d688c7e</id>
<content type='text'>
AWS Provisioning with scale groups.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AWS Provisioning with scale groups.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5120 from smarterclayton/allow_gcs_registry</title>
<updated>2017-08-23T14:55:17+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-08-23T14:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a56384839e769657c9f97c1fcdbea55e9ff92f1c'/>
<id>a56384839e769657c9f97c1fcdbea55e9ff92f1c</id>
<content type='text'>
Allow GCS object storage to be configured</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow GCS object storage to be configured</pre>
</div>
</content>
</entry>
<entry>
<title>hot fix for env variable resolve</title>
<updated>2017-08-22T08:28:48+00:00</updated>
<author>
<name>Mangirdas</name>
<email>m.judeikis@gmail.com</email>
</author>
<published>2017-08-22T08:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=3553a955b619049f0599c123fdcf35cca9d8a27d'/>
<id>3553a955b619049f0599c123fdcf35cca9d8a27d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
