Skip to content
Snippets Groups Projects

Feature/dboard 743 build cache in worker process

Closed Sam Roberts requested to merge feature/DBOARD-743-build-cache-in-worker-process into develop
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1183 return {
1184 'id': s['id'],
1185 'name': s['name'],
1186 'customer': s['project'],
1187 'speed': s['speed_value'],
1188 'pop': s['here']['pop']['name'],
1189 'hostname': common.ims_equipment_to_hostname(
1190 s['here']['equipment']),
1191 'interface': s['here']['port'].lower(),
1192 'type': s['type'],
1193 'status': s['status']
1194 }
1195
1196
1197 def add_snmp_to_service(s, all_snmp_info):
1198 snmp_interfaces = all_snmp_info.get(s['hostname'], {})
  • Reworking merge request, closing this one.

  • closed

  • Please register or sign in to reply
    Loading