<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_cloud_provider/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>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>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>
<entry>
<title>add template and vsphere.conf</title>
<updated>2017-12-11T15:33:59+00:00</updated>
<author>
<name>Davis Phillips</name>
<email>davis.phillips@gmail.com</email>
</author>
<published>2017-12-11T15:33: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=805c4a3d5be1433ee38e495885fea185d1359561'/>
<id>805c4a3d5be1433ee38e495885fea185d1359561</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add vsphere cloud providers</title>
<updated>2017-12-11T15:32:19+00:00</updated>
<author>
<name>Davis Phillips</name>
<email>davis.phillips@gmail.com</email>
</author>
<published>2017-12-11T15:32: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=1e3fd54d705b4093ef64429e23b9ad6fecbb8df7'/>
<id>1e3fd54d705b4093ef64429e23b9ad6fecbb8df7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include Deprecation - openshift-node</title>
<updated>2017-11-22T19:07:08+00:00</updated>
<author>
<name>Russell Teague</name>
<email>rteague@redhat.com</email>
</author>
<published>2017-11-22T19:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a'/>
<id>bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed old version code</title>
<updated>2017-11-14T21:45:59+00:00</updated>
<author>
<name>Michael Gugino</name>
<email>mgugino@redhat.com</email>
</author>
<published>2017-10-31T21:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=346ce4fc595ed618e589666a87b441b40e392e73'/>
<id>346ce4fc595ed618e589666a87b441b40e392e73</id>
<content type='text'>
This commit removes any references to versions &lt; 1.5/3.5

We assume the version is always greater than or equal to 1.5/3.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes any references to versions &lt; 1.5/3.5

We assume the version is always greater than or equal to 1.5/3.5.
</pre>
</div>
</content>
</entry>
</feed>
