You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-nova-docker-0.0.1-1.713af82.lbn19.noarch
Installation & Configuration 1. Install the python modules. For example: $ python setup.py install Note: There are better and cleaner ways of managing Python modules, such as using distribution packages or 'pip'. The setup.py file and Debian's stdeb, for instance, may be used to create Debian/Ubuntu packages. 2. Enable the driver in Nova's configuration In nova.conf: compute_driver=novadocker.virt.docker.DockerDriver 3. Optionally tune site-specific settings. In nova.conf: [docker] Uploading Images to Glance 1. Enable the driver in Glance's configuration In glance-api.conf: container_formats=ami,ari,aki,bare,ovf,ova,docker 2. Save docker images to Glance Images may now be saved directly to Glance: $ docker pull busybox $ docker save busybox | glance image-create --is-public=True --container-format=docker --disk-format=raw --name busybox Note: At present, only administrators should be allowed to manage images. The name of the image in Glance should be explicitly set to the same name as the image as it is known to Docker. In the example above, an image has been tagged in Docker as 'busybox'. Matching this is the '--name busybox' argument to glance image-create. If these names do not align, the image will not be bootable. Notes Earlier releases of this driver required the deployment of a private docker registry. This is no longer required. Images are now saved and loaded from Glance. Images loaded from Glance may do bad things. Only allow administrators to add images. Users may create snapshots of their containers, generating images in Glance -- these images are managed and thus safe.
RPMPackage python-nova-2015.1.0-4.lbn19.noarch
OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. This package contains the nova Python library.
RPMPackage python-nova-2015.1.0-4.lbn19.noarch
OpenStack Compute (codename Nova) is open source software designed to provision and manage large networks of virtual machines, creating a redundant and scalable cloud computing platform. This package contains the nova Python library.
RPMPackage python-nodepool-0.1.1-1.lbn19.noarch
Nodepool is a service used by the OpenStack CI team to deploy and manage a pool of devstack images on a cloud server for use in OpenStack project testing. Developer setup If you’re testing a specific patch that is already in gerrit, you will also want to install git-review and apply that patch while in the nodepool directory, ie: git review -x XXXXX Create or adapt a nodepool yaml file. You can adapt an infra/system-config one, or fake.yaml as desired. Note that fake.yaml’s settings won’t Just Work - consult ./modules/openstack_project/templates/nodepool/nodepool.yaml.erb in the infra/system-config tree to see a production config. If the cloud being used has no default_floating_pool defined in nova.conf, you will need to define a pool name using the nodepool yaml file to use floating ips. Export variable for your ssh key so you can log into the created instances: export NODEPOOL_SSH_KEY=`cat ~/.ssh/id_rsa.pub | awk '{print $2}'` Start nodepool with a demo config file (copy or edit fake.yaml to contain your data): export STATSD_HOST=127.0.0.1 export STATSD_PORT=8125 nodepoold -d -c tools/fake.yaml All logging ends up in stdout. Use the following tool to check on progress: nodepool image-list
RPMPackage python-nltk-2.0.5-1.lbn19.noarch
Natural Language Toolkit
RPMPackage python-newrelic-2.52.0.40-1.lbn19.x86_64
Python agent for the New Relic web application performance monitoring service. Check the release notes for what has changed in this version.
RPMPackage python-neutronclient-3.1.0-2.lbn19.noarch
Client library and command line utility for interacting with Openstack Neutron's API.
RPMPackage python-neutron-vpnaas-8.0.0-1.lbn19.noarch
This is a VPNaaS service plugin for Openstack Neutron (Networking) service. This package contains the Neutron VPNaaS Python library.
RPMPackage python-neutron-lib-0.0.2-1.lbn19.noarch
OpenStack Neutron library shared by all Neutron sub-projects.
RPMPackage python-neutron-lbaas-7.0.0-1.lbn19.noarch
This is a LBaaS service plugin for Openstack Neutron (Networking) service. This package contains the Neutron LBaaS Python library.
RPMPackage python-neutron-fwaas-8.0.0-3.lbn19.noarch
This is a FWaaS service plugin for Openstack Neutron (Networking) service. This package contains the Neutron FWaaS Python library.
RPMPackage python-neutron-2014.2-1.lbn19.noarch
Neutron provides an API to dynamically request and configure virtual networks. This package contains the Neutron Python library.
RPMPackage python-networkx-geo-1.8.1-12.lbn19.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. This package provides GDAL I/O support.
RPMPackage python-networkx-drawing-1.8.1-12.lbn19.noarch
NetworkX is a Python 3 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. This package provides support for graph visualizations.
RPMPackage python-networkx-doc-1.8.1-12.lbn19.noarch
Documentation for networkx
RPMPackage python-networkx-core-1.8.1-12.lbn19.noarch
NetworkX is a Python 2 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
RPMPackage python-networkx-1.8.1-12.lbn19.noarch
NetworkX is a Python 2 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
RPMPackage python-netifaces-0.10.4-2.lbn19.x86_64
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-netifaces-0.10.4-2.lbn19.x86_64
This package provides a cross platform API for getting address information from network interfaces.
RPMPackage python-netifaces-0.5-4.fc19.armv6hl
This package provides a cross platform API for getting address information from network interfaces.