Skip to content

Commit 253dd41

Browse files
author
dmitsh
authored
update examples/dcos-versions (Azure#595)
1 parent 80a1593 commit 253dd41

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

examples/dcos-versions/dcos1.7.3.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"apiVersion": "vlabs",
33
"properties": {
44
"orchestratorProfile": {
5-
"orchestratorType": "DCOS173"
5+
"orchestratorType": "DCOS",
6+
"orchestratorVersion": "1.7.3"
67
},
78
"masterProfile": {
89
"count": 1,

examples/dcos-versions/dcos1.8.4.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"apiVersion": "vlabs",
33
"properties": {
44
"orchestratorProfile": {
5-
"orchestratorType": "DCOS184"
5+
"orchestratorType": "DCOS",
6+
"orchestratorVersion": "1.8.4"
67
},
78
"masterProfile": {
89
"count": 3,

examples/dcos-versions/dcos1.8.8.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"apiVersion": "vlabs",
33
"properties": {
44
"orchestratorProfile": {
5-
"orchestratorType": "DCOS188"
5+
"orchestratorType": "DCOS",
6+
"orchestratorVersion": "1.8.8"
67
},
78
"masterProfile": {
89
"count": 3,

examples/dcos-versions/dcos1.9.0.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"apiVersion": "vlabs",
33
"properties": {
44
"orchestratorProfile": {
5-
"orchestratorType": "DCOS190"
5+
"orchestratorType": "DCOS",
6+
"orchestratorVersion": "1.9.0"
67
},
78
"masterProfile": {
89
"count": 3,

0 commit comments

Comments
 (0)