We still suggest installing on CentOS 8 Stream. This wouldn't be
expected to work as we have moved to CentOS Stream 9 (aka. CentOS 9)
for master now. This patch updates our install guide for CentOS 9.
Note that there are still remaining reference to CentOS 8 Stream, but
this change aims to fix what we can fix easily now.
Change-Id: Icb8c584e1a62278ca2d8239a83f603c2e90ec03a
This change fixes the documentation explaining how to obtain deployment
status.
- Deployment status is now determined based on the local file, instead
of Heat + Mistral.
- The workflow subcommands no longer work since Mistral was removed.
- The openstack overcloud failures command was removed by [1].
[1] 7cef22cc68d6af316ef9fbf60cb093c209c31215
Change-Id: I4bc8a691a75438471d36ee866f6de25e4ec7ee92
With Ephemeral Heat, the config-download process now looks
substantially different. This change updates the config-download
documentation to represent the latest workflow with Ephemeral Heat.
Change-Id: Ief79972d7305640fb480990ba94faa33a179c5e5
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
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
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
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
This patch updates the deployed_ceph and standalone documents to
describe the --skip-container-registry-config, --skip-hosts-config
and --single-host-defaults options to 'openstack overcloud deploy
ceph'. It also documents the 'openstack overcloud ceph spec' command.
Change-Id: I88d224f618b66b5e3f71264ed6b05152eb1ebe42
Releated-Bug: 1958884
Releated-Bug: 1958524
Document the usage of the --reproduce-command option to obtain a
reproducer file with the Ansible command used to re-run the very
same deployment playbooks.
Depends-On: https://review.opendev.org/c/openstack/python-tripleoclient/+/827494
Change-Id: Id136969eaef3a1a911c1132bdc696181039e787c
This change describes the required parameters we need to skip
the ceph related containers during container image prepare.
Depends-On: I7e337596b653cf635f07a36606e9f673044402a3
Change-Id: I53d0fdee72a2de2143226a2e1f7fe3c75701f16a
Update deployment/repositories.rst to remove content older than
current tripleo branch. This file is referenced by the following
which should also be updated or removed accordingly:
deployment/instack_undercloud.rst
deployment/install_overcloud.rst
deployment/install_undercloud.rst
features/undercloud_minion.rst
post_deployment/upgrade/undercloud.rst
deployment/standalone.rst
Also update deployment/standalone.rst to remove references to
content older than current tripleo branch.
Change-Id: I82acd0f2c2ca81f391a2a4fa494ffdc142575770
Private HTTPS container registries are not tested
in TripleO. Describe available options if one is have to be used.
Change-Id: If8a0c52b376fd429bd59b2b1a17ade9154726f3a
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
I think we can probably use RHEL / CentOS 8
defaults now for these docs. I added a note
to refer to the EL7 way for older installs.
Change-Id: Ifee55aef3761eecfc9683d6cfa96cc4832076736
The --skip-nodes-and-networks option will be removed.
Instead the existing --baremtal-deployment option is used to
provide the capability to enable/disable "all-in-one" network+
node provisioning with overcloud deploy command.
This patch removes --skip-nodes-and-networks from docs.
This partially reverts commit 2bae5e3aaa.
Depends-On: Idaab1f28c4d645279eff0c01b24435bf8571299b
Change-Id: Ie31f38f4c99534b1d425713509757e792869c329
Provide an example of installing a custom package from a file, while
building an extra layer of a container. This also illustrates how to
switch users while building new layer from a base container.
Closes-bug: #1942438
Change-Id: I479265278bd480352d7515a6af9b5a7115422e00
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Updating the paunch tips and tricks guide to
reflect the last used directories and labels
that paunch was using in stable branches.
Closes-Bug: #1938657
Change-Id: I42c502a9af6cc7ee4fa69ea568a387db4db74c71
Removing hardcoded IP and Generalizing IP to interact with ephermal
heat so that we can cover cases where undercloud is deployed on
custom IP range.
Change-Id: I0f43faba02ef2d5ac60d104dee52b61156ea07dc
When not using the *all-in-one* aproach, i.e manually
provisioning networks, virtual IPs and baremetal nodes
using the individual commands. The ``--skip-nodes-and-networks``
argument should be used with the ``overcloud deploy``
command so that the steps are not redundantly repeated
since the ``overcloud deploy`` command defaults to the
*all-in-one* approach.
Change-Id: I488a1285c9616d016aa4a65fa67b333875100b66
Updated documents to show Queens and Steins as past tense and removed where
possible. Proceedure changes may need to done to the following files:
post_deployment/upgrade/major_upgrade.rst
post_deployment/upgrade/fast_forward_upgrade.rst
post_deployment/upgrade/undercloud.rst
post_deployment/tempest/tempest.rst
features/baremetal_overcloud.rst
features/deployed_server.rst
Wallaby repo section added to the repositories.rst file.
Change-Id: I45ca3ccdb69bad2dfa822558d146e81114eaf7d3
Adds commands to delete clouds.yaml directory (from both /etc/openstack
and ~/.config/openstack) to the standalone cleanup instructions.
Change-Id: Ie438e4e69f13fe8fd59f7ead1cf0476e5cbe26a4
Signed-off-by: James Slagle <jslagle@redhat.com>
Add a documentation page regarding the changes to
TripleO Networking.
* Resources managed external to Heat stack
* Service VIPs as external deploy tasks
* Ansible j2 NIC templates vs Heat NIC templates
* The migration/upgrade path/tooling
Depends-On: https://review.opendev.org/793385
Depends-On: https://review.opendev.org/795773
Change-Id: I0cc81660d35db5a2440b280c31ab1269f4bb185a
Documentation previously referenced mistral.
Which has been deprecated and removed some time ago.
Added references to the VF docs and information about
how validations should be run.
Relinked the docs.
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Iea6d1f818dc3a80ff60621575fe27b7c47d5ea77
- AllNodesConfig is no longer in the Heat stack, we need to look for it
in the config-download directory from the group vars.
- tripleo-undercloud-passwords.yaml was renamed to
tripleo-standalone-passwords.yaml.
Change-Id: I781b0388839b1c9c674f44c029fa3c031bade62f
Signed-off-by: Emilien Macchi <emilien@redhat.com>
Rocky and Pike have been removed where possible while keeping in
consideration Queens is still maintained. Major Upgrade from Queens
to ROcky needs to be replaced with Queens to Train,
Change-Id: I88fd1758cf78dea0b8bae94ddeef70b92e44deef
We currently suggest to create the IP of eth1/br-ctlplane as
192.168.24.2 and the VIP as 192.168.25.2.
This will break because pacemaker will be unable to add 192.168.25.2/32
to any interface as there is no interface able to host that IP.
Let's switch to an IP that is part of the 192.168.24.0 network so things
work again.
Change-Id: Ib4a4beb5e7e530bf44b98da519455d92732ee962
Added how to enable Victoria. Will do a follow-up patch to remove
any older releases no longer supported once confirmed.
Change-Id: I3a49630d0d8c1bb583497ae459d4f506bb76c280
CloudDomain is necessary if one changes the default, it will affect how
the services are configured and attached to the host, they need to be
configured with the right domain and not the "localdomain" default when
using custom domains.
Change-Id: I8785809b1aad4e46dc167939946aefe53ceff258