Page 1 of 1

Package Request for Vicibox

PostPosted: Tue Nov 10, 2020 5:16 pm
by covarrubiasgg
Dear Kumba :

First thing first, you are amazing, your work is incredible. I have tested all version since Vicibox Redux to Vicibox 9.0.3 and it is incredible how easy is now to deploy and manage an entire cluster. Thanks

Maybe this request is silly, but I provision my servers using Ansible and I need to install python-xml on every box. Is there any chance you can include python-xml out of the box for 9.0.4 or whatever version next release is (maybe 9.1) :shock:?

Other thing I need to do in order to prepare the server to fully manage from Ansible it to change python2.7 to python3.6 as default.

I feel unworthy of this request but my mom use to say "El que no habla dios no lo oye" (He who does not speak God does not hear )

Re: Package Request for Vicibox

PostPosted: Tue Nov 10, 2020 6:26 pm
by carpenox
that should be easy enough to create using a bash script.

Re: Package Request for Vicibox

PostPosted: Wed Nov 11, 2020 1:29 am
by covarrubiasgg
I know, I'm lazy, it's not that hard

Code: Select all
zypper in python-xml
rm /usr/bin/python
ln -s /usr/bin/python /usr/bin/python3.6


But the point of using Ansible is to avoid manual configurations :oops: :oops: :oops:

Re: Package Request for Vicibox

PostPosted: Wed Nov 11, 2020 8:06 am
by carpenox
lol i get it, i am always trying to find more ways to automate certain processes...

Re: Package Request for Vicibox

PostPosted: Thu Nov 19, 2020 4:15 am
by Kumba
The only python requirement I can think of in ViciBox v.9 is the certbot stuff. I've added python-xml to the build so that will be included in 9.0.4 but I would need to test certbot and all that to make sure nothing breaks. As long as that works, I don't see an issue with defaulting the install to python 3.6.

Re: Package Request for Vicibox

PostPosted: Fri Nov 20, 2020 5:05 pm
by covarrubiasgg
Kumba wrote:The only python requirement I can think of in ViciBox v.9 is the certbot stuff. I've added python-xml to the build so that will be included in 9.0.4 but I would need to test certbot and all that to make sure nothing breaks. As long as that works, I don't see an issue with defaulting the install to python 3.6.


I have been using vicibox-certbot with Python3.6 as default for a couple of months without issue, i hope your tests run smooth :)

Thank you so much :D