YannickB / odoo-hosting

Other
64 stars 50 forks source link

[ADD] clouder_template_elasticsearch: Provide Elastic #179

Closed lasley closed 7 years ago

lasley commented 7 years ago

This provides a base Elasticsearch 5.0 template.

The config file is pretty blank, but we can hit that in another ticket after I finish tuning it on my dev install.

Regarding the backups - we have to use another tool called Elasticdump. It's best to run that in a container of its own though, so I just added to the readme.

Did I miss anything else? I feel like I missed something.

codecov-io commented 7 years ago

Current coverage is 31.01% (diff: 37.03%)

Merging #179 into master will increase coverage by 0.02%

@@             master       #179   diff @@
==========================================
  Files            72         73     +1   
  Lines          5626       5653    +27   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1743       1753    +10   
- Misses         3883       3900    +17   
  Partials          0          0          

Powered by Codecov. Last update 5b44438...c868b64

lasley commented 7 years ago

@YannickB Alright this is good for a second review and possible merge.

I have another ticket open to add SSL between Elastic and the Proxy. That's dependent on the CA #180 though, so best to just leave as a task IMO.

Did I need to add any proxy configs, or are those all automatic assuming the use of the http tag on the port?

YannickB commented 7 years ago

OK LGTM.

The proxy will automatically use the http tag, so no configuration needed here.