Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Upgrade Vagrant setup to support Ubuntu 22.04 LTS #465

Open CuriousLearner opened 1 year ago

CuriousLearner commented 1 year ago

Ubuntu 22.04 LTS is the latest AMI on AWS. Vagrant setup should be upgraded so that ansible deployments can be tested on vagrant without much parity with AWS.

Warlord77 commented 1 year ago

picking this up @CuriousLearner correct me if am wrong we need to update vagrant file used which can be found here https://github.com/Fueled/django-init/blob/main/%7B%7Bcookiecutter.github_repository%7D%7D/Vagrantfile ?

CuriousLearner commented 1 year ago

Hey @Warlord77 👋🏼

Yes, that is the correct file. After the upgrade, you'll have to test that ansible deployment works for a sample project generated through cookiecutter on vagrant box.

CuriousLearner commented 1 year ago

Hey @Warlord77 👋🏼

How is the work on this going on? Are you stuck anywhere? Is there something I can do to help you?