YannickB / odoo-hosting

Other
64 stars 50 forks source link

Clouder self-installation and autonomous #182

Open YannickB opened 7 years ago

YannickB commented 7 years ago

Currently deploying a Clouder is not so easy, at least one which it itself easily accessible through proxy and backuped reliably.

To give you an idea, on our main site we have a not backuped initialisation Clouder, which deploy and backup goclouder.net, which itself deploy and backup the others websites. We need to find a way for Clouder to be easier to deploy and autonomous.

Clouder itself shall be deployed through a simple one-line command. To achieve this we should

lasley commented 7 years ago

Are we considering server orchestration in this scope (docker, etc)? Or is this the deploy of the master Clouder controller server, basically an Odoo instance with the right modules and configs?

YannickB commented 7 years ago

Mainly 2nd I guess, this concern the easier deploy of the master Clouder controller server, but still using docker.

pasgou commented 7 years ago

For the first step, here is what I can purpose.

Please help to make it better

https://github.com/pasgou/Odoo_Docker_Clouder.git

pasgou commented 7 years ago

I have some trouble with https://github.com/pasgou/odoo-clouder.git branch master

It makes error in building and do not understand why (https://hub.docker.com/r/pasgou/odoo-clouder/builds/bvwxxywqfkzktp8xezwzmku/) Could you help me?

amon-ra commented 7 years ago

You dont have gcc installed, install build-essential package to see if it works.

pasgou commented 7 years ago

@amon-ra Resolved 👍

pasgou commented 7 years ago

About infrastructure deployment, did you read this : https://terraformbook.com/ And (official website) https://www.terraform.io/docs/index.html

Awesome

YannickB commented 7 years ago

I think discussion about terraform is off-topic, but it catch my attention earlier. What's really interesting is the fact that terraform is full CLI, it's more comparable to Docker Swarm than Kubernetes or Openshift and thus may be easier to integrate in Clouder.

Probably need a deeper look, but I'd like it to gain more momentum we don't hear of it that often yet.

Also : it may be a really interesting solution to improve the libcloud support to AWS/Google Engine/Azure etc... and may add a strong added value to Clouder, comparatively to Kubernetes/Openshift. I'm really gonna keep it in mind.

pasgou commented 7 years ago

Yes, I agree it's off-topic, but it was for information. Some people everywhere make great thinks. All go in the same way : make infracstructure management and deployment easier. You're all great people for this reason.

lasley commented 7 years ago

Terraform is a TIL for me. Looks sexy though, for sure.

pasgou commented 7 years ago

I found this in discovering https://www.katacoda.com/ Always have eyes open :-)