Skip to content

Commit 67bfedd

Browse files
committed
Use specific glance config for octavia kuttl tests
octavia requires a fully functional glance env, use the layout/single config to get a working glance service.
1 parent 5a4d9bc commit 67bfedd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,9 @@ octavia_kuttl_run: ## runs kuttl tests for the octavia operator, assumes that ev
18031803

18041804
.PHONY: octavia_kuttl
18051805
octavia_kuttl: export NAMESPACE = ${OCTAVIA_KUTTL_NAMESPACE}
1806-
octavia_kuttl: kuttl_common_prep ovn ovn_deploy redis_deploy neutron neutron_deploy placement placement_deploy nova nova_deploy glance glance_deploy octavia octavia_deploy_prep ## runs kuttl tests for the octavia operator. Installs octavia operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
1806+
octavia_kuttl: kuttl_common_prep ovn ovn_deploy redis_deploy neutron neutron_deploy placement placement_deploy nova nova_deploy octavia octavia_deploy_prep ## runs kuttl tests for the octavia operator. Installs octavia operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
1807+
# Octavia requires a glance deployment with a working backend, override the default config with the layout/single config
1808+
make glance glance_deploy GLANCE=config/samples/layout/single/glance_v1beta1_glance.yaml
18071809
make wait OPERATOR_NAME=neutron
18081810
make wait OPERATOR_NAME=placement
18091811
make wait OPERATOR_NAME=nova

0 commit comments

Comments
 (0)