Personal tools
Skip to content. | Skip to navigation
This is the openstack workload driver module for OpenCrowbar. Use of this package will require installation of the opencrowbar-core package. OpenCrowbar is a second-generation DevOps tool that enables deployment of bare servers into a production ready cluster in a matter of hours. OpenCrowbar can deploy any software stack, but has been initially developed to deploy Hadoop and OpenStack. OpenCrowbar is able to prepare server hardware, firmware, and hardware-based controllers to create a known-state hardware platform that is ready to receive the installation of an operating system, application-specific software, pre-configure the application-specific platform so it is ready to deploy a clustered workload to compute and/or storage nodes. OpenCrowbar provides server discovery, firmware updates, and operating system installation using PXE boot or virtual instance deployment. OpenCrowbar deploys applications on top of hardware-provisioned operating system platforms using Jigs. Supported Jigs includes: Chef, Puppet, and SSH-based shell scripting.
This is the opencrowbar-template package for Crowbar 2.0. This pacakge is NOT required for any working installation - it serves as a pattern for development of future add-on modules. Crowbar 2.0 is a second-generation DevOps tool that enables deployment of bare servers into a production ready cluster in a matter of hours. Crowbar 2.0 can deploy any software stack, but has been initially developed to deploy Hadoop and OpenStack. Crowbar 2.0 is able to prepare server hardware, firmware, and hardware-based controllers to create a known-state hardware platform that is ready to receive the installation of an operating system, application-specific software, pre-configure the application-specific platform so it is ready to deploy a clustered workload to compute and/or storage nodes. Crowbar provides server discovery, firmware updates, and operating system installation using PXE boot or virtual instance deployment. Crowbar deploys applications on top of hardware-provisioned operating system platforms using Jigs. Supported Jigs includes: Chef, Puppet, and SSH-based shell scripting.
OpenCSG is a library that does image-based CSG rendering using OpenGL. CSG is short for Constructive Solid Geometry and denotes an approach to model complex 3D-shapes using simpler ones. I.e., two shapes can be combined by taking the union of them, by intersecting them, or by subtracting one shape of the other. The most basic shapes, which are not result of such a CSG operation, are called primitives. Primitives must be solid, i.e., they must have a clearly defined interior and exterior. By construction, a CSG shape is also solid then. Image-based CSG rendering (also z-buffer CSG rendering) is a term that denotes algorithms for rendering CSG shapes without an explicit calculation of the geometric boundary of a CSG shape. Such algorithms use frame-buffer settings of the graphics hardware, e.g., the depth and stencil buffer, to compose CSG shapes. OpenCSG implements a variety of those algorithms, namely the Goldfeather algorithm and the SCS algorithm, both of them in several variants.
OpenCT implements drivers for several smart card readers. It comes as driver in ifdhandler format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card readers to remote machines via TCP/IP.
OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms.