-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Failed to add new OS support due to errors when vagrant up --provision
#288
Comments
Rerun vagrant gives different error messages.
|
Do you need to run every OS in the Vagrantfile just to generate facts for one new OS? Seems like there must be a better way. |
You can run just a single image via:
where the img_name is the bit in quotes after the In order to add facterdb facts for OpenEuler, you'll need to alter Vagrantfile and potentially the facts/get_facts.sh script. |
It usually doesn't make sense to try to rebuild all facts at once, so make users specify the machines they want. Helps clear up situations like voxpupuli#288
It usually doesn't make sense to try to rebuild all facts at once, so make users specify the machines they want. Helps clear up situations like voxpupuli#288
It usually doesn't make sense to try to rebuild all facts at once, so make users specify the machines they want. Helps clear up situations like voxpupuli#288
facterdb no longer supports Debian 10. Please reopen if this is an issue with a different OS. |
I'm trying to add OpenEuler 23 as a supported OS by Puppet. But I failed in
vagrant up --provision
when following instructions to add more OS facter into facterdb.voxpupuli/puppet-yum#322
I tried this on OpenEuler 22.03 (x86_64) + VirtualBox 6.1 + Vagrant 2.3.7 . Steps to reproduce this issue are:
git clone https://github.com/voxpupuli/facterdb.git
.cd facterdb/facts && vagrant up --provision
then get the following messages. Please find the full log file attached.vagrantlog.txt
The text was updated successfully, but these errors were encountered: