Issues
- Update GRPC Routing using Sub-DomainsNMS-17301Resolved issue: NMS-17301Naeem Afzal
- Replace Node to OnmsNode to pick up missing fields in protoNMS-17080Resolved issue: NMS-17080Naeem Afzal
- Add proto for NMS Inventory and AlarmsNMS-16994Resolved issue: NMS-16994Naeem Afzal
- Add Alarms/Inventory/Events to gRPC ExporterNMS-16992Naeem Afzal
- Move OpenNMS Helm Chart documentation into a seperate moduleNMS-16954
- User Data Collection: Database / Rest / CM workNMS-16284Resolved issue: NMS-16284Scott Theleman
- Structured node list: UX UpdatesNMS-16103Resolved issue: NMS-16103Scott Theleman
- Elaborate on relationship/requirements of service monitors within poller-configuration.xmlNMS-15501
- javadoc not being generated in H31NMS-14750Resolved issue: NMS-14750Benjamin Reed
- /var/vault/releases/generate-repos.sh script on vault creates invalid debian reposNMS-14561
- List only loaded event files in event editorNMS-14560
- Document DCB event generationNMS-14424
- BSMTopologyIT flappingNMS-14371
- FlowStackKafkaIT flappingNMS-14370
- ReportRestIT flappingNMS-14369
- HealthCheckRestIT flappingNMS-14368Resolved issue: NMS-14368Alexander Chadfield
- TrapIT flappingNMS-14367
- MinionHeartbeatOutageKafkaIT flappingNMS-14366Alexander Chadfield
- MinionHeartbeatOutageIT flappingNMS-14365Alexander Chadfield
- GraphProviderIT flappingNMS-14364
- GraphMLGraphProviderIT flappingNMS-14363
- ThresholdingIT flappingNMS-14362Alexander Chadfield
- IndexPageIT flappingNMS-14361
- BmpIT flappingNMS-14360Resolved issue: NMS-14360Alexander Chadfield
- fix flapping ScheduledOutageITNMS-14358
- fix flaky PolicyITNMS-14357
- fix flaky TcpDetectorTest#testSuccessNotExpectingBannerNoBannerSentNMS-14356Alexander Chadfield
- fix flapping AsyncDetectorFileDescriptorLeakTestNMS-14355Resolved issue: NMS-14355Alexander Chadfield
- Fix EifTranslatorTestNMS-14354
- fix flaky/ignored tests that cause CI flappingNMS-14353
- DCB: E2E: test running multiple backups in parallelNMS-14180Resolved issue: NMS-14180Alexander Chadfield
- DCB: E2E: test pushed backupsNMS-14179Alexander Chadfield
- DCB: E2E: test backups triggered by scheduleNMS-14178Alexander Chadfield
- DCB: Getting the device config also persists [RFC]NMS-14176Resolved issue: NMS-14176Chandra Gorantla
- DCB: add messages in UI to indicate the lack of the new DCB roleNMS-14170Resolved issue: NMS-14170Mike
- DCB: Backup is always triggered on minionNMS-14168Resolved issue: NMS-14168fooker
- DCB: List devices that never has done a backupNMS-14167Resolved issue: NMS-14167Scott Theleman
- DCB: Expecting dot before filename suffixNMS-14156Resolved issue: NMS-14156Christian Pape
- DCB: Backup is triggered after provisioningNMS-14146Resolved issue: NMS-14146fooker
- DCB: Allow to disable schedulingNMS-14145Resolved issue: NMS-14145Christian Pape
- DCB: filename suffix should be globally uniqueNMS-14144Resolved issue: NMS-14144Christian Pape
- DCB: trigger backup via REST should blockNMS-14143Resolved issue: NMS-14143Chandra Gorantla
- DCB: Debug script executionNMS-14129Resolved issue: NMS-14129Alex May
- DCB: Error reporting needs loveNMS-14128Resolved issue: NMS-14128Alex May
- DCB: Verify that service is actually boundNMS-14127Resolved issue: NMS-14127Christian Pape
- Debugging DCB scripts is a painNMS-14120Resolved issue: NMS-14120Alex May
- Support for SSH Key AuthenticationNMS-14119Resolved issue: NMS-14119fooker
- Support Host Key verificationNMS-14118Resolved issue: NMS-14118fooker
- Fix flaky smoke-test testRestHealthServiceOnSentinelNMS-14011Alberto
- Remove link to wiki from the landing pageNMS-13779Resolved issue: NMS-13779Ronny Trommer
50 of 53
Update GRPC Routing using Sub-Domains
Done
Description
Acceptance / Success Criteria
None
Details
Assignee
Naeem AfzalNaeem AfzalReporter
Naeem AfzalNaeem AfzalSprint
Fix versions
Affects versions
Priority
High
Details
Details
Assignee
Naeem Afzal
Naeem AfzalReporter
Naeem Afzal
Naeem AfzalSprint
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 11, 2025 at 12:40 PM
Updated March 10, 2025 at 3:36 PM
Resolved March 3, 2025 at 2:46 PM
Activity
Show:
MortezaMarch 10, 2025 at 1:14 PM
Where was the PR merged to?
Naeem AfzalMarch 3, 2025 at 2:46 PMEdited
Completed and merged under PR:
Update GRPC Client configurations for BSM and NMS inventory hosts using sub-domains as mentioned under here:
bsm.onmshs.local:1443
nms-inventory.onmshs.local:1443
Check with devops team changes for GRPC routing also add host entries as below to resolve:
127.0.0.1 bsm.onmshs.local nms-inventory.onmshs.local
Finally check if routing works and data received on both BSM and NMS inventory side using same certificate.