Page MenuHomeSoftware Heritage

Prepare the debian 11 vagrant template
ClosedPublic

Authored by vsellier on Sep 9 2021, 3:13 PM.

Details

Summary

Need to change the way the puppet data is mounted inside the VM
because nfs on udp is disabled in the default bullseye kernel.
cf https://github.com/hashicorp/vagrant/issues/10345

Diff Detail

Repository
rSENV Puppet Environment
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 23504
Build 36667: arc lint + arc unit

Event Timeline

vsellier created this revision.
ardumont added inline comments.
Vagrantfile
22

to merge, it's the other way around (the comment must be inverted ;)

406–411

I don't see where the _mount_point_puppet is defined.
Did you open the diffs on the correct range of commits?

407

maybe mention that using the nfs_version 4 deactivates the udp use altogether?

Vagrantfile
406–411

it's defined line 398 ;)

lgtm

Vagrantfile
406–411

yes, i expected that to be a new stuff somehow ;)
sorry.

This revision is now accepted and ready to land.Sep 10 2021, 10:07 AM
  • fix the wrong box url
  • Explain the move to nfs v4
  • Explain the puppet directories hack
vsellier marked an inline comment as done.

rebase

This revision was automatically updated to reflect the committed changes.