Publication of RacksDB v0.4.0 #87
rezib
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Added
tagsproperty and_filter()method specializations onRacksDBStorageEquipment,RacksDBNetworkEquipmentandRacksDBSMiscEquipmentclasses, similarly toRacksDBNode.RacksDBSchemaErrorandRacksDBFormatErrorin order to easily catch these errors from other software that use RacksDB as an external library.pathproperty toDBLoaderclass.-c, --coordinatesand--coordinates-formatarguments onracksdb drawsub-command to generate coordinate file in either JSON or YAML format with coordinates of racks and equipment in the image along with the image file.coordinatesandcoordinates_formatquery parameter ondrawaction enpoint to get coordinates of racks and equipment along with image file in multipart response (Add possibility to obtain equipments positions along with infrastructures graphical representations in REST API #56).RacksDBWebBlueprintused for all requests todrawendpoint unless overriden in request body.--with-uioption to enabled web UI inracksdb-web.pixel_perfectboolean drawing parameter, disabled by default. When enabled, RacksDB properly align graphical representation with pixels matrix with concession on relative dimensions correctness (Draw pixel perfect lines for raster format #4).racks_labelsboolean drawing parameter, enabled by default. When enabled, RacksDB label all racks with their names in room diagrams (Add possibility to not draw text labels on racks in room diagrams #58).equipment_labelsboolean drawing parameter, enabled by default. When enabled, RacksDB label equipment with their names in infrastructure diagrams (Add possibility to not draw text labels on equipment in infrastructure graphical representations #55).equipment_tagsoptional drawing parameter to give the possibility to select equipment represented in infrastructure diagrams with their tags (Select equipment to represent in infrastructure diagrams with tags #57).ghost_unselectedboolean drawing parameter, disabled by default, to control if unselected equipment is represented as ghosted in racks to mark their presence in the infrastructure. When disabled, the unselected equipment is simply discarded.ghostdrawing parameter to specify the color of ghosted equipment.discard_empty_racksboolean drawing parameter, enabled by default, to control if racks used by infrastructure that contain only unselected equipment are represented in infrastructure diagrams.other_racksboolean drawing parameter to control if other racks located in the same rows as the infrastructure are represented, even if they do not contain infrastructure equipment. Other racks are represented when set to true. It is false by default (Add possibility to represent racks of other infras in rows of infrastructure diagrams #61).~hexcolordefined type (Support hexcolor with optional alpha channel #65).positioncomputed property onNode,StorageEquipment,NetworkEquipmentandMiscEquipmentobjects to get their exact position in the racks (Problem with the slots of the equipment #72).DatacenterLocationobject attached toDatacenteroptional location property to define GPS coordinates of the datacenters.RacksDBStorageEquipment,RacksDBNetworkEquipmentandRacksDBSMiscEquipmentin library reference documentation.racksdbmanpage to mention-c, --coordinatesand--coordinates-formatarguments onracksdb drawsub-command.~hexcolordefined type.--with-uioption inracksdb-webmanpage.Changed
scaledrawing parameters by maximum width/height dimensions. RacksDB compute a dynamic ratio based on these maximum dimensions to define the sizes of represented racks and equipment in pixels.pane_widthdrawing parameter.discard_empty_racksandother_racksdrawing parameters.drawaction endpoint:Fixed
Removed
This discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions