<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/ansible-patches/openshift.git/roles/openshift_openstack/defaults, 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 #6951 from tomassedovic/fix-openstack-master</title>
<updated>2018-02-13T13:17:12+00:00</updated>
<author>
<name>OpenShift Merge Robot</name>
<email>openshift-merge-robot@users.noreply.github.com</email>
</author>
<published>2018-02-13T13:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=b0943498fd3da4e4bfd2885c02e7d0a75fde8696'/>
<id>b0943498fd3da4e4bfd2885c02e7d0a75fde8696</id>
<content type='text'>
Automatic merge from submit-queue.

Fix OpenStack playbooks

This shuffles a few playbooks around to fix the ordering between various
facts and prerequisites.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatic merge from submit-queue.

Fix OpenStack playbooks

This shuffles a few playbooks around to fix the ordering between various
facts and prerequisites.</pre>
</div>
</content>
</entry>
<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.master.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>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.master.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 OpenStack playbooks</title>
<updated>2018-02-12T10:17:02+00:00</updated>
<author>
<name>Tomas Sedovic</name>
<email>tomas@sedovic.cz</email>
</author>
<published>2018-01-31T13:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.master.suren.me/cgit/csa/devops/ansible-patches/openshift.git/commit/?id=d9c87eaa322c3422d679bcd36422a613278f6345'/>
<id>d9c87eaa322c3422d679bcd36422a613278f6345</id>
<content type='text'>
This shuffles a few playbooks around to fix the ordering between various
facts and prerequisites.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This shuffles a few playbooks around to fix the ordering between various
facts and prerequisites.
</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.master.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.master.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.master.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>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>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>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>
</feed>
