Skip to content

Magnum CAPI docs update #1207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions doc/source/configuration/magnum-capi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ To deploy the CAPI management cluster using this site-specific environment, run

.. code-block:: bash

# Activate the environment
./bin/activate <site-specific-name>

# Install or update the local Ansible Python venv
./bin/ensure-venv

# Activate the environment
source bin/activate <site-specific-name>

# Install or update Ansible dependencies
ansible-galaxy install -f -r ./requirements.yml

Expand Down Expand Up @@ -103,12 +103,7 @@ To configure the Magnum service with the Cluster API driver enabled, first ensur

Next, copy the CAPI management cluster's kubeconfig file into your stackhpc-kayobe-config environment (e.g. ``<your-skc-environment>/kolla/config/magnum/kubeconfig``). This file must be Ansible vault encrypted.

The following config should also be set in your stackhpc-kayobe-config environment:

.. code-block:: yaml
:caption: kolla/globals.yml

magnum_capi_helm_driver_enabled: true
The presence of a kubeconfig file in the Magnum config directory is used by Kolla to determine whether the CAPI Helm driver should be enabled.

To apply the configuration, run ``kayobe overcloud service reconfigure -kt magnum``.

Expand Down
Loading