Skip to content

Commit

Permalink
Add rabbitmq and infra dependencies
Browse files Browse the repository at this point in the history
These were missing from heat_kuttl in the makefile

Add devsetup/tls.crt to git ignore since local setup instructions end up creating this file which we do not want checked in

Change-Id: I798db4e00738b4bf618eac126b233bb974050288
  • Loading branch information
jparoly committed May 4, 2023
1 parent 1a5657d commit e0aef3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pull-secret.txt
kuttl-test-*.json
kubeconfig
devsetup/ci-framework
devsetup/tls.crt
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1057,9 +1057,12 @@ heat_kuttl_run: ## runs kuttl tests for the heat operator, assumes that everythi
INSTALL_YAMLS=${INSTALL_YAMLS} kubectl-kuttl test --config ${HEAT_KUTTL_CONF} ${HEAT_KUTTL_DIR}

.PHONY: heat_kuttl
heat_kuttl: namespace input openstack_crds deploy_cleanup mariadb mariadb_deploy keystone keystone_deploy heat heat_deploy_prep heat_deploy ## runs kuttl tests for the heat operator. Installs openstack crds and keystone operators and cleans up previous deployments before running the tests and, add cleanup after running the tests.
heat_kuttl: namespace input openstack_crds deploy_cleanup mariadb mariadb_deploy keystone keystone_deploy rabbitmq rabbitmq_deploy infra heat heat_deploy_prep ## runs kuttl tests for the heat operator. Installs openstack crds and keystone operators and cleans up previous deployments before running the tests and, add cleanup after running the tests.
make heat_kuttl_run
make deploy_cleanup
make rabbitmq_deploy_cleanup
make infra_cleanup
make rabbitmq_cleanup
make heat_cleanup
make keystone_cleanup
make mariadb_cleanup
Expand Down

0 comments on commit e0aef3e

Please sign in to comment.