- Sep 09, 2015
-
-
Martin André authored
The pip installed kolla-build script was not able to build source images due to missing build.ini file containing information where to download sources. Change-Id: Ibc347daff76b445f032d8366bea3a58549cda766 Closes-Bug: #1493728
-
Jenkins authored
-
Kuo-tung Kao authored
These file should be ignored because they are generated by the command, "tox -e docs" AUTHORS ChangeLog doc/build/ Change-Id: I5b9e2adc851800f0391d236d266c33606fc160df Closes-Bug: 1493670
-
Steven Dake authored
Stagger the start times of the rabbitmq daemon so rabbitmq neither crashes and also properly forms a cluster. This problem exists in the latest rabbitmq 3.5.4 available on rabbitmq.com for download. Change-Id: Iac4186b3c3b586de38467294399c7ed9415244de Closes-Bug: #1490780
-
- Sep 08, 2015
- Sep 07, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Paul Bourke authored
Makes provision steps more readable. Co-Authored-By:
Martin André <martin.andre@gmail.com> Change-Id: I177c467f01f6122ad8902f2b62694bc3acb7b0c8 Closes-Bug: #1493010
-
Paul Bourke authored
Swift replicator services require rsync to function. This patch adds a new container which is included automatically on each of the Swift storage nodes. Change-Id: If10fbe610ca4df21ef0f2c7a1025035d627cb4ba Partial-Bug: #1477993
-
Paul Bourke authored
Out of the box testing will be easier if the supplied ansible multinode inventory matches the Vagrantfile Change-Id: I2e1233502cc5671f6a49381bcb9bdedfdd27ecac Closes-Bug: #1493011
-
Sam Yaple authored
Haproxy needs to have gathered facts from all hosts that it will use information about. In this case it must talk to all of the api hosts as well as the database and rabbitmq hosts before generating the configuration file. Change-Id: I99b7dbebd5a6193e192ee258ddf576d18db90ed7 Closes-Bug: #1482406
-
Vladislav Belogrudov authored
If we have reference like stable/kilo name of source archive will contain only last part of reference. We should replace '/' with '-' to have full name. This is useful for correct identification of source code afterwards. Change-Id: I1ff1015e3f7926110d0fcb59504e58a5e80a75f9 Closes-Bug: #1492279
-
Mick Thompson authored
Deploy the core services for murano-api and murano-engine containers. Implements: bp ansible-murano Change-Id: Ibcc618665a3509465ba8f9249a417e8848087eef
-
Steven Dake authored
The stack-create operation fails. The current implementation of Heat Ansible role does not implement trusts. Tell heat it should use the non-trusts authentication model. Also add a [keystone_clients] section which is required in newer versions of heat to properly resolve the keystone v3 API endpoint required for trust communication. This fix spawns a Tech-Debt Bug to implement trusts in heat: #1492736 Change-Id: I06dd6436cc34a37b4966fddc888fade982ea51bd Closes-Bug: #1492648
-
Jenkins authored
-
- Sep 06, 2015
-
-
Jenkins authored
-
Steven Dake authored
The default incoming database connection count is limited to 151 connections. These are not sufficient in a 100 node 3 controller deployment to launch several heat stacks simulatenously. Data measured on bare metal shows that 250 connections are needed to launch one 25 VM heat stack with 3 controller nodes with 209 tasks (default enablement). Change-Id: If60b540010d6d173a393fa91fa30cb3ba572cfc0 Closes-Bug: #1492719
-
Sam Yaple authored
No need for a new task. Change-Id: I958f87ac9a1434a2f6052e0271f37e5f3109775e Closes-Bug: #1492337
-
- Sep 05, 2015
-
-
Steven Dake authored
Glance now depends on python-castellan and python-cryptography but the package is not in the package depends list. Change-Id: I8ba8c191572b0c7f51df5948a2951d9a7e0aead4 Closes-Bug: #1492641
-
- Sep 04, 2015
-
-
Vladislav Belogrudov authored
Currently bootstrap containers are waited to exit but are not checked for exit status and ansible runs further tasks. If bootstrapping fails we notice it at much later time. Change-Id: I137fc11b0f9d1f03d2ded08a213e8dbd62741f92 Closes-Bug: #1492337
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Steven Dake authored
Add support to the base image for running RHEL containers. Document how to register a system with RHN in image-buliding.rst. Change-Id: Id69c114cf734a8242066b8d7d05ba19c07af036a Partially-Implements: blueprint rhel-based-image-support
-
Martin André authored
Kolla documentation is now published online at http://docs.openstack.org/developer/kolla/. Fix document references to not point to external resources. Change-Id: Ie0a0114f269f5a12123718080627c8da86a8c91d
-
Vladislav Belogrudov authored
Default value for auth_strategy changed for Cinder in Liberty release from 'noauth' to 'keystone'. Therefore relying on default value makes Cinder fail in Kilo. This patch covers both releases by setting auth strategy to 'keystone' explicitely Change-Id: Ic1f45fd43e0a94ca1dbfc63e90e2756c40453352 Closes-Bug: #1492233
-
Steven Dake authored
Add 'rhel' to list for RPM based distros. Also sort the distro list for rpm packages for affected lines. Change-Id: Ied4cb3e9763d6c6359f314d16185383ac3e006ed Partially-Implements: blueprint rhel-based-image-support
-
Steven Dake authored
The -T option is no longer necessary to be specified on each build. The defaults work well enough, so remove -T 1000 from the documentation. Change-Id: I13a9a4ac6b3f402d8ca0ba57fa1dbfd19a82ae1f
-
Jenkins authored
-
Jenkins authored
-
Jenkins authored
-
Steven Dake authored
Also tidy up title for the main deployment documentation. Change-Id: Ibd137f01077565ece7cf87affe4200f414a0dce6
-
Georgy Okrokvertskhov authored
Change-Id: Iec83a99f67d547ff8dd218a4ddf5642c79f42b99
-
- Sep 03, 2015
-
-
Sam Yaple authored
Change-Id: I3134ba72e2ce4e85a17facbc3b5af4c1c3438d33 Closes-Bug: #1491740
-
Jeff Peeler authored
The register operation was using database_user which is also a global variable in group_vars/all.yml. This results in Heat being undeployable because database_user is overwritten. Change-Id: I78b2db34b7c99142040390c7258b7e81d3770835 Closes-bug: #1491980
-
Jenkins authored
-
Jenkins authored
-
Vladislav Belogrudov authored
Currently we cannot import source archives with names different than expected by hardcoded line in Dockerfiles. This worked well for Openstack services' tarballs where we expected SERVICE-* root folder after extraction or kanaka-noVNC for nova-novncproxy docker. The latter fails if one tries to clone or get tarball under other names. This fix allows any archive (tar,tgz,zip) or repo name to be imported into dockerfile. Change-Id: I869a6a19afaf0e93925572746c22b7589b6600c9 Closes-Bug: #1491415
-
Sam Yaple authored
This creates and moves the dependencies for Ubuntu into a common openstack-base container. This commit shows dramatically smaller sizes for all non-openstack containers. The Openstack container remain the same size. Change-Id: I2f46420d4b9edcfddda374caddcce906fc708f6c Partially-Implements: blueprint openstack-common-container
-