Kolla always fails to pull kolla images. This patch is to document
how to use the China registry mirror to avoid the failure of pulling
kolla images.
Change-Id: Ib31b3ee6183c12467df4f28f8dff438ed6e9d41c
When enable_ironic_ipxe is set in /etc/kolla/globals.yml,
the following happens:
- a new docker container, ironic_ipxe, is created. This contains
an apache webserver used to serve up the boot images
- ironic is configured to use ipxe
Change-Id: I08fca1864a00afb768494406c49e968920c83ae7
Implements: blueprint ironic-ipxe
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
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
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
Updated the vagrant dev environment to include support
for development and testing of the kolla-cli
Change-Id: I1d8f66cced7f0a9cc37e3b296c5ae10ab989f736
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
- 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
`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
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
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