PHRAS-1765 (#2398)

bump es to 2.3.3
This commit is contained in:
jygaulier
2018-01-10 15:09:30 +01:00
committed by GitHub
parent 215e47fb79
commit 6e89b93c7d
6 changed files with 18 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
---
elasticsearch_url: https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-{{ elasticsearch.version }}.deb
elasticsearch_url: https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/{{ elasticsearch.version }}/elasticsearch-{{ elasticsearch.version }}.deb

View File

@@ -36,7 +36,7 @@
sudo: yes
- name: Install plugins
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}/{{ item.version }}
shell: /usr/share/elasticsearch/bin/plugin install {{ item.name }}
when: not is_installed
with_items: "{{ elasticsearch.plugins }}"

View File

@@ -2,6 +2,9 @@
apt: pkg="php5.6-dev" state=present
when: php.pecl_packages is defined
- name: Update pecl chennel
shell: pecl channel-update pecl.php.net
- name: Install Package
shell: echo "\n\n\n\n\n\n\n\n\n" | pecl install {{ item.package }}
register: pecl_result

View File

@@ -20,6 +20,7 @@
apt: pkg={{ item }} state=latest allow_unauthenticated=yes
with_items:
- rabbitmq-server
- librabbitmq1
- librabbitmq-dev
- name: Enable management plugin

View File

@@ -50,9 +50,9 @@ mariadb:
elasticsearch:
install: '1'
port: '9200'
version: '1.7.3'
version: '2.3.3'
plugins:
- {name: 'elasticsearch/elasticsearch-analysis-icu', version: '2.7.0'}
- {name: 'analysis-icu'}
php:
install: '1'
ppa: php
@@ -76,8 +76,9 @@ php:
- 'php5.6-bcmath'
- 'php-pear'
pecl_packages:
- {name: zmq, package: zmq-beta}
- {name: amqp, package: amqp-1.4.0}
- {name: zmq, package: php-zmq}
- {name: amqp, package: amqp-1.9.3}
xdebug:
install: '1'
idekey: 'PHPSTORM'