A Python agent for provisioning and deprovisioning Bare Metal servers.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Dmitry Tantsur ac4904ed96 Switch to Debian Stretch for building CoreOS images
It seems that Jessie is no longer supported, and its backports repo
is no longer available, hence all CoreOS jobs fail.

Also install setuptools into the environment explicitly, since some
dependencies fail to install without it.

Change-Id: I751522209d07caa26422a75b108f8c8baf782028
4 years ago
doc/source Merge "Change HTTP links to HTTPS" 5 years ago
etc/ironic_python_agent Update sample config 6 years ago
imagebuild Correct clean_build command according to Makefile 4 years ago
ironic_python_agent Merge "Ironic python agent does not extract correct available memory" 4 years ago
playbooks Replace openstack.org git:// URLs with https:// 4 years ago
releasenotes Merge "Ironic python agent does not extract correct available memory" 4 years ago
tools Use oslo-config-generator for sample config 7 years ago
zuul.d Dropping the py35 testing 4 years ago
.gitignore Remove testrepository 5 years ago
.gitreview add(gerrit support): Required to move to openstack 9 years ago
.stestr.conf Migrate to stestr as unit tests runner 6 years ago
.travis.yml Preparing for OpenStack testing environment 9 years ago
CONTRIBUTING.rst Change launchpad to StoryBoard 5 years ago
Dockerfile Switch to Debian Stretch for building CoreOS images 4 years ago
LICENSE add license file 10 years ago
README.rst Add source code link for the project to README 5 years ago
bindep.txt change python-libguestfs to python-guestfs for ubuntu 5 years ago
lower-constraints.txt Allow streaming raw partition images 5 years ago
plugin-requirements.txt Update minimum hardware version 4 years ago
proxy.sh Add support for proxy servers during image build 7 years ago
requirements.txt Allow streaming raw partition images 5 years ago
setup.cfg Update author email address 5 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Switch to using stestr 5 years ago
tox.ini Update min tox version to 2.0 5 years ago

README.rst

Ironic Python Agent

Team and repository tags

image

Overview

An agent for controlling and deploying Ironic controlled baremetal nodes.

The ironic-python-agent works with the agent driver in Ironic to provision the node. Starting with ironic-python-agent running on a ramdisk on the unprovisioned node, Ironic makes API calls to ironic-python-agent to provision the machine. This allows for greater control and flexibility of the entire deployment process.

The ironic-python-agent may also be used with the original Ironic pxe drivers as of the Kilo OpenStack release.

Building the IPA deployment ramdisk

For more information see the Image Builder section of the Ironic Python Agent developer guide.

Using IPA with devstack

This is covered in the Deploying Ironic with DevStack section of the Ironic dev-quickstart guide.

Project Resources

Project status, features, and bugs are tracked on StoryBoard:

https://storyboard.openstack.org/#!/project/947

Developer documentation can be found here:

https://docs.openstack.org/ironic-python-agent

Release notes for the project are available at:

https://docs.openstack.org/releasenotes/ironic-python-agent/

Source code repository for the project is located at:

https://git.openstack.org/cgit/openstack/ironic-python-agent/

IRC channel:

#openstack-ironic

To contribute, start here: Openstack: How to contribute.