Skip to content

Commit

Permalink
Merge pull request #379 from hjensas/ironic-disable-sriov
Browse files Browse the repository at this point in the history
ironic standalone - disable neutron-sriov-nic-agent
  • Loading branch information
jistr authored Mar 26, 2024
2 parents 3532ee4 + f02b7f6 commit 949ddcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs_dev/assemblies/development_environment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export EDPM_COMPUTE_ADDITIONAL_NETWORKS=$(jq -c . /tmp/addtional_nets.json)
export STANDALONE_COMPUTE_DRIVER=ironic
export NTP_SERVER=pool.ntp.org # Only necessary if not on the RedHat network ...
export EDPM_COMPUTE_CEPH_ENABLED=false # Optional
export EDPM_COMPUTE_SRIOV_ENABLED=false # Without this the standalone deploy fails when compute driver is ironic.
----

[Note]
Expand Down

0 comments on commit 949ddcf

Please sign in to comment.