Skip to content

Commit

Permalink
Merge pull request #971 from karelyatin/nncp_default
Browse files Browse the repository at this point in the history
Restore nncp default
  • Loading branch information
openshift-merge-bot[bot] authored Dec 11, 2024
2 parents 71311cc + 34b0973 commit a7f183b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,10 @@ CEPH_CLIENT ?= ${OPERATOR_BASE_DIR}/rook/deploy/examples/toolbox.yaml
NMSTATE_NAMESPACE ?= openshift-nmstate
NMSTATE_OPERATOR_GROUP ?= openshift-nmstate-tn6k8
NMSTATE_SUBSCRIPTION ?= kubernetes-nmstate-operator
INSTALL_NMSTATE ?= true
INSTALL_NMSTATE ?= $(NETWORK_ISOLATION) || $(NETWORK_BGP)

# NNCP
INSTALL_NNCP ?= true
INSTALL_NNCP ?= $(NETWORK_ISOLATION) || $(NETWORK_BGP)
NNCP_NODES ?=
NNCP_INTERFACE ?= enp6s0
NNCP_BRIDGE ?= ospbr
Expand Down

0 comments on commit a7f183b

Please sign in to comment.