You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage docker-1.11.1-2.gitaaa9488.lbn19.x86_64
Docker is an open-source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere. Docker containers can encapsulate any payload, and will run consistently on and between virtually any server. The same container that a developer builds and tests on a laptop will run at scale, in production*, on VMs, bare-metal servers, OpenStack clusters, public instances, or combinations of the above.
RPMPackage diskimage-builder-1.19.1-1.lbn19.noarch
diskimage-builder is a flexible suite of components for building a wide-range of disk images, filesystem images and ramdisk images for use with OpenStack. This repository has the core functionality for building such images, both virtual and bare metal. Images are composed using elements; while fundamental elements are provided here, individual projects have the flexibility to customise the image build with their own elements. For example: $ DIB_RELEASE=trusty disk-image-create -o ubuntu-trusty.qcow2 vm ubuntu will create a bootable Ubuntu Trusty based qcow2 image. diskimage-builder is useful to anyone looking to produce customised images for deployment into clouds. These tools are the components of TripleO that are responsible for building disk images. They are also used extensively to build images for testing OpenStack itself, particularly with nodepool. Platforms supported include Ubuntu, CentOS, RHEL and Fedora. Full documentation, the source of which is in doc/source/, is published at: http://docs.openstack.org/developer/diskimage-builder/
RPMPackage dibbler-client-1.0.1-3.lbn19.x86_64
Dibbler is a portable DHCPv6 implementation. It supports stateful (i.e. IPv6 address granting and IPv6 prefix delegation) as well as stateless (i.e. option granting) autoconfiguration for IPv6. This package contains DHCPv6 client.
RPMPackage dib-utils-0.0.9-1.lbn19.noarch
Pieces of diskimage-builder that are useful standalone. This allows them to be used without pulling in all of diskimage-builder and its dependencies.
RPMPackage crudini-0.3-2.fc19.noarch
A utility for easily handling ini files from the command line and shell scripts.
RPMPackage createrepo_c-libs-0.10.0-5.lbn19.x86_64
Libraries for applications using the createrepo_c library for easy manipulation with a repodata.
RPMPackage createrepo_c-0.10.0-5.lbn19.x86_64
C implementation of Createrepo. A set of utilities (createrepo_c, mergerepo_c, modifyrepo_c) for generating a common metadata repository from a directory of rpm packages and maintaining it.
RPMPackage couchdb-python-1.0-1.lbn19.noarch
A Python library for working with CouchDB. Downloads are available via PyPI. Our documentation is also hosted there. We have a mailing list. This package currently encompasses four primary modules: couchdb.client: the basic client library couchdb.design: management of design documents couchdb.mapping: a higher-level API for mapping between CouchDB documents and Python objects couchdb.view: a CouchDB view server that allows writing view functions in Python It also provides a couple of command-line tools: couchdb-dump: writes a snapshot of a CouchDB database (including documents, attachments, and design documents) to MIME multipart file couchdb-load: reads a MIME multipart file as generated by couchdb-dump and loads all the documents, attachments, and design documents into a CouchDB database couchdb-replicate: can be used as an update-notification script to trigger replication between databases when data is changed
RPMPackage couchdb-1.6.1-14.lbn19.x86_64
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
RPMPackage couchdb-1.6.1-14.lbn19.x86_64
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
RPMPackage couchdb-1.2.0-1.fc18.armv6hl
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
RPMPackage couchdb-1.2.0-1.fc18.armv6hl
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
RPMPackage conntrack-tools-1.4.3-1.lbn19.x86_64
With conntrack-tools you can setup a High Availability cluster and synchronize conntrack state between multiple firewalls. The conntrack-tools package contains two programs: - conntrack: the command line interface to interact with the connection tracking system. - conntrackd: the connection tracking userspace daemon that can be used to deploy highly available GNU/Linux firewalls and collect statistics of the firewall use. conntrack is used to search, list, inspect and maintain the netfilter connection tracking subsystem of the Linux kernel. Using conntrack, you can dump a list of all (or a filtered selection of) currently tracked connections, delete connections from the state table, and even add new ones. In addition, you can also monitor connection tracking events, e.g. show an event message (one line) per newly established connection.
RPMPackage codemodel-2.6-8.fc19.noarch
CodeModel is a Java library for code generators; it provides a way to generate Java programs in a way much nicer than PrintStream.println(). This project is a spin-off from the JAXB RI for its schema compiler to generate Java source files.
RPMPackage cloudmonkey-5.3.0-1.lbn19.noarch
cloudmonkey is a CLI for Apache CloudStack Wiki: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI
RPMPackage cloudfoundry-cli-6.12.3-1.lbn19.x86_64
This is the official command line client for Cloud Foundry. You can follow our development progress on Pivotal Tracker.
RPMPackage chefstyle-0.4.0-1.lbn19.noarch
Rubocop configuration for Chef's ruby projects.
RPMPackage chefspec-4.0.2-2.lbn19.noarch
Write RSpec examples for Opscode Chef recipes
RPMPackage cheffish-0.2.2-1.lbn19.noarch
A library to manipulate Chef in Chef.
RPMPackage chefdk-0.6.0-1.lbn19.noarch
The Chef Development Kit (ChefDK) brings the best-of-breed development tools built by the awesome Chef community to your workstation with just a few clicks. Download your package and start coding Chef in seconds. The Chef Development Kit contains everything you need to start using Chef, along with the tools essential to managing the code that runs your business. ChefDK contains: An early version of a brand new command-line tool, chef, that aims to streamline Chef workflow, starting with new generators. The well-known cookbook dependency manager Berkshelf 3.0. The Test Kitchen integration testing framework. ChefSpec, which makes unit testing cookbooks a breeze. Foodcritic, a linting tool for doing static code analysis on cookbooks. All of the Chef tools you're already familiar with: Chef Client, Knife, Ohai and Chef Zero.