switch-ch / jitsi-deploy

The ansible deployment scripts for the switch.ch/meet service (based on Jitsi). Multiple Jitis-Meet servers that share a pool of videobridges
88 stars 22 forks source link

raise exceptions.from_response(resp, method, url)\nkeystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) #2

Open ninetwozreo opened 4 years ago

ninetwozreo commented 4 years ago

raise exceptions.from_response(resp, method, url)\nkeystoneauth1.exceptions.http.Unauthorized: The request you have made requires authentication. (HTTP 401) when I try to exe the command ansible-playbook build_jibri_server.yml -D it come the exceptions, is there any suggests?

ninetwozreo commented 4 years ago

as I consider , I do not know how should I change the OS_AUTH_URL in openrc.sample or just not change it

jcfischer commented 4 years ago

You will need to use the openrc settings from the OpenStack installation you are using and then source it, before you deploy the servers.

ninetwozreo commented 4 years ago

so first of all ,I should have a OpenStack Runing.... Sorry, I misunderstood the doc.I did not have it installed ,I just test this on my local VMs .Maybe I should try OpenStack first, and thanks for your attention.

jcfischer commented 4 years ago

No!!! OpenStack is the virtualization cloud we are using. If you have running VMs, then use those (and build your VMs the way you normally would). The ansible scripts to build the VMs are very specific to our environment.

ninetwozreo commented 4 years ago

I just try to find a easy way to deploy the video-bridge and jibri on separate VMs to support more meet and recording avaliable ,and I found this , can this ansible scripts help me in that way (sorry for my english)

ninetwozreo commented 4 years ago

and what should I do if I want skip the problem

jcfischer commented 4 years ago

As soon as you have VMs you can use the other ansible scripts (ansible-playbook -i inventory/production main.yml to deploy the software. The setup is described here: https://github.com/jitsi/jitsi-meet/blob/master/doc/scalable-installation.md

As said there - you will have to have an understanding of how Jitsi works and a good amount of Linux Sysadmin knowledge

ninetwozreo commented 4 years ago

yes, jitsi is a new thing to me ,and thanks for your guidance ,I will try that

ninetwozreo commented 4 years ago

As soon as you have VMs you can use the other ansible scripts (ansible-playbook -i inventory/production main.yml to deploy the software. The setup is described here: https://github.com/jitsi/jitsi-meet/blob/master/doc/scalable-installation.md

As said there - you will have to have an understanding of how Jitsi works and a good amount of Linux Sysadmin knowledge

As I try to install jibri only , its seems that the jibri_enabled_servers did not define, may I ask where should I define this parameter and its format ?