Skip to content

Commit f9c33b6

Browse files
authored
Only use netbox for OSISM >= 9.0.0 and latest (#2633)
Related to osism/issues#1223 Signed-off-by: Christian Berendt <[email protected]>
1 parent 16e52c0 commit f9c33b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/000-manager.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if [[ "$IS_ZUUL" == "true" || "$ARA" == "false" ]]; then
6262
fi
6363

6464
# initialize netbox
65-
if [[ $(semver $MANAGER_VERSION 8.0.0) -ge 0 || $MANAGER_VERSION == "latest" ]]; then
65+
if [[ $(semver $MANAGER_VERSION 9.0.0) -ge 0 || $MANAGER_VERSION == "latest" ]]; then
6666
wait_for_container_healthy 60 netbox-netbox-1
6767
/opt/configuration/scripts/bootstrap/000-netbox.sh
6868
fi

0 commit comments

Comments
 (0)