sundries and proxies / staging: switch to new flatpak-indexer
Under the old setup, we ran 'reg' on sundries and then synced that content (in 3 rsyncs) to proxies. With this new setup, flatpak-indexer runs in openshift. It has a nfs volume where it writes it's output too. We rsync just that entire output directory to the proxies. This includes things like deltas. This commit should only affect staging, we will roll to production later. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b78fbabd71
commit
9116768e2a
5 changed files with 10 additions and 28 deletions
|
@ -192,7 +192,7 @@ hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.25
|
|||
|
||||
[registry-index]
|
||||
comment = registry-index
|
||||
path = /var/lib/reg-server/static/
|
||||
path = /srv/web/registry-index
|
||||
uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue