This commit is contained in:
Hongzhi Li 2017-09-11 17:46:59 -07:00 коммит произвёл GitHub
Родитель d8375fb3e7
Коммит 070e5302c9
1 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -12,8 +12,12 @@ cluster_name: [your cluster name]
```
./deploy.py -y build
```
3. Run Azure deployment script block:
3. Create Azure Cluster:
```
./az_tools.py create
```
4. Run Azure deployment script block:
```
./deploy.py --verbose scriptblocks azure
```
@ -26,7 +30,7 @@ cluster_name: [your cluster name]
The script block execute the following command in sequences: (you do NOT need to run the following commands if you have run step 3)
The script block execute the following command in sequences: (you do NOT need to run the following commands if you have run step 4)
1. Setup basic tools on the Ubuntu image.
```
./deploy.py runscriptonall ./scripts/prepare_ubuntu.sh