[research] ZOS core runs on ubuntu

Open
#1,977 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
20/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
linux, ubuntu

Research direction

No files or tests are named. Start by breaking the proposal into its listed areas: systemd units, Ubuntu package delivery, /var/cache use, network-stack ownership, kernel support, and testing. Done would require evidence that ZOS services can operate on Ubuntu across all of these areas.

Written by the indexing model from the issue text.

Description

type_feature

ZOS normally include a kernel, base image plus full zos services that takes care of the entire operation. The idea what have a tiny as compact as possible no install linux system that works simply by booting the kernel image.

This also means since the operation of ZOS is provided by normal services and daemon and many simple tools that we still can run these service on any linux system (say ubuntu) with some major changes (not ordered)

  • Services then need to have systemd unit files for auto-starting instead of the zos zinit process manger
  • Shipping the binaries via system packages, this way updates (and automated updates) are distributed via the apt system
  • No cache, since system already is installed zos will need to just use the current system installation directory /var/cache while this should work out of the box it need to be well tested
  • ZOS need to take over the entire network stack means uninstalling NetworkManager and/or systemd network daemons.
  • Verify that the default ubuntu kernel contains already all what we need
  • Lots and lots of testing
Dominant language
Go
Stars
95
Forks
22
Avg merge
2m
Merged PRs (30d)
4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from threefoldtech/zos

All issues in threefoldtech/zos

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.