From 1d4fe2276a341be6804144251c022e4fde09d016 Mon Sep 17 00:00:00 2001 From: Fabricio Aguiar Date: Fri, 14 Jun 2024 16:28:33 +0100 Subject: [PATCH] Drop unused dataplane vars ref: - https://github.com/openstack-k8s-operators/install_yamls/pull/810 - https://github.com/openstack-k8s-operators/openstack-operator/pull/765 Signed-off-by: Fabricio Aguiar --- .../get_makefiles_env/expected_variables_values.yml | 12 +++--------- .../make/files/get_makefiles_env/makefiles/Makefile | 6 ------ 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/tests/integration/targets/make/files/get_makefiles_env/expected_variables_values.yml b/tests/integration/targets/make/files/get_makefiles_env/expected_variables_values.yml index cb6e2cb68d..dfd71d50e4 100644 --- a/tests/integration/targets/make/files/get_makefiles_env/expected_variables_values.yml +++ b/tests/integration/targets/make/files/get_makefiles_env/expected_variables_values.yml @@ -55,23 +55,17 @@ variables: CRC_URL: "'https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.19.0/crc-linux-amd64.tar.xz'" DATAPLANE_ANSIBLE_SECRET: "dataplane-ansible-ssh-private-key-secret" DATAPLANE_ANSIBLE_USER: "" - DATAPLANE_NODESET_BAREMETAL_CR: "/home/test-user/out/operator/dataplane-operator/config/samples/dataplane_v1beta1_openstackdataplanenodeset_baremetal_with_ipam.yaml" - DATAPLANE_BRANCH: "main" - DATAPLANE_NTP_SERVER: "pool.ntp.org" DATAPLANE_COMPUTE_1_IP: "192.168.122.101" DATAPLANE_COMPUTE_IP: "192.168.122.100" DATAPLANE_CONTAINER_TAG: "current-podified" - 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_NODESET_BAREMETAL_CR: "/home/test-user/out/operator/dataplane-operator/config/samples/dataplane_v1beta1_openstackdataplanenodeset_baremetal_with_ipam.yaml" + DATAPLANE_NODESET_CR: "/home/test-user/out/operator/dataplane-operator/config/samples/dataplane_v1beta1_openstackdataplanenodeset.yaml" + DATAPLANE_NTP_SERVER: "pool.ntp.org" DATAPLANE_OVN_METADATA_AGENT_BIND_HOST: "127.0.0.1" DATAPLANE_REGISTRY_URL: "quay.io/podified-antelope-centos9" - DATAPLANE_REPO: "https://github.com/openstack-k8s-operators/dataplane-operator.git" DATAPLANE_RUNNER_IMG: "quay.io/openstack-k8s-operators/openstack-ansibleee-runner:latest" DATAPLANE_SINGLE_NODE: "true" DATAPLANE_SSHD_ALLOWED_RANGES: "['192.168.122.0/24']" diff --git a/tests/integration/targets/make/files/get_makefiles_env/makefiles/Makefile b/tests/integration/targets/make/files/get_makefiles_env/makefiles/Makefile index 03323a75e1..ef32c26217 100644 --- a/tests/integration/targets/make/files/get_makefiles_env/makefiles/Makefile +++ b/tests/integration/targets/make/files/get_makefiles_env/makefiles/Makefile @@ -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} @@ -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