diff --git a/.gitignore b/.gitignore index 3954f5b..b3d274f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ bm-inventory .idea .terraform *__pycache__* -storage_pool \ No newline at end of file + diff --git a/Makefile b/Makefile index d7164d7..d78e604 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,6 @@ run: start_minikube deploy_bm_inventory run_full_flow: run deploy_nodes deploy_nodes: - mkdir -p $(STORAGE_POOL_PATH) discovery-infra/start_discovery.py -i $(IMAGE) -n $(NODES_COUNT) -p $(STORAGE_POOL_PATH) -k $(SSH_KEY) -mm $(MASTER_MEMORY) -wm $(WORKER_MEMORY) destroy_nodes: destroy_terraform diff --git a/storage_pool/.gitignore b/storage_pool/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/storage_pool/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore