Skip to content

Commit

Permalink
Add install-blobfuse.sh and docker push init-container to deployment …
Browse files Browse the repository at this point in the history
…script (#723)

* Add ./deploy.py docker push init-container to deployment script

* Execute install-blobfuse.sh at deployment
  • Loading branch information
Anbang-Hu authored Dec 27, 2019
1 parent 1d0e769 commit 549da63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ClusterBootstrap/step_by_step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fi
./deploy.py runscriptonroles infra worker ./scripts/docker_network_gc_setup.sh
./deploy.py genscripts
./deploy.py runscriptonroles infra worker ./scripts/dns.sh
./deploy.py runscriptonroles infra worker ./scripts/install-blobfuse.sh
./deploy.py -y deploy
./deploy.py -y updateworkerinparallel
./deploy.py -y kubernetes labels
Expand All @@ -26,6 +27,7 @@ fi
./deploy.py docker push gpu-reporter
./deploy.py docker push reaper
./deploy.py docker push job-exporter
./deploy.py docker push init-container
./deploy.py mount
./deploy.py kubernetes start mysql
./deploy.py kubernetes start jobmanager
Expand Down

0 comments on commit 549da63

Please sign in to comment.