- May 25, 2018
-
-
chenxing authored
Change-Id: I0e8b4b443a0659e75a80de1dd1f6418ff2793d2f Closes-Bug: #1771257
-
- May 21, 2018
-
-
Zhangfei Gao authored
By now, ironic-dnsmasq has default bootfile pxelinux.0, which is correct only for x86. Adding ironic_dnsmasq_boot_file parameter to globals.yml to make it configuable. For example: /etc/kolla/globals.yml ironic_dnsmasq_boot_file: "debian-installer/arm64/bootnetaa64.efi" Change-Id: I6eb57702d4dad549ef8c999c1c82e577f316d8d6
-
- May 18, 2018
-
-
Jorge Niedbalski authored
kolla-ansible should provide a mechanism to allow operators to overwrite the default (or not exposed through configuration) options for the local_settings. local_settings.j2 may be good place to configure horizon but requires operator to sync it every release. custom_local_settings.j2 can be used to overwrite things from local_settings.j2 without a need of syncing it first. This patch also adds a release note and a documentation section under the advanced configuration page. Partial-Bug: #1769970 Depends-On: https://review.openstack.org/#/c/567006/ Change-Id: I84b54ba737276114e512d4577ac4b9010682bb98
-
- May 09, 2018
-
-
wu.chunyang authored
Since the version of ceph bump to L, the output should be updated. Change-Id: I4c05b9b7423369a43dcb5855a2f0ef016ddbe488
-
- May 03, 2018
-
-
Stig Telfer authored
The documentation for integration with external Ceph refers to enable_manila_backend_ceph_native where it should be enable_manila_backend_cephfs_native. Change-Id: If727166e61a8e911445630dc6d6adaa2126fa7e8
-
- May 01, 2018
-
-
Mark Goddard authored
Without these commands, the bare metal node will not be available for scheduling in nova. Change-Id: If1fc16721110b6c6e362bdd59aac02d9ec5d8415
-
- Apr 30, 2018
-
-
ZhijunWei authored
This content has been moved to [0] [0]: https://docs.openstack.org/project-team-guide/bugs.html Change-Id: I1a0bfaa452ed4f29939075a5c80c2bfc056fb3e5
-
- Apr 25, 2018
-
-
Paul Bourke authored
Required to keep Ceph working once we move to Luminous 12.2.1 Change-Id: I8d3e56f2053c939ea313c60cc04c0ff79dd27d25 Closes-Bug: 1763356
-
- Apr 23, 2018
-
-
huang.zhiping authored
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I91815d4e70a6ff8b7da50a528355094239226523
-
- Apr 19, 2018
-
-
Borne Mace authored
Updated the vagrant dev environment to include support for development and testing of the kolla-cli Change-Id: I1d8f66cced7f0a9cc37e3b296c5ae10ab989f736
-
Paul Bourke authored
Change-Id: I2d4fcd51cd81567f22ccee85213e24508b0bd25d
-
Eduardo Gonzalez authored
Doc says use pike for latest stable branch. Currently we are in queens Change-Id: I3983682475b4abf141784c25e117b24cfd38cf29
-
- Apr 18, 2018
-
-
James McCarthy authored
Added more information here to help when doing upgrades. Change-Id: I9ed4cb172726277f477750a1b34dd0b9f11cf64f
-
- Apr 16, 2018
-
-
caoyuan authored
the manila-data is missing [0][1] [0]: https://docs.openstack.org/manila/latest/install/get-started-with-shared-file-systems.html [1]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/manila/defaults/main.yml#L34 Change-Id: I6936d533700637a4f4a160f776b73efc75c4b891
-
- Apr 12, 2018
- Apr 10, 2018
-
-
caoyuan authored
the path should be "/etc/kolla/globals.yml" rather than "/etc/kolla/kolla/globals.yml" Change-Id: I119095bb63fc2af7eb34f16de43ce82f864dd8a4
-
caoyuan authored
when run ansible command, the inventory should be added, or ansible will use /etc/ansible/hosts by default, but it does't we wanted. Change-Id: I7f2a05c27ddfa95d0747abb9ba931ee1c5714dc0
-
chenxing authored
- Add the requirements installation step for development - Add step number for some section, to make step more clear - Some format issues fix Change-Id: I78deee5f4ae424eec06876168cbdfdf8d25d6bcc
-
- Apr 09, 2018
-
-
confi-surya authored
`auth_uri` option is deprecated and changed to new option `www_authenticate_uri` from group keystone_authtoken please follow below link for reference https://review.openstack.org/#/c/508522/ Change-Id: I8daa645ff1afab9ca643de2c3beb4d757007b514
-
- Mar 26, 2018
-
-
jianghua wang authored
Now we can support OpenStack services deployment on XenServer by using Kolla. This commit is to amend the document. Change-Id: I08613c1b77b22cf7d2e695f569497727d3a4c101 blueprint: xenserver-support
-
wu.chunyang authored
With libvirt 2.0, when using qemu cpu mode is not properly evaluated and need to be set to cpu_mode = none. Add this option when kvm is not supported, otherwise user will still facing errors when launching instances over qemu. Change-Id: I1e25fc5429b92f77ce87f537467f97b510fa154a
-
- Mar 23, 2018
-
-
melissaml authored
Change-Id: I5585561f9bfa42ea54c992e38dda4b9a89568553
-
huang.zhiping authored
Change-Id: Ib47345d54c9cf1077a24b50a358d5e41c0bf696a
-
- Mar 21, 2018
-
-
Duong Ha-Quang authored
Change-Id: I657ff1427908610a8aa2397b4ce1115be0ac8ace Partial-Implements: blueprint ansible-specific-task-become
-
- Mar 19, 2018
-
-
chenxing authored
We upgrade the rst convention by following Documentation Contributor Guide[1]. [1] https://docs.openstack.org/doc-contrib-guide Change-Id: Ieceb3942073512fb10670a48d258c4055909496e Partially-Implements: blueprint optimize-the-documentation-format
-
chenxing authored
We upgrade the rst convention by following Documentation Contributor Guide[1]. [1] https://docs.openstack.org/doc-contrib-guide Change-Id: I0e4184e24210f920ea5e7b33e4878385a0758a01 Implements: blueprint optimize-the-documentation-format
-
yufei authored
replace openstack_version with openstack_release Change-Id: Ib7cb3ae220971bbfdaf5e1e382333f6c62fd130a
-
chenxing authored
We upgrade the rst convention by following Documentation Contributor Guide[1]. [1] https://docs.openstack.org/doc-contrib-guide Change-Id: Id480cd24f5eed810e81af0f12e84a4a6db49247d Partially-Implements: blueprint optimize-the-documentation-format
-
- Mar 17, 2018
-
-
chenxing authored
We upgrade the rst convention by following Documentation Contributor Guide[1]. [1] https://docs.openstack.org/doc-contrib-guide Change-Id: I825deadefcf996732a03e61c8fd19cfd6a498e77 Partially-Implements: blueprint optimize-the-documentation-format
-
- Feb 24, 2018
-
-
zhubingbing authored
This is mainly kolla-ansible installation part Change-Id: Iab14884cfc037bc3cb8055db487c53aa14da070f
-
- Feb 09, 2018
-
-
Alexandru Bogdan Pica authored
This change makes it so that if preconfigured database users are used, the attempt to change the log_bin_trust_function_creators mysql variable isn't made anymore. Also updated the upgrade docs Change-Id: I356313952d435de6d3b5444c0dd8a71f45aee452 Closes-Bug: 1748269
-
- Feb 08, 2018
-
-
Alexandru Bogdan Pica authored
Change-Id: Ib88df5f5fc03027e6bf582153c90fca83ec5d0c8
-
chenxing authored
We upgrade the rst convention by following Documentation Contributor Guide[1]. [1] https://docs.openstack.org/doc-contrib-guide/ Change-Id: I065ceb2f4d455412efeb502e7073e2cb7bc96996 Partially-Implements: blueprint optimize-the-documentation-format
-
- Jan 31, 2018
-
-
chenxing authored
We upgrade the rst convention by following Documentation Contributor Guide[1]. [1] https://docs.openstack.org/doc-contrib-guide Change-Id: I10660e2df0e57be0800e26aa4d320074084c3acf Partially-Implements: blueprint optimize-the-documentation-format
-
- Jan 26, 2018
-
-
chenxing authored
We upgrade the rst convention by following Documentation Contributor Guide[1]. [1] https://docs.openstack.org/doc-contrib-guide Change-Id: I89e437b83b0e6a7c1bbfbf4a02a530be072eca91 Partially-Implements: blueprint optimize-the-documentation-format
-
- Jan 24, 2018
-
-
Christopher Nipper authored
Neutron and Nova methods are included. Addressed comments Change-Id: Ic3d30bc76a298185fe978a470c64e805dd19a162
-
- Jan 23, 2018
-
-
Alexandru Bogdan Pica authored
This change allows the following use cases: 1. Using an already-configured MariaDB / MySQL server / Cluster 2. Using already-created DB users, without requiring root DB access. Update: added external mariadb precheck Change-Id: I78b0d178306d7c5293b0bf53e445f19f18b4b824 Implements: blueprint external-mariadb-support. Closes-Bug: #1603121
-
gaofei authored
Change-Id: Icc4a984e8defe4d068e7f4a78cd5483a0cb9c7b7
-
gaofei authored
Merge commit from[1][2] [1]https://review.openstack.org/#/c/536657/ [2]https://review.openstack.org/#/c/536657/ Change-Id: I79bd4ca2457222abcc6a58cd3b44be21a11b5a87
-