You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The purpose of this script module is to discover and create ORT devices in the inSITE Operations Panel from a dynamic cloud instance. This script uses theORT - Host to Channel Name annotations which is pushed by a mediator system. The script analyzes the ORT annotations and can produce either a) generate a device, b) modify a device, or c) delete a device from the operations panel. This script aids in the ability to detect if an ORT cloud instance has been rebuilt because of a failure or auto scaling event. This script can also detect channel name changes for an ORT instance and update the inSITE operations panel, accordingly
Below are the module distinct abilities and features that it provides:
Adds, Modifies, and Removes ORT cloud instances for the operations panel.
Uses Mediator Infomation Center as a lookup base.
Supports multiple Mediator system with auto system tagging.
Supports ORT devices with the same channel name across multiple Mediator systems.
Maintains the General annotation lookup tables for Device Name, Device Type, and Service Name.
Prunes deprecated ORT channel annotations.
Generates remote syslog to a local logging server.
Minimum Requirements:
inSITE Version 10.3 and service pack 6
Python3.7 (already installed on inSITE machine)
Python3 Requests library (already installed on inSITE machine)
usage: CloudORTCreator.py [-h] [-insite <ip>] [-system name] [-types Core Compute [Core Compute ...]] [-info-center <IP>::<System_Name> [<IP>::<System_Name> ...]] [-sub] [-syslog] {update,annotations,devices} ...inSITE Cloud ORT Creator / Maintainerpositional arguments: {update,annotations,devices} update Discovery new and Update ORT devices annotations Scan / Cleanup Mediator Channel ORT Annotations devices Scan / Cleanup inSITE ORT Devicesoptional arguments: -h, --help show this help message and exit -insite <ip>, --insite-host <ip> inSITE Host IP Address (default 127.0.0.1) -system name, --system-name name Static system name to be used in tags -types Core Compute [Core Compute ...], --sync-device-types Core Compute [Core Compute ...] Custom list of device types to sync -info-center <IP>::<System_Name> [<IP>::<System_Name> ...], --info-center-systems <IP>::<System_Name> [<IP>::<System_Name> ...] List of Mediator info centers and associate system names -sub, --mediator-sub Substitute a local Mediator Service XML -syslog, --remote-syslog Remote Syslog
About
This script module is to discover and create ORT devices in the inSITE Operations Panel from a dynamic cloud instance