-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds the x-pack directory and associated license files. It updates the packaging to produce two sets of binaries. And it updates the integration tests to be able to consume both the default artifacts and the OSS artifacts of other Elastic Stack products. There are some Makefile target changes for packaging. - `make package-all` - Creates two sets of artifacts -- ones with and without x-pack content. The dev-tools/deploy script will use this target. - `make package-oss` - Creates packages without Elastic X-Pack content. - `make package-elastic` - Creates packages with Elastic X-Pack content. - `make package` - Left unchanged in order to not affect libbeat users of this target. The code generators were updated to remove the x-pack folder upon initial creation. In the deb packages the license metadata has changed from "ASL 2.0" to "ASL-2.0" in compliance with https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-syntax. Update Docker testing environment to support oss and non-oss - For the ES/LS/Kibana images, download either the OSS package or the X-Pack package based on the IMAGE_FLAVOR variable (previously it was XPACK=1 or 0). - Must explicitly enable a X-Pack trial license in the ES image for testing with ML and Alerting. - Refactor the LS image to be closer to the elastic/logstash-docker repo. It now honors the IMAGE_FLAVOR variable.
- Loading branch information
1 parent
7db33f2
commit 017f955
Showing
39 changed files
with
706 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Copyright (c) 2012–2017 Elastic <http://www.elastic.co> | ||
Source code in this repository is variously licensed under the Apache License | ||
Version 2.0, an Apache compatible license, or the Elastic License. Outside of | ||
the "x-pack" folder, source code in a given file is licensed under the Apache | ||
License Version 2.0, unless otherwise noted at the beginning of the file or a | ||
LICENSE file present in the directory subtree declares a separate license. | ||
Within the "x-pack" folder, source code in a given file is licensed under the | ||
Elastic License, unless otherwise noted at the beginning of the file or a | ||
LICENSE file present in the directory subtree declares a separate license. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
The build produces two sets of binaries - one set that falls under the Elastic | ||
License and another set that falls under Apache License Version 2.0. The | ||
binaries that contain `-oss` in the artifact name are licensed under the Apache | ||
License Version 2.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.