Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 5 additions & 9 deletions doc/source/contributor/testenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ To install Bifrost services inside the testenv:

Additionally, the following parameters can be useful:

``--develop``
Install services in develop mode, so that the changes to the repositories
in ``/opt`` get immediately reflected in the virtual environment.

.. note::
You still need to restart services to apply any changes, e.g.::

sudo systemctl restart ironic

``--driver=[ipmi|redfish]``
Choose the default driver for the generated nodes inventory.

Expand All @@ -88,6 +79,11 @@ Additionally, the following parameters can be useful:
Activate the testenv and utilize the baremetal CLI in no-auth
mode with clouds.yaml:

.. note::
You still need to restart services to apply any changes, e.g.::

sudo systemctl restart ironic

.. code-block:: bash

source /opt/stack/bifrost/bin/activate
Expand Down
6 changes: 2 additions & 4 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- bifrost-integration-inspector-centos-10
- bifrost-integration-inspector-ubuntu-jammy
- bifrost-upgrade-ubuntu-jammy
- bifrost-upgrade-keystone-centos-10
- bifrost-upgrade-keystone-ubuntu-noble
# Non-voting jobs
- bifrost-slurp-upgrade-ubuntu-jammy:
Expand All @@ -33,10 +34,6 @@
voting: false
- bifrost-integration-dibipa-debian-ubuntu-jammy:
voting: false
# TODO(priteau): Can be made voting by backporting
# https://review.opendev.org/c/openstack/bifrost/+/958853
- bifrost-upgrade-keystone-centos-10:
voting: false
- bifrost-cli-ubuntu-jammy:
voting: false
- bifrost-collections-src:
Expand Down Expand Up @@ -82,6 +79,7 @@
- bifrost-integration-inspector-centos-10
- bifrost-integration-inspector-ubuntu-jammy
- bifrost-upgrade-ubuntu-jammy
- bifrost-upgrade-keystone-centos-10
- bifrost-upgrade-keystone-ubuntu-noble
experimental:
jobs:
Expand Down