├── README.md └── Samples ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json ├── ClusterConfig.gMSA.Windows.MultiMachine.json └── PreviousReleases ├── 10.0 ├── CU1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU5 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU6 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 10.1 ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 5.4 ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.X509.DevCluster.json └── ClusterConfig.X509.MultiMachine.json ├── 5.5 ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 5.6 ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 5.7 ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.0 ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.1 ├── 6.1CU1 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.1CU2 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.1CU3 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── 6.1CU4 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.2 ├── 6.2CU1 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.2CU2 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── 6.2CU3 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.3 ├── CU1 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.4 ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU5 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU6 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU7 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU8 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 6.5 ├── CU1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU5 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 7.0 ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 7.1 ├── CU1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU10 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU5 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 7.2 ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU5 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU6 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU7 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 8.0 ├── CU1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 8.1 ├── CU1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3.1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 8.2 ├── CU1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2.1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU6 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU7 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU8 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU9 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── 9.0 ├── CU1 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU10 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU11 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU12 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU5 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU6 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU7 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU8 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU9 │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO │ ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json │ ├── ClusterConfig.Unsecure.DevCluster.json │ ├── ClusterConfig.Unsecure.MultiMachine.json │ ├── ClusterConfig.Unsecure.OneNode.json │ ├── ClusterConfig.Windows.DevCluster.json │ ├── ClusterConfig.Windows.MultiMachine.json │ ├── ClusterConfig.Windows.OneNode.json │ ├── ClusterConfig.Windows.X509.DevCluster.json │ ├── ClusterConfig.Windows.X509.MultiMachine.json │ ├── ClusterConfig.Windows.X509.OneNode.json │ ├── ClusterConfig.X509.DevCluster.json │ ├── ClusterConfig.X509.MultiMachine.json │ ├── ClusterConfig.X509.OneNode.json │ └── ClusterConfig.gMSA.Windows.MultiMachine.json └── 9.1 ├── CU1 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU10 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU11 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU12 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU2 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU3 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU4 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU5 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU6 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU7 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json ├── CU9 ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json └── RTO ├── ClusterConfig.Unsecure.DevCluster.Autoupgrade.json ├── ClusterConfig.Unsecure.DevCluster.json ├── ClusterConfig.Unsecure.MultiMachine.json ├── ClusterConfig.Unsecure.OneNode.json ├── ClusterConfig.Windows.DevCluster.json ├── ClusterConfig.Windows.MultiMachine.json ├── ClusterConfig.Windows.OneNode.json ├── ClusterConfig.Windows.X509.DevCluster.json ├── ClusterConfig.Windows.X509.MultiMachine.json ├── ClusterConfig.Windows.X509.OneNode.json ├── ClusterConfig.X509.DevCluster.json ├── ClusterConfig.X509.MultiMachine.json ├── ClusterConfig.X509.OneNode.json └── ClusterConfig.gMSA.Windows.MultiMachine.json /Samples/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "06-2023", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "ephemeralPorts": { 50 | "startPort": "49152", 51 | "endPort": "65535" 52 | }, 53 | "isPrimary": true 54 | } 55 | ], 56 | "fabricSettings": [ 57 | { 58 | "name": "Setup", 59 | "parameters": [ 60 | { 61 | "name": "FabricDataRoot", 62 | "value": "C:\\ProgramData\\SF" 63 | }, 64 | { 65 | "name": "FabricLogRoot", 66 | "value": "C:\\ProgramData\\SF\\Log" 67 | } 68 | ] 69 | } 70 | ] 71 | } 72 | } 73 | 74 | -------------------------------------------------------------------------------- /Samples/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "06-2023", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/ClusterConfig.Windows.X509.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "06-2023", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | "properties": { 15 | "diagnosticsStore": { 16 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines.", 17 | "dataDeletionAgeInDays": "21", 18 | "storeType": "FileShare", 19 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 20 | }, 21 | "security": { 22 | "metadata": "The Credential type X509 indicates this is cluster is secured using X509 Certificates. The thumbprint format is - d5 ec 42 3b 79 cb e5 07 fd 83 59 3c 56 b9 d5 31 24 25 42 64.", 23 | "ClusterCredentialType": "Windows", 24 | "ServerCredentialType": "X509", 25 | "WindowsIdentities": { 26 | "ClusterIdentity": "domain\\machinegroup" 27 | }, 28 | "CertificateInformation": { 29 | "ServerCertificate": { 30 | "Thumbprint": "[Thumbprint]", 31 | "ThumbprintSecondary": "[Thumbprint]", 32 | "X509StoreName": "My" 33 | } 34 | } 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "30000", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "ephemeralPorts": { 50 | "startPort": "20032", 51 | "endPort": "20287" 52 | }, 53 | "isPrimary": true 54 | } 55 | ], 56 | "fabricSettings": [ 57 | { 58 | "name": "Setup", 59 | "parameters": [ 60 | { 61 | "name": "FabricDataRoot", 62 | "value": "C:\\ProgramData\\SF" 63 | }, 64 | { 65 | "name": "FabricLogRoot", 66 | "value": "C:\\ProgramData\\SF\\Log" 67 | } 68 | ] 69 | } 70 | ] 71 | } 72 | } -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.0/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "11-2022", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.0/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "11-2022", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.0/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "11-2022", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.0/CU5/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "11-2022", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.0/CU6/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "11-2022", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.0/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "11-2022", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.1/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "06-2023", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.1/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "06-2023", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.1/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "06-2023", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/10.1/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "06-2023", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/5.5/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "01-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "reliabilityLevel": "Bronze", 30 | "diagnosticsStore": 31 | { 32 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines.", 33 | "dataDeletionAgeInDays": "7", 34 | "storeType": "FileShare", 35 | "IsEncrypted": "false", 36 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 37 | }, 38 | "nodeTypes": [ 39 | { 40 | "name": "NodeType0", 41 | "clientConnectionEndpointPort": "19000", 42 | "clusterConnectionEndpointPort": "19001", 43 | "leaseDriverEndpointPort": "19002", 44 | "serviceConnectionEndpointPort": "19003", 45 | "httpGatewayEndpointPort": "19080", 46 | "reverseProxyEndpointPort": "19081", 47 | "applicationPorts": { 48 | "startPort": "20001", 49 | "endPort": "20031" 50 | }, 51 | "isPrimary": true 52 | } 53 | ], 54 | "fabricSettings": [ 55 | { 56 | "name": "Setup", 57 | "parameters": [ 58 | { 59 | "name": "FabricDataRoot", 60 | "value": "C:\\ProgramData\\SF" 61 | }, 62 | { 63 | "name": "FabricLogRoot", 64 | "value": "C:\\ProgramData\\SF\\Log" 65 | } 66 | ] 67 | } 68 | ] 69 | } 70 | } 71 | 72 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/5.6/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "04-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines.", 32 | "dataDeletionAgeInDays": "7", 33 | "storeType": "FileShare", 34 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/5.7/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "7", 33 | "storeType": "FileShare", 34 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.0/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "08-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "7", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.0/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "08-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "7", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.1/6.1CU1/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "7", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.1/6.1CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "7", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.1/6.1CU2/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.1/6.1CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.1/6.1CU3/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.1/6.1CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.1/6.1CU4/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.1/6.1CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.2/6.2CU1/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.2/6.2CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.2/6.2CU2/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.2/6.2CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.2/6.2CU3/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.2/6.2CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.3/CU1/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.3/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.3/CU2/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.3/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.3/RTO/ClusterConfig.Unsecure.MultiMachine.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "machine1", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | }, 13 | { 14 | "nodeName": "vm1", 15 | "iPAddress": "machine2", 16 | "nodeTypeRef": "NodeType0", 17 | "faultDomain": "fd:/dc2/r0", 18 | "upgradeDomain": "UD1" 19 | }, 20 | { 21 | "nodeName": "vm2", 22 | "iPAddress": "machine3", 23 | "nodeTypeRef": "NodeType0", 24 | "faultDomain": "fd:/dc3/r0", 25 | "upgradeDomain": "UD2" 26 | } 27 | ], 28 | "properties": { 29 | "diagnosticsStore": 30 | { 31 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\machine1\\DiagnosticsStore.", 32 | "dataDeletionAgeInDays": "21", 33 | "storeType": "FileShare", 34 | "connectionstring": "\\\\machine1\\DiagnosticsStore" 35 | }, 36 | "nodeTypes": [ 37 | { 38 | "name": "NodeType0", 39 | "clientConnectionEndpointPort": "19000", 40 | "clusterConnectionEndpointPort": "19001", 41 | "leaseDriverEndpointPort": "19002", 42 | "serviceConnectionEndpointPort": "19003", 43 | "httpGatewayEndpointPort": "19080", 44 | "reverseProxyEndpointPort": "19081", 45 | "applicationPorts": { 46 | "startPort": "20001", 47 | "endPort": "20031" 48 | }, 49 | "isPrimary": true 50 | } 51 | ], 52 | "fabricSettings": [ 53 | { 54 | "name": "Setup", 55 | "parameters": [ 56 | { 57 | "name": "FabricDataRoot", 58 | "value": "C:\\ProgramData\\SF" 59 | }, 60 | { 61 | "name": "FabricLogRoot", 62 | "value": "C:\\ProgramData\\SF\\Log" 63 | } 64 | ] 65 | } 66 | ] 67 | } 68 | } 69 | 70 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.3/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.4/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.4/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.4/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.4/CU5/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.4/CU6/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.4/CU7/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.4/CU8/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.4/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.5/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.5/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.5/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.5/CU5/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/6.5/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.0/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.0/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.0/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.0/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.1/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.1/CU10/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.1/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.1/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.1/CU5/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.1/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "10-2017", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.2/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.2/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.2/CU5/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.2/CU6/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.2/CU7/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/7.2/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.0/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.0/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.0/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.0/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.1/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.1/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.1/CU3.1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.1/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.1/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.1/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU2.1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU6/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU7/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU8/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/CU9/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/8.2/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU10/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU11/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU12/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU5/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU6/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU7/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU8/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/CU9/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.0/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU1/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU10/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU11/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU12/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU2/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU3/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU4/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU5/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU6/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU7/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/CU9/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Samples/PreviousReleases/9.1/RTO/ClusterConfig.Unsecure.OneNode.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "SampleCluster", 3 | "clusterConfigurationVersion": "1.0.0", 4 | "apiVersion": "05-2020", 5 | "nodes": [ 6 | { 7 | "nodeName": "vm0", 8 | "iPAddress": "localhost", 9 | "nodeTypeRef": "NodeType0", 10 | "faultDomain": "fd:/dc1/r0", 11 | "upgradeDomain": "UD0" 12 | } 13 | ], 14 | 15 | "properties": { 16 | "diagnosticsStore": 17 | { 18 | "metadata": "Please replace the diagnostics file share with an actual file share accessible from all cluster machines. For example, \\\\localhost\\DiagnosticsStore.", 19 | "dataDeletionAgeInDays": "21", 20 | "storeType": "FileShare", 21 | "connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore" 22 | }, 23 | "nodeTypes": [ 24 | { 25 | "name": "NodeType0", 26 | "clientConnectionEndpointPort": "19000", 27 | "clusterConnectionEndpointPort": "19001", 28 | "leaseDriverEndpointPort": "19002", 29 | "serviceConnectionEndpointPort": "19003", 30 | "httpGatewayEndpointPort": "19080", 31 | "reverseProxyEndpointPort": "19081", 32 | "applicationPorts": { 33 | "startPort": "20001", 34 | "endPort": "20031" 35 | }, 36 | "isPrimary": true 37 | } 38 | ], 39 | "fabricSettings": [ 40 | { 41 | "name": "Setup", 42 | "parameters": [ 43 | { 44 | "name": "FabricDataRoot", 45 | "value": "C:\\ProgramData\\SF" 46 | }, 47 | { 48 | "name": "FabricLogRoot", 49 | "value": "C:\\ProgramData\\SF\\Log" 50 | } 51 | ] 52 | } 53 | ] 54 | } 55 | } 56 | 57 | --------------------------------------------------------------------------------