Skip to content

Commit f9ae319

Browse files
committed
docs: remove tinyipa references
We have started down the path of eradicating tinyipa usage and testing because it was bifrucating our contirbutor resources and focus now that we have also been able to fix some of the CI jobs to be a bit more scalable. This does mean we're doing more with dib based images and they are larger, but we're willing ot pay that tax as a project for consistency and CI job stability. Change-Id: I8f96d106a85f6ab4493785e88955196da08af8e9 Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
1 parent 883e3cf commit f9ae319

File tree

3 files changed

+0
-48
lines changed

3 files changed

+0
-48
lines changed

doc/source/admin/rescue.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,3 @@ The DIB image supports rescue mode when used with DHCP tenant networks.
3636
After the ``finalize_rescue`` command completes, DHCP will be configured on all
3737
network interfaces, and a ``rescue`` user will be created with the specified
3838
``rescue_password``.
39-
40-
TinyIPA
41-
-------
42-
43-
The TinyIPA image supports rescue mode when used with DHCP tenant networks.
44-
No special action is required to `build a TinyIPA image`_ with this support.
45-
46-
After the ``finalize_rescue`` command completes, DHCP will be configured on all
47-
network interfaces, and a ``rescue`` user will be created with the specified
48-
``rescue_password``.
49-
50-
.. _build a TinyIPA image: https://docs.openstack.org/ironic-python-agent-builder/latest/admin/tinyipa.html

doc/source/admin/troubleshooting.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,6 @@ devuser element example::
3838
export DIB_DEV_USER_AUTHORIZED_KEYS=$HOME/.ssh/id_rsa.pub
3939
ironic-python-agent-builder -o /path/to/custom-ipa -e devuser debian
4040

41-
tinyipa
42-
~~~~~~~
43-
44-
If you want to enable SSH access to the image,
45-
set ``AUTHORIZE_SSH`` variable in your shell to ``true`` before building
46-
the tinyipa image::
47-
48-
export AUTHORIZE_SSH=true
49-
50-
By default it will use default public RSA (or, if not available, DSA)
51-
key of the user running the build (``~/.ssh/id_{rsa,dsa}.pub``).
52-
53-
To provide other public SSH key, export full path to it in your shell
54-
before building tinyipa as follows::
55-
56-
export SSH_PUBLIC_KEY=/path/to/other/ssh/public/key
57-
58-
The user to use for access is default Tiny Core Linux user ``tc``.
59-
This user has no password and has password-less ``sudo`` permissions.
60-
Installed SSH server is configured to disable Password authentication.
61-
6241
Access via console
6342
------------------
6443
If you need to use console access, passwords must be enabled there are a
@@ -112,15 +91,6 @@ Example:
11291
export DIB_DEV_USER_PASSWORD=PASSWORD
11392
ironic-python-agent-builder -o /path/to/custom-ipa -e devuser debian
11493
115-
tinyipa
116-
~~~~~~~
117-
118-
The image built with scripts provided in ``tinyipa`` folder
119-
of `Ironic Python Agent Builder <https://opendev.org/openstack/ironic-python-agent-builder>`_
120-
repository by default auto-logins the default
121-
Tiny Core Linux user ``tc`` to the console.
122-
This user has no password and has password-less ``sudo`` permissions.
123-
12494
How to pause the IPA for debugging
12595
----------------------------------
12696
When debugging issues with the IPA, in particular with cleaning, it may be

doc/source/install/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ Unlike most other python software, you must build or download an IPA ramdisk
99
image before use. This is because it's not installed in an operating system,
1010
but instead is run from within a ramdisk.
1111

12-
Two kinds of images are published on every commit from every branch of IPA:
13-
1412
* DIB_ images are suitable for production usage and can be downloaded from
1513
https://tarballs.openstack.org/ironic-python-agent/dib/files/.
16-
* TinyIPA_ images are suitable for CI and testing environments and can be
17-
downloaded from
18-
https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/.
1914

2015
If you need to build your own image, use the tools from the
2116
ironic-python-agent-builder_ project.
@@ -167,4 +162,3 @@ the documentation available at :doc:`Hardware Managers
167162

168163
.. _ironic-python-agent-builder: https://docs.openstack.org/ironic-python-agent-builder
169164
.. _DIB: https://docs.openstack.org/ironic-python-agent-builder/latest/admin/dib.html
170-
.. _TinyIPA: https://docs.openstack.org/ironic-python-agent-builder/latest/admin/tinyipa.html

0 commit comments

Comments
 (0)