Skip to content

Commit bc59e20

Browse files
committed
Remove uneccessary parameters
1 parent fd4b5f6 commit bc59e20

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

azuredeploy.parameters.json

-9
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"_artifactsLocation": {
66
"value": "https://raw.githubusercontent.com/Microsoft/openshift-origin/master/"
77
},
8-
"osImage": {
9-
"value": "centos"
10-
},
118
"masterVmSize": {
129
"value": "Standard_DS2_v2"
1310
},
@@ -20,12 +17,6 @@
2017
"openshiftClusterPrefix": {
2118
"value": "changeme"
2219
},
23-
"openshiftMasterPublicIpDnsLabel": {
24-
"value": "changeme"
25-
},
26-
"infraLbPublicIpDnsLabel": {
27-
"value": "changeme"
28-
},
2920
"masterInstanceCount": {
3021
"value": 1
3122
},

azuredeploy.parameters.sample.local.json

-9
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"_artifactsLocation": {
66
"value": "https://raw.githubusercontent.com/Microsoft/openshift-origin/master/"
77
},
8-
"osImage": {
9-
"value": "centos"
10-
},
118
"masterVmSize": {
129
"value": "Standard_DS3_v2"
1310
},
@@ -20,12 +17,6 @@
2017
"openshiftClusterPrefix": {
2118
"value": "mycluster"
2219
},
23-
"openshiftMasterPublicIpDnsLabel": {
24-
"value": "me-master1"
25-
},
26-
"infraLbPublicIpDnsLabel": {
27-
"value": "me-node1"
28-
},
2920
"masterInstanceCount": {
3021
"value": 1
3122
},

0 commit comments

Comments
 (0)