Slides about SaltStack
Tue 03 December 2013
Update I gave a talk with Simon Robson at Beercamp in Chiang Mai, Thailand on 12 Dec 2013. We compared Salt and Ansible. Here are my slides.
Category: Infrastructure Tagged: salt saltstack slides talk
Update I gave a talk with Simon Robson at Beercamp in Chiang Mai, Thailand on 12 Dec 2013. We compared Salt and Ansible. Here are my slides.
Category: Infrastructure Tagged: salt saltstack slides talk
Eventually you will need to deploy project, but deployment was not considered in the previous post. Let's find it out.
Server configuration is different from local, thus environments will be needed (at least production prod and development dev). Salt uses base environment by default.
Environments are set in minion.conf …
Category: Infrastructure Tagged: python django vagrant salt saltstack
Read MoreLet's use Messaging System as an example of Django project. I want it to run in VirtualBox which is managed by Vagrant. Infrastructure management is provided by SaltStack.
I advise you to create separate folder for repositories (currently there is only one) of project and clone Messaging System there. Also …
Category: Infrastructure Tagged: python django vagrant salt saltstack
Read More