.Values.network.auto_bridge_add is a global config. So in multi nodes
deployment, it requires that all hosts have the same nic names. This is
a strict limit.
This patch is to support per-host auto_bridge_add, so that we can define
different auto_bridge_add for hosts.
Also, this patch move .network.auto_bridge_add to .conf.auto_bridge_add
Change-Id: I4a4d6efbbfe073d035bc5c03700fbe998e708d0f
Story: 2005059
Task: 29601
Specs are not ordered currently, and every rst file inside the
specs folder is included in the TOC tree, but manually.
This is a problem as:
- the current readability of the specs was reduced due to inclusion
of non-specs files
- the process of writing a spec was more tedious, due to the
update of the specs/index.rst.
This fixes it by removing the extra files included by mistake in
the middle of the specs (the template for spec writing, and
the specs purpose/process), and automatically load all the
remaining files using a glob.
The content of the files removed is not lost: The template was
simply renamed COPYME to clearly state a spec writer should
copy the file (and will understand it needs to be named .rst)
with the other files present. The specs process/purpose is
now part of the main page of specs, which therefore doesn't need
extra including.
Change-Id: I8aa15c8a8f2d8b3ffb764c3fb2411eb27477d0b6
Add documentation describing steps to deploy tap-as-a-service neutron
plugin as L2 Agent ext, and to deploy tap-as-a-service-dashboard
plugin in horizon.
Change-Id: I3e671d58b612a517af9cd2902401f91aad4bcd78
The repo used both openstackdocstheme and oslosphinx in requirements but
then configured openstackdocstheme, remove oslosphinx everywhere.
Instead of using sphinx-build, use docstheme-build-translated.sh to
build English and translated documents.
Update doc/source/conf.py for newer openstackdocstheme and require
a new enough version.
Remove module index - it does not exist, this is not a python repo where
autodoc works.
Remove sphinx-quickstart generated output from index.rst, it's not
needed anymore.
Change-Id: Ib3f09128226f0bcc78384b1ee2da811d62a5b59d
- This doc ps include guide to setup multiple Ceph clusters
- One Ceph cluster for k8 storage backend (pv)
- Other Ceph cluster for Cinder and Glance storage backend.
- All dependant PS has been merged during Ceph split
Change-Id: I918eb10e7d908b1f879d9011020b6d74ac303eea
Fix some typos that I found in documents(except specs)
* fix trivial mistakes(typos)
* fix the link error(rst->html)
* restore it's -> its
* fix k8s -> K8s
Change-Id: I6ec65e9d04441adac210cc9fd476a37a1cb9644f
This patch set moves the default deployment to ocata from newton.
Newton zuul job is now moved into its separate job.
Change-Id: Ic534c8ee02179f23c7855d93a4707e5a2fd77354
Signed-off-by: Tin Lam <tin@irrational.io>
This specification proposes a value file ordering guideline
to enforce uniformity across all the charts in openstack-helm
project.
Story: 2002206
Task: 21742
Change-Id: I55691f4fb1c1e6aa5b430f5c287fd3f94e12f071
We have two functionally identical places where we add bridges, one in
the neutron chart and one in the openvswitch chart.
It makes more sense to do it only in the neutron chart as that aligns
with the linux_bridge configuration and also is where the
bridge_mappings are specified.
Change-Id: Ia3ff1dd262ffaea64ff9a8380ca19b67af191428
Depends-on: xxx
Currently, the proxy troubleshooting guide does not include the IP
address of the Kubernetes API in the defined environment or Ansible
playbook variables. This causes deployments to fail when requests are
routed through proxy servers. This change adds a proxy configuration
section to the beginning of the installation guide and includes the
process of adding the Kubernetes API IP address to the environment and
Ansible playbook variables. It also removes the unecessary sections from
the troubleshooting guide and upgrades the note about resolv.conf being
overwritten to a warning.
Change-Id: I1ff753517b387027f0cc052b18e8822b638cfb4d
Document process of upgrading Ceph version without
downtime for Openstack components.
- install ceph charts with luminous v12.2.4 images
- deploy Openstack charts
- update ceph chars to luminous v12.2.5
Change-Id: I98194552b102f57ffb891461fe67d3fdd27d2464
Splits the OSH AIO gate script-based installation guide out of the main
multinode guide, and adds context to the multinode guide around
using a prod-grade k8s installer or the gate scripts as appropriate.
Change-Id: I9fa9d498e49efc1867c8f347fd3c814263c23717
Story: 2002526
Task: 22200
While YAML allow 4 spaces to define a dict, being consistent
with two spaces provides clarity for the deployer.
Change-Id: Iff2aa15267205a04b58bc0324af5eb26ad937f52
This PS makes some minor updates (links, formatting)
to the Multinode guide and adds some helpful warnings
and notes.
Story: 2002526
Task: 22064
Change-Id: I21a50b7126c2bb1fcd412a8ae713856e9fab4050
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: Ib00fa257fb33fd3281f484a47a945640da8dda56
The information to setup passwordless sudo is only present for
multinode deployment. This patch moves all common requirements to
a 'Common Requirements' location before any of the deployment
instructions.
Change-Id: I22b14dec2153dabd57b451e0a8f7d30d423760b0
This PS removes the use of the `quote and truncate` approach to
suppress output from gotpl actions in templates and replaces it
with the recommended practice of defining `$_` instead.
Change-Id: I5f35c5f7e70b4f7f461d772e3b72ed1c695c56a8
Signed-off-by: Pete Birley <pete@port.direct>
Developer References "upgrade" section is out of date
and must be adapted to the new code base.
Some typos have been fixed too.
Change-Id: I4943d080f569ebb95411748e8e9d5cc571043f7c
Developer References "networking" section is out of date
and must be adapted to the new code base.
Furthermore it fixes some typos.
Change-Id: I57fab662e20973e89bf99079fa194d5e5035e6d9