Skip to content

Commit

Permalink
fix: change naming and dir strcuture to seperate osism specific helpe…
Browse files Browse the repository at this point in the history
…r scripts from general helper scripts

Signed-off-by: Boekhorst <[email protected]>
  • Loading branch information
boekhorstb1 committed Sep 10, 2024
1 parent 06938e6 commit 8adb6cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ update-requirements: ## Update the requirements.txt with newer versions of pip p
export RADOSLIB_VERSION:=2.0.0
check-radoslib: ## Checks if radoslib is installed and if it contains the right version
# Get needed paths and information from locally installed librados
./osism/check_local_rados_lib_installation.sh ${RADOSLIB_VERSION}
./scripts/check_local_rados_lib_installation.sh ${RADOSLIB_VERSION}

.PHONY: build-local-rookify
build-local-rookify: ## This builds rookify into .venv/bin/rookify
Expand All @@ -86,7 +86,7 @@ run-rookify: ## Runs rookify in the container

.PHONY: get-testbed-configs-for-rookify-testing
get-testbed-configs-for-rookify-testing: ## Gets the needed config (like .kube, /etc/ceph and so on) from the testbed
bash ./osism/get_configs_from_testbed.sh
bash ./scripts/get_configs_from_testbed.sh

.PHONY: run-tests-locally
run-tests-locally: ## Runs the tests in the tests directory. NB: check that your local setup is connected through vpn to the testbed!
Expand Down Expand Up @@ -118,4 +118,4 @@ up: ## Sets up the container as specified in docker-compose.yml and opens a bash

.PHONY: get-config
get-config: #osism# Gets configuration files from the OSISM testbed
./osism/get_configs_from_testbed.sh
./scripts/osism/get_osism_configs_from_testbed.sh
File renamed without changes.
File renamed without changes.

0 comments on commit 8adb6cc

Please sign in to comment.