Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Fixing storage_pool folder permision issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tsorya committed Apr 6, 2020
1 parent a6772db commit d8d3fb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bm-inventory
.idea
.terraform
*__pycache__*
storage_pool

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions storage_pool/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

0 comments on commit d8d3fb2

Please sign in to comment.