-
python-neutron-lib-1.1.0-1.lbn25.noarch
OpenStack Neutron library shared by all Neutron sub-projects.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-neutron-vpnaas-12.0.0-1.lbn25.noarch
This is a VPNaaS service plugin for Openstack Neutron (Networking) service.
This package contains the Neutron VPNaaS Python library.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python-neutronclient-2.3.1-2.lbn13.noarch
Client library and command line utility for interacting with Openstack
Neutron's API.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 13
-
python-neutronclient-3.1.0-2.lbn19.noarch
Client library and command line utility for interacting with Openstack
Neutron's API.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-newt_syrup-0.1.2-1.lbn13.noarch
Newt Syrup is an app framework built on top of Newt. It provides a set of
classes for creating text-based applications. Developers can use the widgets
provided by Newt and the framework provided by Syrup to create full text-based
applications in Python.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
python-nltk-2.0.5-1.lbn19.noarch
Natural Language Toolkit
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
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
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 19
-
python-nose-1.3.0-2.lbn13.noarch
nose extends the test loading and running features of unittest, making
it easier to write, find and run tests.
By default, nose will run tests in files or directories under the
current working directory whose names include "test" or "Test" at a
word boundary (like "test_this" or "functional_test" or "TestClass"
but not "libtest"). Test output is similar to that of unittest, but
also includes captured stdout output from failing tests, for easy
print-style debugging.
These features, and many more, are customizable through the use of
plugins. Plugins included with nose provide support for doctest, code
coverage and profiling, flexible attribute-based test selection,
output capture and more.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13