Specify that these tests are still using the oss package
This commit is contained in:
parent
c1b83a892f
commit
929a860fd3
3 changed files with 12 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
#expand to all available parameters
|
||||
- { role: elasticsearch, es_instance_name: "node1", es_data_dirs: ["/opt/elasticsearch/data-1","/opt/elasticsearch/data-2"], es_log_dir: "/opt/elasticsearch/logs", es_user_id: 333, es_group_id: 333, es_config: {node.name: "node1", cluster.name: "custom-cluster", discovery.zen.ping.unicast.hosts: "localhost:9301", http.port: 9201, transport.tcp.port: 9301, node.data: false, node.master: true, bootstrap.memory_lock: false } }
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: false
|
||||
es_templates: false
|
||||
es_version_lock: false
|
||||
|
|
@ -25,6 +27,8 @@
|
|||
#expand to all available parameters
|
||||
- { role: elasticsearch, es_instance_name: "node1", es_data_dirs: ["/opt/elasticsearch/data-1","/opt/elasticsearch/data-2"], es_log_dir: "/opt/elasticsearch/logs", es_user_id: 333, es_group_id: 333, es_config: {node.name: "node1", cluster.name: "custom-cluster", discovery.zen.ping.unicast.hosts: "localhost:9501", http.port: 9401, transport.tcp.port: 9501, node.data: true, node.master: true, bootstrap.memory_lock: true } }
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: false
|
||||
es_templates: false
|
||||
es_version_lock: false
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_heap_size: "1g"
|
||||
|
|
@ -19,6 +21,8 @@
|
|||
tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_heap_size: "1g"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
roles:
|
||||
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_heap_size: "1g"
|
||||
|
|
@ -22,6 +24,8 @@
|
|||
roles:
|
||||
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
|
||||
vars:
|
||||
es_enable_xpack: false
|
||||
es_package_name: "elasticsearch-oss"
|
||||
es_scripts: true
|
||||
es_templates: true
|
||||
es_heap_size: "1g"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue