Re: [SR-Users] Automating installation

2018-12-14 Thread Daniel-Constantin Mierla
2018 at 10:16 AM Samuel F. >>> >> <mailto:samuel_is_k...@hotmail.com>> wrote: >>> >>> We run Ansible with great success. We use Ansible to >>> provision the server and keep a

Re: [SR-Users] Automating installation

2018-12-13 Thread John Tuxies
gt;> >> On Fri, Nov 30, 2018 at 10:16 AM Samuel F. >> wrote: >> >> We run Ansible with great success. We use Ansible to provision the server >> and keep all Kamailio related code in a git-repo. Ansible has two tasks, >> (1) to provision the server accordin

Re: [SR-Users] Automating installation

2018-12-13 Thread Daniel-Constantin Mierla
t;> the server according to business security standards and >> all sub-deps, and (2) to update the server when new code >> is commited to the repo. >> >> On new code, it would then setup all dirs, restart >>

Re: [SR-Users] Automating installation

2018-12-12 Thread YAS0 CANER
la mailto:mico...@gmail.com>> Sent: Friday, November 30, 2018 08:26 To: Kamailio (SER) - Users Mailing List; Alex Balashov Subject: Re: [SR-Users] Automating installation On 29.11.18 22:53, Alex Balashov wrote: > On Thu, Nov 29, 2018 at 01:50:55PM -0800, Joel Serrano wrote: > >&

Re: [SR-Users] Automating installation

2018-12-12 Thread John Tuxies
r according to business security standards and > all sub-deps, and (2) to update the server when new code is commited to the > repo. > > On new code, it would then setup all dirs, restart Kamailio etc as needed. > > We use the same logic and setup for Asterisk and have been doing that in >

Re: [SR-Users] Automating installation

2018-12-12 Thread Serge S . Yuriev
een doing that in production for a few years without any issues whatsoever. Cheers, Samuel From: sr-users <sr-users-boun...@lists.kamailio.org> on behalf of Daniel-Constantin Mierla <mico...@gmail.com> Sent: Friday, November 30, 2018 08:26 To: Kamailio (SER) - Users Mailing Lis

Re: [SR-Users] Automating installation

2018-12-12 Thread Daniel-Constantin Mierla
> >>> We run Ansible with great success. We use Ansible to >>> provision the server and keep all Kamailio related >>> code in a git-repo. Ansible has two tasks, (1) to >>>

Re: [SR-Users] Automating installation

2018-12-12 Thread John Tuxies
Ansible with great success. We use Ansible to provision the >>>> server and keep all Kamailio related code in a git-repo. Ansible has two >>>> tasks, (1) to provision the server according to business security standards >>>> and all sub-deps, and (2) to update the server when

Re: [SR-Users] Automating installation

2018-12-12 Thread Daniel-Constantin Mierla
all dirs, restart >> Kamailio etc as needed. >> >> We use the same logic and setup for Asterisk and have >> been doing that in production for a few years without any >> issues whatsoever. >> >> Cheers, >>

Re: [SR-Users] Automating installation

2018-12-11 Thread John Tuxies
d to >>> the repo. >>> >>> On new code, it would then setup all dirs, restart Kamailio etc as >>> needed. >>> >>> We use the same logic and setup for Asterisk and have been doing that in >>> production for a few years without any issues wh

Re: [SR-Users] Automating installation

2018-12-11 Thread Daniel-Constantin Mierla
doing that in production for a few years without any issues > whatsoever. > > Cheers, > Samuel > > ------------ > *From:* sr-users <mailto:sr-users-boun...@lists.kamai

Re: [SR-Users] Automating installation

2018-12-11 Thread YAS0 CANER
of Daniel-Constantin Mierla mailto:mico...@gmail.com>> Sent: Friday, November 30, 2018 08:26 To: Kamailio (SER) - Users Mailing List; Alex Balashov Subject: Re: [SR-Users] Automating installation On 29.11.18 22:53, Alex Balashov wrote: > On Thu, Nov 29, 2018 at 01:50:55PM -0800, Joel S

Re: [SR-Users] Automating installation

2018-12-11 Thread John Tuxies
. >> >> We use the same logic and setup for Asterisk and have been doing that in >> production for a few years without any issues whatsoever. >> >> Cheers, >> Samuel >> ---------- >> *From:* sr-users on behalf of >> Daniel-Constantin Mierla &g

Re: [SR-Users] Automating installation

2018-11-30 Thread Samuel F .
Daniel-Constantin Mierla Sent: Friday, November 30, 2018 08:26 To: Kamailio (SER) - Users Mailing List; Alex Balashov Subject: Re: [SR-Users] Automating installation On 29.11.18 22:53, Alex Balashov wrote: > On Thu, Nov 29, 2018 at 01:50:55PM -0800, Joel Serrano wrote: > >> If it was

Re: [SR-Users] Automating installation

2018-11-29 Thread Daniel-Constantin Mierla
On 29.11.18 22:53, Alex Balashov wrote: > On Thu, Nov 29, 2018 at 01:50:55PM -0800, Joel Serrano wrote: > >> If it was me, I would handle everything with ansible, but that is just >> my tool of preference. > I'll add a vote for SaltStack, my preferred tool of choice. Did you start with it and sta

Re: [SR-Users] Automating installation

2018-11-29 Thread Daniel-Constantin Mierla
And for the records, the url http://deb.kamailio.org/kamailio52 can be used to install 5.2.x versions. But that still covers only kamailio and maybe that script was building the integration configs for both apps, it a large one ... Cheers, Daniel On 29.11.18 22:45, David Villasmil wrote: > Or yo

Re: [SR-Users] Automating installation

2018-11-29 Thread Alex Balashov
On Thu, Nov 29, 2018 at 01:50:55PM -0800, Joel Serrano wrote: > If it was me, I would handle everything with ansible, but that is just > my tool of preference. I'll add a vote for SaltStack, my preferred tool of choice. -- Alex Balashov | Principal | Evariste Systems LLC Tel: +1-706-510-6800 /

Re: [SR-Users] Automating installation

2018-11-29 Thread Joel Serrano
And I would not use a bash script nowadays with all the fancy stuff available for automation. If it was me, I would handle everything with ansible, but that is just my tool of preference. On Thu, Nov 29, 2018 at 1:47 PM David Villasmil < david.villasmil.w...@gmail.com> wrote: > Or you could just

Re: [SR-Users] Automating installation

2018-11-29 Thread David Villasmil
Or you could just: echo "deb http://deb.kamailio.org/kamailio51 jessie main" >> /etc/apt/sources.list echo "deb-src http://deb.kamailio.org/kamailio51 jessie main" >> /etc/apt/sources.list apt-get update && apt-get install kamailio* To install 5.1 On Thu, 29 Nov 2018 at 15:37, Daniel-Constantin M

Re: [SR-Users] Automating installation

2018-11-29 Thread Daniel-Constantin Mierla
Hello, it is very unlikely that someone is going to prepare an environment to test and fix that script. It is better that you describe when it gets stuck, what are the errors, etc ... and maybe someone can give you hints on how to solve it. On the other hand, it could be better to look for more a

[SR-Users] Automating installation

2018-11-29 Thread John Tuxies
Hi all. I am new to this and i would like some help please. I am looking to deploy Kamailio and Asterisk in my systems and i would like to automate the process. I have found a bash script but it it outdated from here: https://github.com/gurumelo/asteriskkamailio i did some changes and modifications