Skip to content

Commit

Permalink
Drop unused dataplane vars
Browse files Browse the repository at this point in the history
  • Loading branch information
fao89 committed Jun 4, 2024
1 parent 1b08ce5 commit fb23c58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ variables:
DATAPLANE_NODESET_CR: "/home/test-user/out/operator/dataplane-operator/config/samples/dataplane_v1beta1_openstackdataplanenodeset.yaml"
DATAPLANE_DEFAULT_GW: "192.168.122.1"
DATAPLANE_DEPLOY_STRATEGY_DEPLOY: "false"
DATAPLANE_IMG: "quay.io/openstack-k8s-operators/dataplane-operator-index:latest"
DATAPLANE_KUTTL_CONF: "/home/test-user/out/operator/dataplane-operator/kuttl-test.yaml"
DATAPLANE_KUTTL_DIR: "/home/test-user/out/operator/dataplane-operator/tests/kuttl/tests"
DATAPLANE_KUTTL_NAMESPACE: "dataplane-kuttl-tests"
DATAPLANE_NETWORK_INTERFACE_NAME: "eth0"
DATAPLANE_OVN_METADATA_AGENT_BIND_HOST: "127.0.0.1"
DATAPLANE_REGISTRY_URL: "quay.io/podified-antelope-centos9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ BAREMETAL_BRANCH ?= main
BMH_NAMESPACE ?= ${NAMESPACE}

# Dataplane Operator
DATAPLANE_IMG ?= quay.io/openstack-k8s-operators/dataplane-operator-index:latest
DATAPLANE_REPO ?= https://github.com/openstack-k8s-operators/dataplane-operator.git
DATAPLANE_BRANCH ?= main
OPENSTACK_DATAPLANENODESET ?= config/samples/dataplane_v1beta1_openstackdataplanenodeset.yaml
OPENSTACK_DATAPLANENODESET_BAREMETAL ?= config/samples/dataplane_v1beta1_openstackdataplanenodeset_baremetal_with_ipam.yaml
DATAPLANE_NODESET_CR ?= ${OPERATOR_BASE_DIR}/dataplane-operator/${OPENSTACK_DATAPLANENODESET}
Expand All @@ -301,9 +298,6 @@ DATAPLANE_REGISTRY_URL ?=quay.io/podified-antelope-cen
DATAPLANE_CONTAINER_TAG ?=current-podified
DATAPLANE_OVN_METADATA_AGENT_BIND_HOST ?=127.0.0.1
DATAPLANE_SINGLE_NODE ?=true
DATAPLANE_KUTTL_CONF ?= ${OPERATOR_BASE_DIR}/dataplane-operator/kuttl-test.yaml
DATAPLANE_KUTTL_DIR ?= ${OPERATOR_BASE_DIR}/dataplane-operator/tests/kuttl/tests
DATAPLANE_KUTTL_NAMESPACE ?= dataplane-kuttl-tests
DATAPLANE_DEFAULT_GW ?= 192.168.122.1

# Manila
Expand Down

0 comments on commit fb23c58

Please sign in to comment.