-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package dom0 configuration as RPM #171
Comments
7 tasks
I am picking this up. Going through the current configs first for the same. |
kushaldas
added a commit
that referenced
this issue
Oct 26, 2018
Also updates the .gitignore file for adding spec files. Before publishing the actual RPM, we will have to fix #173
kushaldas
added a commit
that referenced
this issue
Nov 1, 2018
Also updates the .gitignore file for adding spec files. Before publishing the actual RPM, we will have to fix #173
conorsch
pushed a commit
that referenced
this issue
Apr 30, 2019
Also updates the .gitignore file for adding spec files. Before publishing the actual RPM, we will have to fix #173
conorsch
pushed a commit
that referenced
this issue
May 15, 2019
Also updates the .gitignore file for adding spec files. Before publishing the actual RPM, we will have to fix #173
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently provision the VMs for the SecureDrop Workstation via
Makefile
, shipped from this repository. That works fine for development, but is untenable for shipping updates to production instances in the wild (#24) over time. We should instead package the dom0 configuration items into an RPM package, for installation indom0
(tracking upstream updates).Over time we may rethink how we manage the VMs (#159). As of right now, however, the plan is to ship:
.top
and.sls
files) for VM managementThe RPM build logic can reside inside this repository. The admin tooling referenced in #51 should set up the dom0 yum repository for pooling in the Workstation-specific dom0 configs, which are then automatically updated over time (#24).
Related to #157, the RPM for the
qubes-template-securedrop-workstation
VM image.The text was updated successfully, but these errors were encountered: