<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_openstack/tasks, 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>OpenStack provisioning -- support cns.</title>
<updated>2018-01-02T11:58:03+00:00</updated>
<author>
<name>Jiri Mencak</name>
<email>jmencak@redhat.com</email>
</author>
<published>2017-12-17T22:54: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=4514a0ddb20480d43f153f25de94a267f10f0696'/>
<id>4514a0ddb20480d43f153f25de94a267f10f0696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c113074f5b84881f416aca40e2bf4e20d4e6ce41'/>
<id>c113074f5b84881f416aca40e2bf4e20d4e6ce41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow 2 sets of hostnames for openstack provider</title>
<updated>2017-12-11T10:04:25+00:00</updated>
<author>
<name>Bogdan Dobrelya</name>
<email>bdobreli@redhat.com</email>
</author>
<published>2017-12-07T11:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=cf4ec9c8205e84288bf35f93e7f2f4190d2bf9a4'/>
<id>cf4ec9c8205e84288bf35f93e7f2f4190d2bf9a4</id>
<content type='text'>
Support private/public hostnames suffixes for DNS records.
Real hostnames, Inventory variables, Nova servers and ansible
hostnames will ignore the custom suffixes. Those are only for
nsupdates sent to external DNS servers.

Related change: add openshift_openstack_public_dns_domain to
the role defaults to not rely on the group vars example only.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
Co-authored-by: Tomas Sedovic &lt;tsedovic@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support private/public hostnames suffixes for DNS records.
Real hostnames, Inventory variables, Nova servers and ansible
hostnames will ignore the custom suffixes. Those are only for
nsupdates sent to external DNS servers.

Related change: add openshift_openstack_public_dns_domain to
the role defaults to not rely on the group vars example only.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
Co-authored-by: Tomas Sedovic &lt;tsedovic@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Include Deprecation: Convert to include_tasks</title>
<updated>2017-12-06T14:48:59+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-12-06T14:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=50751e3c5e8e8dca97cd27d4c93944515666c8b5'/>
<id>50751e3c5e8e8dca97cd27d4c93944515666c8b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and cleanup not required dns bits</title>
<updated>2017-12-05T15:29:59+00:00</updated>
<author>
<name>Bogdan Dobrelya</name>
<email>bdobreli@redhat.com</email>
</author>
<published>2017-12-04T09:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f8106699eb9157797f27157b62aef83cacb02791'/>
<id>f8106699eb9157797f27157b62aef83cacb02791</id>
<content type='text'>
* Do not manage hostnames for openstack cloud provider,
  let cloud-init to do its job.
* Make python-dns / dnspython dependency check conditional.
* Drop not used dns node flavor and image.
* Do not manage dns nodes and sec groups in heat stacks.
* Keep supporting dynamic updates for private DNS records, yet only
  limited to an external DNS managed elsewhere (not deployed by
  the openshift_openstack provider). So users may still benefit from
  this feature, sending nsupdates to private and public servers as
  they want it.
* Fix openstack default for external nsupdate keys. It should be
  undefined by default as the dns-populate logic is based on that.
* Fix dns records generation for openstack provider's populate-dns
* Update docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Do not manage hostnames for openstack cloud provider,
  let cloud-init to do its job.
* Make python-dns / dnspython dependency check conditional.
* Drop not used dns node flavor and image.
* Do not manage dns nodes and sec groups in heat stacks.
* Keep supporting dynamic updates for private DNS records, yet only
  limited to an external DNS managed elsewhere (not deployed by
  the openshift_openstack provider). So users may still benefit from
  this feature, sending nsupdates to private and public servers as
  they want it.
* Fix openstack default for external nsupdate keys. It should be
  undefined by default as the dns-populate logic is based on that.
* Fix dns records generation for openstack provider's populate-dns
* Update docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup unused openstack provider code</title>
<updated>2017-12-04T13:45:15+00:00</updated>
<author>
<name>Bogdan Dobrelya</name>
<email>bdobreli@redhat.com</email>
</author>
<published>2017-12-04T10:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=a1e32351eca751c7e1391dd67b0e8607adf9211f'/>
<id>a1e32351eca751c7e1391dd67b0e8607adf9211f</id>
<content type='text'>
Remove references for bastion, ssh UI tunnek and static inventory.
Update docs.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove references for bastion, ssh UI tunnek and static inventory.
Update docs.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>retry package operations</title>
<updated>2017-11-30T21:45:20+00:00</updated>
<author>
<name>Luke Meyer</name>
<email>lmeyer@redhat.com</email>
</author>
<published>2017-11-28T20:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=fbb4e1ca73fd39ce9f18fa7c6f05766ccb0e484a'/>
<id>fbb4e1ca73fd39ce9f18fa7c6f05766ccb0e484a</id>
<content type='text'>
When a package install/update fails due to network blips or other spotty
availability, retry it. If the failure is a real failure (e.g. package
is really not there) it still fails after 3 tries (Ansible default).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a package install/update fails due to network blips or other spotty
availability, retry it. If the failure is a real failure (e.g. package
is really not there) it still fails after 3 tries (Ansible default).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tox</title>
<updated>2017-11-07T03:35:47+00:00</updated>
<author>
<name>Tomas Sedovic</name>
<email>tomas@sedovic.cz</email>
</author>
<published>2017-11-02T17:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=67791867abbeb06c9bd11a1583ab6b976902fd15'/>
<id>67791867abbeb06c9bd11a1583ab6b976902fd15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Namespace the OpenStack vars</title>
<updated>2017-11-07T03:35:47+00:00</updated>
<author>
<name>Tomas Sedovic</name>
<email>tomas@sedovic.cz</email>
</author>
<published>2017-11-02T10:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b95170503613bb97c00175324b31ed91f6f41ea1'/>
<id>b95170503613bb97c00175324b31ed91f6f41ea1</id>
<content type='text'>
This makes sure that all the variables used in the `openshift_openstack`
role are prefixed with `openshift_openstack_` as is the convention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure that all the variables used in the `openshift_openstack`
role are prefixed with `openshift_openstack_` as is the convention.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the template paths for the storage setup</title>
<updated>2017-11-07T03:35:47+00:00</updated>
<author>
<name>Tomas Sedovic</name>
<email>tomas@sedovic.cz</email>
</author>
<published>2017-11-02T09:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=4fd33e96eed4d1d5eaca0af8f2ef3e81fcaf5498'/>
<id>4fd33e96eed4d1d5eaca0af8f2ef3e81fcaf5498</id>
<content type='text'>
Because the templates are present in a role, the `template` module is
able to look them up directly, without having to use `{{ role_path
}}/templates`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because the templates are present in a role, the `template` module is
able to look them up directly, without having to use `{{ role_path
}}/templates`.
</pre>
</div>
</content>
</entry>
</feed>
