Posts

The Foreman and puppet combination

Image
The Foreman & Puppet Contents What is Puppet What is Foreman Benefits of using both. Provisioning Demo. Puppet Puppet is configuration management tool that gives admins an approach to installing and configuring additional software that is relatively independent of the underlying operating system. The supported operating systems are the most popular Linux distributions, Unix, and now also Windows.   Foreman Known as a “complete server life cycle management tool,” Foreman arrived on the scene over 4 years ago and is supported by community-driven popularity and momentum. The open source project’s Github repository is actively maintained by a core team and supported by a legion of community volunteers and contributors. Foreman is also used in Linux distributions such as RDO and RHOS (Red Hat OpenStack distribution) two freely-available, community-supported distributions of OpenStack. 1)      Provisionin...

Django all auth setup from the scratch

Image
Django all auth setup from the scratch We need to setup the user management for our django application. I wonder if I can get the whole package that will manage all things about Users like Registration, Logins, Social signups etc. Luckily we got the django application which will do the same i.e  django-allauth . This app will provide so many functionalities as we need ready made. Some of them are listed below. User Signup of both local social accounts Email or Username logins E-mail address management like verification etc. Recover forgotten password Support with oauth2 Now follow the below simple steps to setup a django project with working allauth configurations. Install virtualenv so that our base system is not effected because of our R&D work with python modules 😁😁. Setup: To get started with setup we need two modules for our project , so install the below modules in our python virtual environment by executing the below command using pip . ...

About me ( kishore kumar netala )

Image
Hello there, My name is Kishore Kumar Netala and I am a software professional with many roles. Front End Developer Back End Developer Full Stack Developer Python Developer DevOps Engineer Java Developer I love programming and always do that. My Favorite  language is Python. I was a student of IIIT Nuzvid and that's the whole reason for my Skills. I have designed and implemented the django web application  rootjobs  and which is now live with the help of my colleague. I solved and participated some of the challenges in HackerEarth and my profile is  Kish38 . kishore kumar netala My GitHub URL :  kishore KoderPlace URL :  https://koderplace.com/users/4/kishore-kumar Only very few of my projects are in GitHub and I am maintaining private repos in GitLab and in  BitBucket as well. I started this blog to post some of my learnings of Python, Web Development, DevOps and also some cool stuff I found. I will start some series of v...