<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_openstack/templates, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/'/>
<entry>
<title>Merge pull request #6699 from bogdando/heat_user_data</title>
<updated>2018-02-12T18:33:45+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-12T18:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=f9f61beed982ba841c872b5fc082c6dc05ad27b1'/>
<id>f9f61beed982ba841c872b5fc082c6dc05ad27b1</id>
<content type='text'>
Automatic merge from submit-queue.

[openstack] custom user commands for cloud-init

Allow to specify additional user commands executed on all Nova servers
provisioned via Heat.

An example use case is installing and starting os-collect-config agents
to put Nova servers under the configuration management driven via the
host openstack cloud Heat services. This allows to integrate with another
deployment tools like TripleO.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

[openstack] custom user commands for cloud-init

Allow to specify additional user commands executed on all Nova servers
provisioned via Heat.

An example use case is installing and starting os-collect-config agents
to put Nova servers under the configuration management driven via the
host openstack cloud Heat services. This allows to integrate with another
deployment tools like TripleO.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix openshift_openstack_provision_user_commands</title>
<updated>2018-02-12T14:39:23+00:00</updated>
<author>
<name>Bogdan Dobrelya</name>
<email>bdobreli@redhat.com</email>
</author>
<published>2018-02-12T14:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=aafbd31f00f48ee9e3e1aaea8f5f316669262872'/>
<id>aafbd31f00f48ee9e3e1aaea8f5f316669262872</id>
<content type='text'>
Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7001 from mbruzek/cidr_pool_start_end</title>
<updated>2018-02-12T14:24:30+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-12T14:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b7cc4a8414f7aa51fab0898ec23cefa7717b62b2'/>
<id>b7cc4a8414f7aa51fab0898ec23cefa7717b62b2</id>
<content type='text'>
Automatic merge from submit-queue.

Removing prefix, replacing with cidr, pool_start and pool_end vars

The heat template was hardcoded with a /24 cidr and that limited customers to 251 ip addresses in the OpenStack subnet. This allows the user to configure the cidr and the allocation pool start and end.

Addresses issue #6829 that I created last week.

@tomassedovic please take a look</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Removing prefix, replacing with cidr, pool_start and pool_end vars

The heat template was hardcoded with a /24 cidr and that limited customers to 251 ip addresses in the OpenStack subnet. This allows the user to configure the cidr and the allocation pool start and end.

Addresses issue #6829 that I created last week.

@tomassedovic please take a look</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cloud init runcmd templating</title>
<updated>2018-02-09T16:59:31+00:00</updated>
<author>
<name>Bogdan Dobrelya</name>
<email>bdobreli@redhat.com</email>
</author>
<published>2018-01-15T08:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d03e39704e8148fa1cf1869c0e5003ecf48c4f57'/>
<id>d03e39704e8148fa1cf1869c0e5003ecf48c4f57</id>
<content type='text'>
Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the ansible playbook vs cloud-init</title>
<updated>2018-02-09T16:59:31+00:00</updated>
<author>
<name>Bogdan Dobrelya</name>
<email>bdobreli@redhat.com</email>
</author>
<published>2018-01-12T15:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=5c1850b43582f8449070399df5c32c3fcd8688e2'/>
<id>5c1850b43582f8449070399df5c32c3fcd8688e2</id>
<content type='text'>
Document use cases for custom post-provision ansible hooks
vs cloud-init runcmd shell commands. Rename to
openshift_openstack_cloud_init_runcmd.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document use cases for custom post-provision ansible hooks
vs cloud-init runcmd shell commands. Rename to
openshift_openstack_cloud_init_runcmd.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix openstack cloud-init runcmd templating</title>
<updated>2018-02-09T16:59:11+00:00</updated>
<author>
<name>Bogdan Dobrelya</name>
<email>bdobreli@redhat.com</email>
</author>
<published>2018-01-11T09:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=c9cce6db686588b977968bc65a10dc5039a08a23'/>
<id>c9cce6db686588b977968bc65a10dc5039a08a23</id>
<content type='text'>
Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[openstack] custom user commands for cloud-init</title>
<updated>2018-02-09T16:59:11+00:00</updated>
<author>
<name>Bogdan Dobrelya</name>
<email>bdobreli@redhat.com</email>
</author>
<published>2018-01-11T09:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=5d2eb42f0a600fc4e262dabdee36e0440cdb2537'/>
<id>5d2eb42f0a600fc4e262dabdee36e0440cdb2537</id>
<content type='text'>
Allow to specify additional user commands executed on all Nova servers
provisioned via Heat.

An example use case is installing and starting os-collect-config agents
to put Nova servers under the configuration management driven via the
host openstack cloud Heat services. This allows to integrate with another
deployment tools like TripleO.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to specify additional user commands executed on all Nova servers
provisioned via Heat.

An example use case is installing and starting os-collect-config agents
to put Nova servers under the configuration management driven via the
host openstack cloud Heat services. This allows to integrate with another
deployment tools like TripleO.

Signed-off-by: Bogdan Dobrelya &lt;bdobreli@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing prefix and replacing with cidr, pool_start and pool_end variables.</title>
<updated>2018-02-02T17:10:58+00:00</updated>
<author>
<name>Matt Bruzek</name>
<email>mbruzek@gmail.com</email>
</author>
<published>2018-02-02T17:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=447ce80b3960eebff3a8a19d157487d7649929fc'/>
<id>447ce80b3960eebff3a8a19d157487d7649929fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parameterize user and disable_root options in cloud config</title>
<updated>2018-02-01T17:31:04+00:00</updated>
<author>
<name>Naga Ravi Chaitanya Elluri</name>
<email>nelluri@redhat.com</email>
</author>
<published>2018-02-01T17:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=9a4e30541e9be2f9b54a51f6d2a77131d073e198'/>
<id>9a4e30541e9be2f9b54a51f6d2a77131d073e198</id>
<content type='text'>
This commit will allow the user to login as root. By default, the
user is set to openshift and disable_root is set to true.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit will allow the user to login as root. By default, the
user is set to openshift and disable_root is set to true.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6831 from jmencak/heatstack-infra-1936</title>
<updated>2018-01-31T18:16:26+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-01-31T18:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=510b5ac41308225f01be96309eda6efc67a90467'/>
<id>510b5ac41308225f01be96309eda6efc67a90467</id>
<content type='text'>
Automatic merge from submit-queue.

Fix: e2e tests failing due to :1936/metrics unaccessible.

This PR allows access to tcp/1936 ingress infra-secgrp policy, so that e2e test do not fail looking for router metrics (:1936/metrics).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Fix: e2e tests failing due to :1936/metrics unaccessible.

This PR allows access to tcp/1936 ingress infra-secgrp policy, so that e2e test do not fail looking for router metrics (:1936/metrics).</pre>
</div>
</content>
</entry>
</feed>
