<?xml version="1.0" encoding="UTF-8"?>
<ClusterManifest
Name="NetworkController-ClusterManifest" Version="10.1.0.0" xmlns="http://schemas.microsoft.com/2011/01/fabric" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NodeTypes>
  </NodeTypes>
  <Infrastructure>
    <WindowsServer>
      <NodeList>
      </NodeList>
    </WindowsServer>
  </Infrastructure>
  <FabricSettings>
    <Section Name="NamingService">
      <Parameter Name="PartitionCount" Value=""/>
      <Parameter Name="TargetReplicaSetSize" Value="" />
      <Parameter Name="MinReplicaSetSize" Value="" />
    </Section>
    <Section Name="FailoverManager">
      <Parameter Name="TargetReplicaSetSize" Value="" />
      <Parameter Name="MinReplicaSetSize" Value="" />
      <Parameter Name="ExpectedClusterSize" Value="" />
      <Parameter Name="IsFabricUpgradeGatekeepingEnabled" Value="true" />
    </Section>
    <Section Name="ClusterManager">
      <Parameter Name="TargetReplicaSetSize" Value="" />
      <Parameter Name="MinReplicaSetSize" Value="" />
    </Section>
    <Section Name="ImageStoreService">
      <Parameter Name="TargetReplicaSetSize" Value="" />
      <Parameter Name="MinReplicaSetSize" Value="" />
    </Section>
    <Section Name="Management">
      <Parameter Name="ImageStoreConnectionString" Value="fabric:ImageStore"/>
    </Section>
    <Section Name="FileStoreService"> 
      <Parameter Name="AnonymousAccessEnabled" Value="false"/> 
    </Section>
    <Section Name="Hosting">
      <Parameter Name="EndpointProviderEnabled" Value="true"/>
      <Parameter Name="RunAsPolicyEnabled" Value="true" />
      <Parameter Name="ApplicationEtwTraceLevel" Value="5" />
      <Parameter Name="ActivatedProcessDieOnUnhandledExceptionEnabled" Value="false" />
    </Section>
    <Section Name="Trace/Etw">
      <Parameter Name="Level" Value="4"/>
    </Section>
    <Section Name="Security">
      <Parameter Name="DisableFirewallRuleForPrivateProfile" Value="false" />
    </Section>
    <Section Name="Diagnostics">
      <Parameter Name="ProducerInstances" Value="WinFabEtlFile, WinFabCrashDump, WinFabPerfCtrFolder"/>
    </Section>
    <Section Name="WinFabEtlFile">
      <Parameter Name="ProducerType" Value="EtlFileProducer"/>
      <Parameter Name="IsEnabled" Value="true"/>
      <Parameter Name="EtlReadIntervalInMinutes" Value=" 5"/>
      <Parameter Name="DataDeletionAgeInDays" Value=""/>
    </Section>
    <Section Name="WinFabCrashDump">
      <Parameter Name="ProducerType" Value=" FolderProducer "/>
      <Parameter Name="IsEnabled" Value="true"/>
      <Parameter Name="FolderType" Value="WindowsFabricCrashDumps"/>
    </Section>
    <Section Name="WinFabPerfCtrFolder">
      <Parameter Name="ProducerType" Value="FolderProducer"/>
      <Parameter Name="IsEnabled" Value="true"/>
      <Parameter Name="FolderType" Value="WindowsFabricPerformanceCounters"/>
      <Parameter Name="DataDeletionAgeInDays" Value=""/>
    </Section>
    <Section Name="FabricHost">
      <Parameter Name="EnableRestartManagement" Value="true" />
    </Section>
  </FabricSettings>
  <Certificates>
    <SecretsCertificate X509StoreName="My" X509FindType="FindByThumbprint" X509FindValue="" />
  </Certificates>    
</ClusterManifest>
