It will be used when an ovb related bug is created.
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I44434d038a3fcbf9307d66b6549ce57cf1a4ac31
This feature is being removed. A copy of this documentation
will continue to be available in the Wallaby branch.
Change-Id: Iabc124fc9cfe4fa2b9020cf914552cf3188be88e
Deployed Ceph is now able to deploy both Ceph MDS and NFS (managed by
cephadm).
This change updates the procedure to include the required options and
daemon definitions for a Standalone environment.
Depends-On: Ida1429f237ec9d85c007c757581ee57a49ac3808
Depends-On: I038a60959b81596257c358c83f324c8630148026
Change-Id: I6886b50e58bc01dadb2e1c4ebc7e18b236900694
In iptables and nftables, the "action" is only "append" or "insert"; in
order to treat the actual packet, it's "jump".
Change-Id: I23f133c711e650bf0fef4fc9f60e3ba2890fd3fa
With the nftables switch, we may need to add some custom rules in order
to make it work properly. Those rules aren't really needed for iptables
engine, but they won't hurt nor break things.
Change-Id: Id660262fe2879d773a0af1c508856b5083db6c37
This option was deprecated during Victoria cycle[1] and was removed
during Wallaby cycle[2].
[1] a5381b21694ef8c0ca2f587ea2e58a24a57736e5
[2] 5cbc2b8ef154b269bad8491e7d469c6094514335
Closes-Bug: #1969644
Change-Id: Id17920902028841b951f77a3d262e99d5250ec0d
Add missing Ceph spec update step to scale-down example.
Add example of using osds_per_device for a specific model.
Update HCI example with extra reserved_host_memory_mb detail.
Change-Id: Ic9bff851364c0b0e352a674f4cdd5f6da6f5ddc1
We use python3-tripleoclient in the latest releases.
Our update doc should direct users to update the correct
package before running openstack undercloud upgrade.
This change also replaced yum with dnf in the update doc.
Change-Id: Ic78cb31bf9bbaa3abd3a30672ec2da8cf176b6da
We can directly use nftables from now on. But the examples need to get
the depends-on merged, especially due to the custom chains.
Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/841414
Change-Id: I5d61e6e36a8c0de9edee149a2ba9a42a3f0d2b10
We now only support deploying Ceph before overcloud deployment
as described in deployed_ceph.rst.
Remove cephadm.rst and ceph_config.rst which describe deploying
Ceph during overcloud deployment. ceph_config.rst covered use
of ceph-ansible or puppet-ceph which was deprecated so it needs
to be removed. Relevant content on configuring Ceph during the
overcloud deploy from cephadm.rst was moved to deployed_ceph.rst.
Remove or replace references to ceph_config as appropriate.
The deprecated ceph_config documentation for puppet-ceph and
ceph-ansible is still available in wallaby branch [1].
[1] https://docs.openstack.org/project-deploy-guide/tripleo-docs/wallaby/features/ceph_config.html
Change-Id: I521b0855bc1476e715731f4ebe0d09bb4b39963d
How network data is handled when commands like 'openstack
overcloud ceph deploy --config ... --network-data' are run
has been imporved via the Depends-On patch. This docs patch
explains how these two options interact.
Change-Id: I99617f858d1fa02bb38084790114f9141cfbf459
Recent stackrc uses OS_CLOUD instead of the other OS_* environments and
it should be cleared to use the other OS_* environments.
This also documents usage of OS_CLOUD which would be easier.
Change-Id: I4dfe91b3a487c637f98ad18ea36de49dde4a86cd
Add a warning making it clear that Wallaby was the
last release with ceph-ansible integration and refer
the reader to the newer Deployed Ceph docuemation.
Change-Id: I8d6ff2cb1e818c36a41ea3c776fece32586ef35a
Currently TripleO provides two methods(puppet and ansible) to deploy
and manage sshd, and ansible has been used for the recent releases.
Change-Id: I51c4d584db283860fde9a5f597f63838ae150aed
The `tripleo-mount-image` tool was created as an alternative for
kpartx-based customizations which do not support the multiple mount
points of overcloud-hardened-uefi-full.qcow2.
virt-customize sets a machine-id in the image, which results in all
overcloud nodes having the same machine-id [1]. virt-customize can
also be very slow on virtualized underclouds.
This change replaces virt-customize usage with
tripleo-mount-image+chroot as the recommended tool for overcloud image
customizations.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1554546
Change-Id: I3f65479777cc3dfa1ed3c396dbfbe182288ae65b
The standalone baremetal cli was introduced in Ussuri as a direct
replacement for "openstack baremetal" commands, which have since been
removed from openstackclient.
This change updates all "openstack baremetal" calls to "baremetal"
calls without regard for the overall correctness of the documentation,
but at least it is calling a command which actually exists.
Change-Id: I85fa3a5dddc5e0815a9650019504336e7feccf81
By default tripleo-quickstart creates virtual environments managed by
VirtualBMC. The documentation for manually creating VirtualBMC
environments predates common usage of quickstart, so now it is
redundant.
This change removes the virtualbmc environment, and refers to the
virtual environment instead, where appropriate.
Change-Id: If4fe81444a70f147ccd4239247025cd5b68c744c
This change adds resource class matching and reworks profile matching
to make no mention of image flavors or the deprecated profile
commands.
Change-Id: Ie3f820ad5d5449ae7f67aad70e329d986808c5ad
The purpose of this change is to introduce two more sections where
it's described how to use the combination of --ceph-vip and --daemon
options to deploy a cephadm managed ceph-nfs daemon with a CephIngress
on top of it during the provisioning of the ceph cluster (aka deployed
Ceph).
Change-Id: I040df57caed3d6eeff35646d8f24bf738efd4cb2
This patch adds documentation for CentOS compose pinning dependency
work. It explains how users can create their own jobs to use
compose-repos dependency to test against a CentOS compose.
It also removes two deprecated dependency pipelines.
Change-Id: I39091a656bef91978a2fd08e4a4a6cfcf32a4c9f
Signed-off-by: Douglas Viroel <dviroel@redhat.com>