<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_cloud_provider, 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>Merge pull request #7122 from mgugino-upstream-stage/add-gcp-multizone-var</title>
<updated>2018-02-13T08:53:31+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-13T08:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=dea7e61fd333b2e167cc5a001e1e8f794402c045'/>
<id>dea7e61fd333b2e167cc5a001e1e8f794402c045</id>
<content type='text'>
Automatic merge from submit-queue.

Add openshift_gcp_multizone bool

Add openshift_gcp_multizone bool that defaults
to False to enable users to support multizone
deployments on gcp.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542843</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Add openshift_gcp_multizone bool

Add openshift_gcp_multizone bool that defaults
to False to enable users to support multizone
deployments on gcp.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542843</pre>
</div>
</content>
</entry>
<entry>
<title>Add openshift_gcp_multizone bool</title>
<updated>2018-02-12T21:31:19+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-02-12T21:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=515b428ce709d0b71746903505dc0a7d1dde9519'/>
<id>515b428ce709d0b71746903505dc0a7d1dde9519</id>
<content type='text'>
Add openshift_gcp_multizone bool that defaults
to False to enable users to support multizone
deployments on gcp.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542843
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add openshift_gcp_multizone bool that defaults
to False to enable users to support multizone
deployments on gcp.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1542843
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gcp variable warnings</title>
<updated>2018-02-12T19:17:13+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2018-02-12T19:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=47d06eda6a989477d2f618c1872cf7635744173a'/>
<id>47d06eda6a989477d2f618c1872cf7635744173a</id>
<content type='text'>
This commit ensures that user get better information
regarding variables that need to be defined in
inventory when using gcp.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1541589
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit ensures that user get better information
regarding variables that need to be defined in
inventory when using gcp.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1541589
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding defaults for the gcp variables to fix an undefined ansible exception.</title>
<updated>2018-02-01T21:20:38+00:00</updated>
<author>
<name>Kenny Woodson</name>
<email>kwoodson@redhat.com</email>
</author>
<published>2018-02-01T15:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=6a1c9d2af8dd5f85f653c188c58234fe3edfa064'/>
<id>6a1c9d2af8dd5f85f653c188c58234fe3edfa064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move origin-gce roles and playbooks into openshift-ansible</title>
<updated>2018-01-23T15:52:07+00:00</updated>
<author>
<name>Clayton Coleman</name>
<email>ccoleman@redhat.com</email>
</author>
<published>2017-12-21T08:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=949f4eacd2aa47833e1283de284aaed1c7ce91fe'/>
<id>949f4eacd2aa47833e1283de284aaed1c7ce91fe</id>
<content type='text'>
This moves all core functionality into the openshift-ansible repo, adds
the necessary equivalent entrypoint to the openshift-ansible installer
image, and ensures the dynamic inventory mechanisms in openshift-ansible
continue to work.

Notable changes from origin-gce:

* playbook extensions changed to .yml
* dynamic inventory subdirectory created to prevent accidental use
* use the custom entrypoint entrypoint-gcp for this image
* move tasks into openshift_gcp role
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves all core functionality into the openshift-ansible repo, adds
the necessary equivalent entrypoint to the openshift-ansible installer
image, and ensures the dynamic inventory mechanisms in openshift-ansible
continue to work.

Notable changes from origin-gce:

* playbook extensions changed to .yml
* dynamic inventory subdirectory created to prevent accidental use
* use the custom entrypoint entrypoint-gcp for this image
* move tasks into openshift_gcp role
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6607 from tomassedovic/fix-cinder-pv</title>
<updated>2018-01-11T19:39:02+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-11T19:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=fdc5829d6ca252e1574278cd1dc50e932378d98d'/>
<id>fdc5829d6ca252e1574278cd1dc50e932378d98d</id>
<content type='text'>
Automatic merge from submit-queue.

Fix Cinder Persistent Volume support

This documents how to use Cinder-backed persistent volumes with OpenStack.

It needed a change to the dynamic inventory because the "openstack" cloudprovider plugin does actually require internal name resolution -- and the `openshift_hostname` value must match the name of the Nova server.

In addition, we need to be able to specify the V2 of the Cinder API for now as described in: https://github.com/openshift/openshift-docs/issues/5730</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Fix Cinder Persistent Volume support

This documents how to use Cinder-backed persistent volumes with OpenStack.

It needed a change to the dynamic inventory because the "openstack" cloudprovider plugin does actually require internal name resolution -- and the `openshift_hostname` value must match the name of the Nova server.

In addition, we need to be able to specify the V2 of the Cinder API for now as described in: https://github.com/openshift/openshift-docs/issues/5730</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6423 from dav1x/add-vsphere-provider</title>
<updated>2018-01-10T21:59:07+00:00</updated>
<author>
<name>Scott Dodson</name>
<email>sdodson@redhat.com</email>
</author>
<published>2018-01-10T21:59: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=62eef6e8412ea6c34d172e1bfdd57a22ddfc8c2d'/>
<id>62eef6e8412ea6c34d172e1bfdd57a22ddfc8c2d</id>
<content type='text'>
Add vsphere provider</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add vsphere provider</pre>
</div>
</content>
</entry>
<entry>
<title>Add blockstorage version for openstack</title>
<updated>2018-01-10T12:47:52+00:00</updated>
<author>
<name>Joel Pearson</name>
<email>joel.pearson@gmail.com</email>
</author>
<published>2017-10-16T21:48: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=955a79c5c411e38d3858448aad1bcbca6c9a3773'/>
<id>955a79c5c411e38d3858448aad1bcbca6c9a3773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=801779eeb6f6308f81ae7c48409de7686c04a0aa'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>lint issues</title>
<updated>2017-12-11T16:01:26+00:00</updated>
<author>
<name>Davis Phillips</name>
<email>davis.phillips@gmail.com</email>
</author>
<published>2017-12-11T16:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=52a55f2a5b16e8da59dd21180b077151e57617f2'/>
<id>52a55f2a5b16e8da59dd21180b077151e57617f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
