`bundle exec rake spec_prep` errors out
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet-openstack-spec-helper |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Following instructions on the OpenStack Docs site for puppet testing [1], running `bundle exec rake spec_prep` errors out with
```
-------
| Install Modules |
-------
+ install_
+ '[' -d /home/zuul/
+ cat /home/jake/
+ install_all
+ r10k -v DEBUG puppetfile install --puppetfile /home/jake/
The git source https:/
```
I've traced the code to this commit [2]. I've asked about this in the IRC channel, the workaround is to do `export ZUUL_BRANCH=
Should this be fixed up, or should the documents reflect this workardoun?
By the way, this also affects other puppet modules that uses the same Gemfile, like puppet-nova.
[1]: https:/
[2]: https:/
This was already fixed by https:/ /review. opendev. org/c/openstack /puppet- openstack_ spec_helper/ +/775047