<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/playbooks/libvirt/openshift-cluster/tasks, 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>2017-08-25T14:52:10+00:00</updated>
<entry>
<title>Remove unsupported playbooks and utilities</title>
<updated>2017-08-25T14:52:10+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-08-24T17:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=7da3f730a2e2525190dc2c42661275f62891650c'/>
<id>urn:sha1:7da3f730a2e2525190dc2c42661275f62891650c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix lint errors</title>
<updated>2017-07-24T23:18:27+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2017-07-24T23:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b4feb4d9a76787d3d75d920fe5373bd834d11744'/>
<id>urn:sha1:b4feb4d9a76787d3d75d920fe5373bd834d11744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libvirt: fall back to mkisofs if genisoimage isn't available</title>
<updated>2017-07-24T16:17:25+00:00</updated>
<author>
<name>Dan Williams</name>
<email>dcbw@redhat.com</email>
</author>
<published>2017-07-24T16:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=04b1c99fd2b769979adf019fe064bc4ba601ef97'/>
<id>urn:sha1:04b1c99fd2b769979adf019fe064bc4ba601ef97</id>
<content type='text'>
</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://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=717c36fde2639f6f3cc7bf534052e1df0479c2fe'/>
<id>urn:sha1:717c36fde2639f6f3cc7bf534052e1df0479c2fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAML Linting</title>
<updated>2016-12-12T18:54:24+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2016-12-09T19:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=be97433dd559a3bdae4baedda20a7f17bd47450b'/>
<id>urn:sha1:be97433dd559a3bdae4baedda20a7f17bd47450b</id>
<content type='text'>
* Added checks to make ci for yaml linting
* Modified y(a)ml files to pass lint checks
</content>
</entry>
<entry>
<title>Fix the list done after cluster creation on libvirt and OpenStack</title>
<updated>2016-11-24T16:12:44+00:00</updated>
<author>
<name>Lénaïc Huard</name>
<email>lhuard@amadeus.com</email>
</author>
<published>2016-11-24T16:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=8461cb5dff9c76b902af6ba096a53ac611fa3d40'/>
<id>urn:sha1:8461cb5dff9c76b902af6ba096a53ac611fa3d40</id>
<content type='text'>
The `list.yml` playbooks are using cloud provider specific variables to find
the IPs of the VMs since 82449c6.

Those “cloud provider specific” variables are the ones provided by the dynamic
inventories.

But there was a problem when the `list.yml` playbooks are invoked from the
`launch.yml` ones because, in that case, the inventory is not coming from the
dynamic inventory scripts, but from the `add_host` done inside
`launch_instances.yml`.

Whereas the GCE and AWS `launch_instances.yml` were correctly adding in the
`add_host` the variables used by `list.yml`, libvirt and OpenStack were missing
that.

Fixes #2856
</content>
</entry>
<entry>
<title>Replace some virsh commands by native virt_XXX ansible module</title>
<updated>2016-08-22T20:20:35+00:00</updated>
<author>
<name>Lénaïc Huard</name>
<email>lhuard@amadeus.com</email>
</author>
<published>2016-08-22T15:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d3faaccc614c694b539e6fb8c02327da4f9b296b'/>
<id>urn:sha1:d3faaccc614c694b539e6fb8c02327da4f9b296b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix libvirt provider for Ansible 2.1.0.0</title>
<updated>2016-07-21T07:11:36+00:00</updated>
<author>
<name>Lénaïc Huard</name>
<email>lhuard@amadeus.com</email>
</author>
<published>2016-07-20T16:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=887ba6a2a7263985d5f644e37e5428f0a8bd5166'/>
<id>urn:sha1:887ba6a2a7263985d5f644e37e5428f0a8bd5166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hardcoded values in "launch_instances" - isue # 1970</title>
<updated>2016-06-03T06:05:43+00:00</updated>
<author>
<name>Daniel Dumitriu</name>
<email>daniel@dumdan.com</email>
</author>
<published>2016-06-03T06:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=5894cbe387834315ea212a4ab9406b37ab5ed2dc'/>
<id>urn:sha1:5894cbe387834315ea212a4ab9406b37ab5ed2dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix up variable references remove "online" support from bin/cluster</title>
<updated>2016-04-29T16:21:38+00:00</updated>
<author>
<name>Jason DeTiberus</name>
<email>jdetiber@redhat.com</email>
</author>
<published>2016-04-19T18:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://de.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b60e949da09a024b85366add7c7a26276b635093'/>
<id>urn:sha1:b60e949da09a024b85366add7c7a26276b635093</id>
<content type='text'>
</content>
</entry>
</feed>
