Skip to content

Commit

Permalink
update examples/dcos-versions (Azure#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitsh committed May 10, 2017
1 parent 80a1593 commit 253dd41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/dcos-versions/dcos1.7.3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "DCOS173"
"orchestratorType": "DCOS",
"orchestratorVersion": "1.7.3"
},
"masterProfile": {
"count": 1,
Expand Down
3 changes: 2 additions & 1 deletion examples/dcos-versions/dcos1.8.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "DCOS184"
"orchestratorType": "DCOS",
"orchestratorVersion": "1.8.4"
},
"masterProfile": {
"count": 3,
Expand Down
3 changes: 2 additions & 1 deletion examples/dcos-versions/dcos1.8.8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "DCOS188"
"orchestratorType": "DCOS",
"orchestratorVersion": "1.8.8"
},
"masterProfile": {
"count": 3,
Expand Down
3 changes: 2 additions & 1 deletion examples/dcos-versions/dcos1.9.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "DCOS190"
"orchestratorType": "DCOS",
"orchestratorVersion": "1.9.0"
},
"masterProfile": {
"count": 3,
Expand Down

0 comments on commit 253dd41

Please sign in to comment.