Merge "Modify Tiny IPA image build"

This commit is contained in:
Zuul
2019-07-16 05:35:49 +00:00
committed by Gerrit Code Review
3 changed files with 9 additions and 6 deletions

@ -50,4 +50,4 @@ network interfaces, and a `rescue` user will be created with the specified
``rescue_password``. ``rescue_password``.
.. _`building a CoreOS ironic-python-agent image`: https://github.com/openstack/ironic-python-agent/tree/master/imagebuild/coreos/README.rst .. _`building a CoreOS ironic-python-agent image`: https://github.com/openstack/ironic-python-agent/tree/master/imagebuild/coreos/README.rst
.. _`build a TinyIPA image`: https://github.com/openstack/ironic-python-agent/tree/master/imagebuild/tinyipa/README.rst .. _`build a TinyIPA image`: https://github.com/openstack/ironic-python-agent-builder/tree/master/tinyipa/README.rst

@ -136,8 +136,9 @@ Example::
tinyipa tinyipa
~~~~~~~ ~~~~~~~
The image built with scripts provided in ``imagebuild/tinyipa`` folder The image built with scripts provided in ``tinyipa`` folder
of Ironic Python Agent repository by default auto-logins the default of `Ironic Python Agent Builder <https://opendev.org/openstack/ironic-python-agent-builder>`_
repository by default auto-logins the default
Tiny Core Linux user ``tc`` to the console. Tiny Core Linux user ``tc`` to the console.
This user has no password and has password-less ``sudo`` permissions. This user has no password and has password-less ``sudo`` permissions.

@ -45,9 +45,11 @@ installs all the required packages and configures services as needed.
tinyipa tinyipa
------- -------
Ironic Python Agent repo also provides a set of scripts to build a Now, this method is provided
by `Ironic Python Agent Builder <https://opendev.org/openstack/ironic-python-agent-builder>`_
repo. It provides a set of scripts to build a
Tiny Core Linux-based deployment kernel and ramdisk (code name ``tinyipa``) Tiny Core Linux-based deployment kernel and ramdisk (code name ``tinyipa``)
under ``imagebuild/tinyipa`` folder. under ``tinyipa`` folder.
`Tiny Core Linux <http://tinycorelinux.net/>`_ `Tiny Core Linux <http://tinycorelinux.net/>`_
is a very minimalistic Linux distribution. is a very minimalistic Linux distribution.
@ -59,7 +61,7 @@ On the other hand, due to its generally newer Linux kernel it also known to
work on real hardware if the kernel supports all necessary components work on real hardware if the kernel supports all necessary components
installed. installed.
Please refer to ``imagebuild/tinyipa/README.rst`` for more information and Please refer to ``tinyipa/README.rst`` for more information and
build instructions. build instructions.
ISO Images ISO Images