diff --git a/qa/smoke-test-plugins-ssl/pom.xml b/qa/smoke-test-plugins-ssl/pom.xml
index 04439b2e639..48198b8cede 100644
--- a/qa/smoke-test-plugins-ssl/pom.xml
+++ b/qa/smoke-test-plugins-ssl/pom.xml
@@ -143,15 +143,7 @@
org.elasticsearch.plugin
- cloud-azure
- ${elasticsearch.version}
- zip
- true
-
-
-
- org.elasticsearch.plugin
- cloud-gce
+ discovery-gce
${elasticsearch.version}
zip
true
@@ -165,6 +157,14 @@
true
+
+ org.elasticsearch.plugin
+ discovery-azure
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
discovery-ec2
@@ -181,6 +181,22 @@
true
+
+ org.elasticsearch.plugin
+ lang-expression
+ ${elasticsearch.version}
+ zip
+ true
+
+
+
+ org.elasticsearch.plugin
+ lang-groovy
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
lang-javascript
@@ -213,6 +229,14 @@
true
+
+ org.elasticsearch.plugin
+ repository-azure
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
repository-s3
@@ -221,6 +245,14 @@
true
+
+ org.elasticsearch.plugin
+ store-smb
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
diff --git a/qa/smoke-test-plugins-ssl/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yaml b/qa/smoke-test-plugins-ssl/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yaml
index 44e3e2f5ea8..c1454200368 100644
--- a/qa/smoke-test-plugins-ssl/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yaml
+++ b/qa/smoke-test-plugins-ssl/rest-api-spec/test/smoke_test_plugins_ssl/10_basic.yaml
@@ -10,7 +10,7 @@
- do:
nodes.info: {}
- - match: { nodes.$master.plugins.13.name: license }
- - match: { nodes.$master.plugins.16.name: marvel-agent }
- - match: { nodes.$master.plugins.18.name: shield }
- - match: { nodes.$master.plugins.20.name: watcher }
+ - match: { nodes.$master.plugins.15.name: license }
+ - match: { nodes.$master.plugins.18.name: marvel-agent }
+ - match: { nodes.$master.plugins.21.name: shield }
+ - match: { nodes.$master.plugins.24.name: watcher }
diff --git a/qa/smoke-test-plugins/pom.xml b/qa/smoke-test-plugins/pom.xml
index 340aea0b702..2aefbadb5dd 100644
--- a/qa/smoke-test-plugins/pom.xml
+++ b/qa/smoke-test-plugins/pom.xml
@@ -141,15 +141,7 @@
org.elasticsearch.plugin
- cloud-azure
- ${elasticsearch.version}
- zip
- true
-
-
-
- org.elasticsearch.plugin
- cloud-gce
+ discovery-gce
${elasticsearch.version}
zip
true
@@ -163,6 +155,14 @@
true
+
+ org.elasticsearch.plugin
+ discovery-azure
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
discovery-ec2
@@ -179,6 +179,22 @@
true
+
+ org.elasticsearch.plugin
+ lang-expression
+ ${elasticsearch.version}
+ zip
+ true
+
+
+
+ org.elasticsearch.plugin
+ lang-groovy
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
lang-javascript
@@ -211,6 +227,14 @@
true
+
+ org.elasticsearch.plugin
+ repository-azure
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
repository-s3
@@ -219,6 +243,14 @@
true
+
+ org.elasticsearch.plugin
+ store-smb
+ ${elasticsearch.version}
+ zip
+ true
+
+
org.elasticsearch.plugin
diff --git a/qa/smoke-test-plugins/rest-api-spec/test/smoke_test_plugins/10_basic.yaml b/qa/smoke-test-plugins/rest-api-spec/test/smoke_test_plugins/10_basic.yaml
index 44e3e2f5ea8..c1454200368 100644
--- a/qa/smoke-test-plugins/rest-api-spec/test/smoke_test_plugins/10_basic.yaml
+++ b/qa/smoke-test-plugins/rest-api-spec/test/smoke_test_plugins/10_basic.yaml
@@ -10,7 +10,7 @@
- do:
nodes.info: {}
- - match: { nodes.$master.plugins.13.name: license }
- - match: { nodes.$master.plugins.16.name: marvel-agent }
- - match: { nodes.$master.plugins.18.name: shield }
- - match: { nodes.$master.plugins.20.name: watcher }
+ - match: { nodes.$master.plugins.15.name: license }
+ - match: { nodes.$master.plugins.18.name: marvel-agent }
+ - match: { nodes.$master.plugins.21.name: shield }
+ - match: { nodes.$master.plugins.24.name: watcher }