You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a system by which a node installation ISO is generated from a set of locally-built packages. (//building/build-iso/generate.sh).
It should be possible to build an ISO easily -- for example, a new maintainer (or an existing maintainer with a new laptop) should easily be able to generate an ISO for installing additional nodes.
With the current system, you have to build all of the relevant helpers and packages locally, before you can generate the ISO. Since we're pushing all of our packages to a central debian repository (served via web.mit.edu, stored in AFS under /mit/hyades/debian/, and generated by //building/upload-debs/rebuild.sh) anyway, it should be possible to just fetch the packages from the repository, verify their signatures, and stick them into the ISO.
This will streamline the ISO generation process, which will shorten the time required to set up a new cluster or expand/repair an existing cluster.
The text was updated successfully, but these errors were encountered:
Also, changes to this script were made for DC4; you should consider rebasing your work against the HEAD of feature-ki-deployable before you submit a PR.
We have a system by which a node installation ISO is generated from a set of locally-built packages. (//building/build-iso/generate.sh).
It should be possible to build an ISO easily -- for example, a new maintainer (or an existing maintainer with a new laptop) should easily be able to generate an ISO for installing additional nodes.
With the current system, you have to build all of the relevant helpers and packages locally, before you can generate the ISO. Since we're pushing all of our packages to a central debian repository (served via web.mit.edu, stored in AFS under /mit/hyades/debian/, and generated by //building/upload-debs/rebuild.sh) anyway, it should be possible to just fetch the packages from the repository, verify their signatures, and stick them into the ISO.
This will streamline the ISO generation process, which will shorten the time required to set up a new cluster or expand/repair an existing cluster.
The text was updated successfully, but these errors were encountered: