-
Notifications
You must be signed in to change notification settings - Fork 390
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
'db_name' is undefined error in Vagrant up /roles/db/tasks/main.yml task #193
Comments
@jpmjpmjpm I think there are quite a few updates to get the repo working for 22.04. @autn would you be able to make a PR here next week with the changes you made to get it working on 22.04 so we can get them into this repo? |
@YPCrumble Thanks for your quick response. Do I understand well that the master branch of the repo is known to be currently broken? |
@jpmjpmjpm do you define |
I just used the master repo without any changes. |
@jpmjpmjpm just had a chance to look at this. It looks like I had updated the repo for Ubuntu 22.04, but I do know that my team has had to make quite a few updates to things like RabbitMQ configuration that they will likely be able to make a PR into this repo for this week. For your issue in particular, v2.0 of this repo is using Ansible's That's likely the source of your issue. I just made a PR to run our test suite every week; if that's passing then I believe the repo should be working as-is for Ubuntu 22.04. You could also check this issue but I thought I had solved this problem as long as the directory structure is up to date with Ansible's Let me know if none of this leads to the solution? |
Sorry for being late in responding! In fact, in the past, running the command Any idea how to solve that? I mean without forcing modifications to have a working tool form scratch? Thanks! |
Aiming at upgrading Ubuntu / python / Django and else, I'm back using this good playbook. However when running it 'as is' against a VM/Vagrant box, I got following error:
I imagine that the root cause is that
group_vars/vagrant/vars.yml
variables are not taken into account.However, I don't know why. Is there some specific thing that I have to manage on my side? Or is this a bug/regression? If the last point is true, then I can volunteer to fix it.
Thanks!
The text was updated successfully, but these errors were encountered: