- Nov 02, 2015
-
-
Steven Dake authored
Add overview, how not to do the job, how to do the job. :) Change-Id: Id3c95ae376f92bfdeb9d43a2360bfd9f01e6f22f
-
Steven Dake authored
We decided during the ODS documentation session that several documents need retitling. This patch retitles the documents but doesn't actually adjust the content. There is a separate patch under work which refactors the content from three documents into one document. Change-Id: If5a4718b0ab50c405d42a2e20b7b054b93f3227a
-
Steven Dake authored
From this etherpad: https://etherpad.openstack.org/p/kolla-mitaka-documentation Lay groundwork for structure of new documentation layout. Further work will finish the job on this doc work. Note in a later change I793244c47ffbe0ba304e79bacf708494e59d99c4 ansible-deployment, deploy-all-in-one-node, and quickstart.rst will be merged into one document. Change-Id: I42b576ffab796da6e27adc9dbf55b2ceed641c16
-
Jenkins authored
-
- Nov 01, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Vladislav Belogrudov authored
This commit fixes configuration for murano-api HA Change-Id: I6b6f2c266cbb4c8131a949e31094572dad91fc40 Closes-Bug: #1510921 Backport: Liberty
-
Jérôme Vizcaino authored
Nova should use Neutron credentials to interact with Neutron. Backport: liberty Closes-Bug: #1512070 Change-Id: I78ec4c032d457b519ccfed9cab190afd65027048
-
- Oct 26, 2015
-
-
Rob Hirschfeld authored
The documentation was correct. This table change helps highlight that default packages are not recent enough or too recent for the Kolla playbooks. Change-Id: I9ea3cfc87aebcc10cb344cd8f32e9b91782ecf55
-
- Oct 24, 2015
-
-
Jérôme Vizcaino authored
Change-Id: Ice5ddf2cfcf5655cb98ec4f822fd376589c14cec Closes-Bug: 1509627
-
Jenkins authored
-
- Oct 23, 2015
-
-
Sam Yaple authored
Change-Id: Ifeefe3c146e6b5e118956024c769e71b2e506a5b Partially-Implements: blueprint functional-testing-gate
-
Sam Yaple authored
The upstream gate patches have merged and these can be safely removed. Change-Id: Icfad0ff161705239d75de2352bd61c5c9313e81c Partially-Implements: blueprint functional-testing-gate
-
Sam Yaple authored
TrivialFix Backport: Liberty Change-Id: I504ac12e349f4457c4d71b55b34edd1bd7a6292d
-
Sam Yaple authored
A previous commit [1] broke Galera on Ubuntu while trying to fix Centos. This fixes the underlying different between the two distros and should help prevent that kind of mistake in the future. [1] I523d1989575dbe24a891fcae3b6bf56d83e69615 Change-Id: Ie3e47f10cb669f36f8d2f166c88555931a54e3ec Backport: Liberty Closes-Bug: #1509281
-
Steven Dake authored
Xtrabackup previously used a hardcoded datadir. In the latest update to xtrabackup, the my.cnf config option datadir is now parsed. This variable was unset, causing galera to implode. backport: liberty Change-Id: I523d1989575dbe24a891fcae3b6bf56d83e69615 Closes-Bug: #1509281
-
Steven Dake authored
This patch uses the EL7 binary bits for percona's software instead of EL6. To match binary ABIs, it is recommended to use the same major version of EL for CentOS. backport: liberty Change-Id: I1d2b146a036806c7fd2baef97a6ed861a570d26e Partial-Fix: #1509281
-
- Oct 22, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Paul Bourke authored
We were missing keepalived, openvswitch, and rsyslog TrivialFix Change-Id: I2ca51b77060a0f9ca0577d0c1fb0b3d5fc703802
-
Michal Rostecki authored
Change-Id: Ic56b7b2fd6cd7d191cc364a37f3ebbc44950932e Closes-Bug: #1508780
-
- Oct 21, 2015
-
-
Jenkins authored
-
Paul Bourke authored
Change-Id: Ie0e69f72a9f4c4c1eee897d2b48b4318c3b94638
-
Sam Yaple authored
TrivialFix Related-Id: I9fbfa7ca442063db52c8b14586176ab994d2cf46 Change-Id: Ic1a7f311a323a3fed296ef2b76cd2dbde96053e2
-
Jenkins authored
-
Jenkins authored
-
Steven Dake authored
The delorean repositories no longer have a separate location for openvswitch. Now openvswitch is located in delorean-deps.repo and the rest of delorean master is located in the delorean.repo file. These files can be installed for both RDO and SOURCE, but not for RHOS. This patch uses the install_metatype to make a determination as to when to install these two repos. In the process, we can remove the source RPM installation. Change-Id: Ieedddd9d7ee234b6acdb03f7043d57c18e024951 Closes-Bug: #1508326
-
Jenkins authored
-
- Oct 20, 2015
-
-
Steven Dake authored
Ceph doesnt install from source on RPM because Ceph pulls in python-requests. This causes a cpio error during unpacking because requests is installed in the base image. A simple workaround is to remove in the nova-compute container which is the only container this conflict occurs within. backport: liberty Change-Id: I493900854a53c98f1a5cb6478675a18feceefea5 Closes-Bug: #1508236
-
Steven Dake authored
The default timeout for Ceph GPG rpm key retrieval is 30 seconds. In my testing, the GPG key takes approximately 50 seconds to download often resulting in a failure to build containers that need to retrieve the Ceph GPG sign key. Crank up the timer to 90 seconds so the key is more likely to be downloaded, allowing images to be built. backport: liberty TrivialFix Change-Id: I7420cdf8d3b61aa9f4f52795fccbe5da3e48d57b
-
Sam Yaple authored
This runs the ansible playbooks to completion. It does not validate that OpenStack is working yet, but it will ensure Ansible did not break. Additional gates will be needed for this and there is a patch in project-config to handle that. Change-Id: I7a24a704023cc8f19d42844636e9cb512060f693 backport: liberty Partially-Implements: blueprint functional-testing-gate
-
- Oct 19, 2015
-
-
Jenkins authored
-
Jenkins authored
-
Paul Bourke authored
Add ability to define "profiles" in kolla-build.conf, which are predefined sets of images to build at once. The supplied profiles match what Steven defined in the restructure-template bp, though others can easily be added by the user. Multiple profiles can be supplied at once, as well as supplemented by the existing regex mechanism, e.g. to build profiles infra, main, and also ironic, one can use: tools/build.py --profile infra --profile main ironic Change-Id: I0c6f450152cb23dcfc58e0969669fcedf03fab01 Implements: bp restructure-template Doc-Impact
-
Sam Yaple authored
Change-Id: I0ca15e00ee52373b84f7021d86a29304526b7436 Partially-Implements: blueprint nova-proxies
-
Sam Yaple authored
This makes all of our defaults tarballs for consistency TrivialFix Change-Id: I4cb923a3319aa3dcba10dccf439a0193a42c1d55
-
- Oct 18, 2015
-
-
Sam Yaple authored
TrivialFix Change-Id: Idaa6376c8585b9bebe1d68a518f965124dfe6b76
-
- Oct 17, 2015
-
-
Jenkins authored
-
Kuo-tung Kao authored
With registry flag, build image using `tools/build.py --registry 172.22.2.81:4000` the image name looks like `172.22.2.81:4000/kollaglue/data` When user use kolla-ansible, user set `docker_registry` to `172.22.2.81:4000` in `/etc/kolla/globals.yml`. Build image using `tools/build.py -n abcd` the image name looks like `abcd/data` When user use kolla-ansible, user set `docker_namespace:` to `abcd` in `/etc/kolla/globals.yml`. build image using `tools/build.py -n abcd --registry 172.22.2.81:4000` the image name looks like `abcd/data` When user use kolla-ansible, user set `docker_namespace:` to `abcd` in `/etc/kolla/globals.yml`. user set `docker_registry` to `172.22.2.81:4000` in `/etc/kolla/globals.yml`. With the feature, it will reduce user confusing and mistaking. Change-Id: I18ac7a3ccec032888e35f5e9a79fc190760cc8a0 Closes-Bug: #1505056
-
- Oct 15, 2015
-
-
Jenkins authored
-