iiab / iiab-admin-console

GUI (Admin Console) to configure IIAB and install content
GNU General Public License v2.0
12 stars 16 forks source link

speedtest #526

Closed jvonau closed 1 year ago

jvonau commented 1 year ago

For discussion https://github.com/iiab/iiab/pull/3496

jvonau commented 1 year ago

From U-22.04 VM

2023-03-18 14:55:19,324 p=21948 u=root n=ansible | TASK [cmdsrv : Install packages for cmdsrv on python 3] ************************
2023-03-18 14:55:19,760 p=21948 u=root n=ansible | ok: [127.0.0.1] => (item=python3-systemd)
2023-03-18 14:55:22,824 p=21948 u=root n=ansible | changed: [127.0.0.1] => (item=python3-zmq)
2023-03-18 14:55:23,238 p=21948 u=root n=ansible | ok: [127.0.0.1] => (item=python3-yaml)
2023-03-18 14:55:26,245 p=21948 u=root n=ansible | changed: [127.0.0.1] => (item=python3-cracklib)
2023-03-18 14:55:28,611 p=21948 u=root n=ansible | changed: [127.0.0.1] => (item=python3-nacl)
2023-03-18 14:55:32,298 p=21948 u=root n=ansible | changed: [127.0.0.1] => (item=python3-bs4)
2023-03-18 14:55:32,718 p=21948 u=root n=ansible | ok: [127.0.0.1] => (item=python3-lxml)
2023-03-18 14:55:35,427 p=21948 u=root n=ansible | changed: [127.0.0.1] => (item=uuid)
2023-03-18 14:55:35,438 p=21948 u=root n=ansible | TASK [cmdsrv : Install speedtest-cli into virtual environment] *****************
2023-03-18 14:55:39,124 p=21948 u=root n=ansible | changed: [127.0.0.1]
2023-03-18 14:55:39,133 p=21948 u=root n=ansible | TASK [cmdsrv : Download piclone_cmd to /usr/sbin] ******************************
2023-03-18 14:55:39,143 p=21948 u=root n=ansible | skipping: [127.0.0.1]
2023-03-18 14:55:39,154 p=21948 u=root n=ansible | TASK [cmdsrv : Install rclone for wasabi] **************************************
tim-moody commented 1 year ago

looks OK to me if it has been tested

re: speedtest I took it off the menu when installer internet speeds were too slow for it. I left the install against a time when I might want to put it back on

jvonau commented 1 year ago

http://sprunge.us/P9ugMD?en contains https://github.com/iiab/iiab/pull/3494 using local_vars_none.yml as a base starting point with this PR at 1c2c3ddd9682373405553effcc960c0fea84421f so no python3-pip was ever installed. I didn't have the noted jinja issue as the package is already present on ubuntu but added the package in once I found where adm_lib.py was being installed to cover that issue as well.

ubuntu@box:/opt/iiab/iiab-admin-console$ apt list python3-pip
Listing... Done
python3-pip/jammy-updates,jammy-security 22.0.2+dfsg-1ubuntu0.2 all
N: There is 1 additional version. Please use the '-a' switch to see it

The above excerpt is from the test run, install runs fine but speedtest was not confirmed working as it's not being actively used.