Skip to content

Commit

Permalink
Use default 3 computes for hyperconveregd
Browse files Browse the repository at this point in the history
Hyperconvereged mode needs at least 3 phyiscal machines
to deploy so that applications with min 3 units have
somewhere to go.

Resolves: #293
  • Loading branch information
dosaboy committed Jan 10, 2025
1 parent 1bac908 commit 52a95bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstack/pipeline/02configure
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ else
fi

if is_hyperconverged; then
# Need at least 3 physical machines so use 3 computes.
MOD_PARAMS[__NUM_COMPUTE_UNITS__]=3
MOD_PARAMS[__GLOBAL_MTU__]=1500
MOD_PARAMS[__PATH_MTU__]=1500
fi
Expand Down

0 comments on commit 52a95bd

Please sign in to comment.