ironic-python-agent-builder 1.0.0
We high-spiritedly announce the release of: ironic-python-agent-builder 1.0.0: Tools and scripts to build Ironic Python Agent This is the first release of ironic-python-agent-builder. The source is available from: https://opendev.org/openstack/ironic-python-agent-builder Download the package from: https://tarballs.openstack.org/ironic-python-agent-builder/ For more details, please see below. Changes in ironic-python-agent-builder 099ab309f863d386ff1e04fa10c239947a4770a9..1.0.0 -------------------------------------------------------------------------------------- 6a07f96 Recover iso-image-create script e97643d Use pip install-option to specify ipa install location 1eee1c1 Correct usage of BUILD_AND_INSTALL_TINYIPA f807d00 Add irrelevant-files to the image check jobs 3195471 Update the constraints url c28ee63 CI: do not create UPLOAD_* directories when uploading images 6c6fc65 DIB: do not use /tmp for a virtualenv in the source build 944c852 DIB: rename files and paths to match the element name 5e189fc DIB: remove deprecated extension and output image size for convenience d9bc2b6 Add documentation on building images a7a8ff6 Correct variables in the POST job image_name -> image_type cc42b38 CI: run a DIB job and make the inspector job non-voting 46d5727 Correct a typo in zuul.yaml a572b59 Remove dib/build.sh cea462b Build pdf doc 83edd83 Add file to tinybuild's IPA image 98d6d62 Import ansible version of the image building job e3e4360 Correct the relative path calculation 18d161b DIB: add missing ironic-python-agent-create-rescue-user.sh 2d237f7 Fix a typo that prevents AUTHORIZE_SSH from working 84f673d Accounts for Ubuntu paths on pip installation f2c9fff DIB: create the directory for rescue password db1fecd Update tinycore from 8.x to 9.x e72cf8b tinyipa: update qemu and tgt dependencies 80da279 Run a standalone job in the gate ba2c967 Add a full set of IPA jobs to the CI 6ff51b4 Revert "tinyipa: update qemu and tgt dependencies" 70c4942 tinyipa: update qemu and tgt dependencies d96717e Updates build.sh file in DIB element c27370a Add missing packages to setup.cfg c56bffb Make ironic-python-agent-builder packaging-friendly b542d42 Updates the build file in DIB b29326a Copies the "ironic-agent" element from DIB b3bd232 Add ipv6 module modprobe to tinycore. bb4acb9 Adding two tinyipa CI jobs in ironic-python-agent-builder 717a862 Sync package requirements from IPA repo 5cdadc5 Moving tinyipa to IPA-B from IPA Task: 30071 Story: 2005114 5c6ce6d Update sphinx requirements 13f4f48 Replace git.openstack.org URLs with opendev.org URLs 99a6339 OpenDev Migration Patch aceb8d8 Update home-page de8dd84 Change openstack-dev to openstack-discuss 57aa973 fix tox python3 overrides 9f04837 switch documentation job to new PTI 3f186b6 import zuul job settings from project-config f1241e6 Change bug links to storyboard 77c8f45 Initial structure Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..545678f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. +diskimage-builder>=1.0,!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..fc8ab1b --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,14 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +# pep8 +hacking>=1.0.0,<1.2.0 # Apache-2.0 +flake8-import-order>=0.13 # LGPLv3 +# documentation +doc8>=0.6.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD +openstackdocstheme>=1.20.0 # Apache-2.0 +# releasenotes +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org