- This change fixes line length issues
releating to the odl docs in the networking
guide.
- The odl sections effected by this patch were
merged before the line lenght checks were
enforced by the gate.
- This change is required to unblock the
ovs-dpdk docs.
Change-Id: Icd8f4a802d1a87dcf9570e10dbbcc32f53b0d40e
Zun command is invalid, double colons are not
valid.
More info about this in bug report.
Change-Id: I367aec97775dcefb2c45fe55a311c5451d33e703
Closes-bug: #1706569
Quickstart guide can be confusing when pulling images if not using
all-in-one deployment.
Ansible will try to pull images in localhost rather than target nodes.
Issue: https://ask.openstack.org/en/question/109026/kolla-ansible-pull-error/
Change-Id: Ib7e767ee814041d1939c49731092695485dd2870
Base on patch I01c9ed80843d98305b8963894c4917c21a35d3ac, cinder client
keyring is required for nova libvirt.
Closes-Bug: #1705116
Change-Id: Ic727ce01e3bc9310e067df377a34b7f938482afa
Neutron-sfc-agent start its functions with openvswitch.
This change moves sfc configuration into neutron-openvswitch-agent.
Rework config files to use openvswitch when sfc or openvswitch
are used as network plugin.
Also adds sfc extension_driver to ml2
Change-Id: If1ebf9554f6d686cc6d064e698a48f8a6b6172b3
Closes-Bug: #1664493
Depends-On: I60ba1333231a4ae38a041d41e551f7d74fe15e3b
Gates only build deploy-guide docs, not every doc.
This change clean doc errors, only Line to long.
Also, removes doc/build folder in tox doc environment.
doc/build is folder where previus executions are stored
causing next execution to fail due rendered versions does
not follow doc style checks.
Change-Id: I623a7ee245729a06509f3a7039d5d5ed3813d977
This reverts commit 4e8bd619dda87c256ff6a06287de9d7c0f6c0dff.
The original doc is correct. The 5GB journal is create in ceph-osd
bootstrap script in kolla code base[0]. And there is no script to handle
KOLLA_CEPH_OSD_BOOTSTRAP_D label too.
[0] https://github.com/openstack/kolla/blob/master/docker/ceph/ceph-osd/extend_start.sh#L20,L24
Change-Id: Ia1b05af64915c204e185dccde30963d2ad1788ed
The sample script provided in the docs to configure rings should add
each storage node the ring, not the control node pointed to by the vip.
Change-Id: I28ad60eb3c07f5da0e04e7780c41a7eed158b6d5
The pypi package 'docker-py' [1] has been renamed to 'docker' [2].
It is better to move to the new 'docker' package because the old
package will be deprecated and all the new features will go into
the new package only.
Package 'docker' has been added to requirements [3]. The old
package 'docker-py' is still allowed to be in the global requirements
during the transition period but it should be removed after all or
most of the projects finsih the migration.
[1] https://pypi.python.org/pypi/docker-py
[2] https://pypi.python.org/pypi/docker
[3] https://review.openstack.org/#/c/423715/
Change-Id: Ibcd5a57a1fbf55dcc5a690e41f20917f95b63da0
kolla-ansible needs SELinux python bindings, if
SELinux is activated. CentOS has this as a
standard and it is generally a good idea. So
SELinux python bindings should be installed
together with other dependencies in quickstart
guide.
Change-Id: I6eea626aa281db695d181f96b107b51732bbc647
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.
[0]https://review.openstack.org/#/c/472275/
Change-Id: Id63951348211bdcb2b189455968bdfed40857815
In case of provider networks we need to configure external bridge
on compute nodes, like it is done in DVR. The only way to tell
if provider networks are to be used is a new flag.
Change-Id: I1aef197ee2b84e28f2131f058e6995551f873fe1
Closes-Bug: #1694726
This patch add configuration options for tenant network types and type
drivers. Both lists are checked so that tenant types are listed in
drivers. For ironic 'flat' driver is mandatory and is added explicitly
into ironic prechecks.
Change-Id: Ie5775001165412910a258cbed2d2ebbb8ebbd879
Closes-Bug: #1694725
Implement an ansible role that adds Hyper-V as a compute node for
OpenStack using Kolla.
This will install and configure the Nova Compute service, the
Hyper-V Neutron agent and FreeRDP-WebConnect.
https://docs.openstack.org/ocata/config-reference/compute/hypervisor-hyper-v.html
Change-Id: I601835b0769c5ff173a980a05a752391ae8cc82f
Implements: blueprint hyperv-ansible-role
Co-Authored-By: Alessandro Pilotti <apilotti@cloudbasesolutions.com>