I am looking for Documentation on enabling Topology for SpectrumPublisher, I have the installation page
and the install went well.
The Alarms are going to O2 but not the topology
I just need to find out how to enable it.
DX NetOps :: all supported versions
SDP - Spectrum Data Publisher
This is enabled in the $SDP/config/ConnectorConfig.xml file:
<!-- give value : true or false -->
<Tas>true</Tas>
Set the TAS value to true.
Here's some additional configuration in the file for the Topology. You can filter on groups if you want.
<TasConfiguration>
<!-- EnableIncrementalSync give value : true or false -->
<EnableIncrementalSync>true</EnableIncrementalSync>
<!-- Clears the stale inventory in DOI during service startup. -->
<EnableReconcilation>false</EnableReconcilation>
<!-- FullSyncInterval value in hours -->
<FullSyncInterval>720</FullSyncInterval>
<!-- IncrementalSyncInterval value in minutes -->
<IncrementalSyncInterval>30</IncrementalSyncInterval>
<!-- default is 3 times, Set max up to 10 times -->
<FailedPayloadRetry>3</FailedPayloadRetry>
<!-- value in Seconds, each retry will wait for 10 seconds by default, Set max up to 60 seconds -->
<RetryTimeout>10</RetryTimeout>
<GroupFilterConfiguration>
<!-- One or more group names as text or a single regular expression to filter the inventory from Spectrum -->
<!-- <GroupFilterValue>GC1,GC2,GC3</GroupFilterValue> -->
<!-- <GroupFilterValue>^GC.*</GroupFilterValue> -->
<GroupFilterValue></GroupFilterValue>
<FilterTypeRegEx>false</FilterTypeRegEx>
<!--true or false , if true GroupFiltered models will send delete request to TAS -->
<DeleteFilteredItems>false</DeleteFilteredItems>
</GroupFilterConfiguration>
</TasConfiguration>