CloudLearn v1.2.3
The appliance is now reachable at http://vyomi.local:9000/ — no more pasting bridged Multipass IPs into a browser. Hostname resolution uses standard mDNS (Bonjour on macOS, avahi on Linux, native mDNS on Windows 10 1809+) so it works on any local network that doesn't actively block multicast, with zero /etc/hosts modification.
Added
- cloud-init.yaml now installs
avahi-daemon+libnss-mdns, sets the VM hostname tovyomi, patches/etc/nsswitch.confto query mDNS, and enables the avahi service. A freshcloud-learn upmakesvyomi.localresolvable from the host within seconds of boot. ensure_vyomi_mdns_active()runs on everycloud-learn upand idempotently brings legacy VMs (launched before v1.2.3) up to the same state. Fast no-op (~50 ms) when avahi is already publishing; ~30s one-time fix-up otherwise. Bounded by a 60s wall-clock cap so it can never hang the launcher.print_url_banner()probesvyomi.local:9000/healthzand prefers the hostname URL when reachable. The bridged IP is always shown as a fallback so users on multicast-blocked networks (corporate, some VPNs) still have a copy-pasteable URL.- Phase 8 status output now shows both URLs as soon as the VM IP is known, so the user can open either in a browser while the health check is still polling.
Fixed
- The portal
/installpage's hero subtitle previously claimed all paths land onhttp://localhost:9000— accurate only for Docker Compose. Now the copy distinguishes the Multipass-based paths (Brew/.deb/.rpm/Scoop →http://vyomi.local:9000) from Compose (stillhttp://localhost:9000). The "After install" block has the same fix. - Per-method comment examples in
install_catalog.pyswappedhttp://192.168.x.x:9000forhttp://vyomi.local:9000, matching what the launcher actually prints.
Operational notes
- Networks that block multicast (corporate switches with IGMP snooping misconfigured, some hotel WiFi, certain VPN clients) will fail mDNS resolution. The launcher's URL banner shows the IP fallback for exactly this case.
- Linux server installs without
libnss-mdnson the HOST won't resolvevyomi.localfrom that host either —apt install libnss-mdnsonce on the host and it works. Default on Ubuntu desktop, Fedora, Debian with the standard meta-packages. - Windows users on Windows 10 builds older than 1809 (October 2018 Update) need Apple Bonjour Print Services installed, or they should use the IP fallback.
Artifacts
- SHA256SUMS
- cloud-learn-0.1.0.tar.gz
- cloud-learn-1.2.3-1.noarch.rpm
- cloud-learn-1.2.3.tar.gz
- cloud-learn_1.2.3_all.deb
Docker image: docker pull gansudkum/cloud-learn:1.2.3
Install: curl -fsSL https://raw.githubusercontent.com/sudhirkumarganti/cloud-learn/main/install.sh | bash
SHA256 checksums: see SHA256SUMS in attached artifacts.