8cdff5d71f
The canonical location for the artifacts going on is tarballs.openstack.org/sahara-extra/, so fix the link to use that and also use https. Moreover, since the last tarball required for building images is available on tarballs.openstack.org, remove the last references to sahara-files for artifacts and documentation (the new location was used already for a while in few places). there are still few references to sahara-files, but they are all about CentOS6 which is no more supported by diskimage-builder, and should be removed separately. Change-Id: Iab5a4d50a0abc6ab278837b6a9efd5e30f31c44a |
||
---|---|---|
.. | ||
install.d | ||
root.d | ||
element-deps | ||
package-installs.yaml | ||
README.rst |
extjs
This element downloads extjs from its website, caching it so it is not downloaded every time, and optionally unpacking it.
Environment Variables
The element can be configured by exporting variables using a environment.d script.
- EXTJS_DESTINATION_DIR
-
- Required
-
Yes
- Description
-
The directory where to extract (or copy) extjs; must be an absolute directory within the image. The directory is created if not existing already.
- Example
-
EXTJS_DESTINATION_DIR=/usr/share/someapp
- EXTJS_DOWNLOAD_URL
-
- Required
-
No
- Default
-
https://tarballs.openstack.org/sahara-extra/dist/common-artifacts/ext-2.2.zip
- Description
-
The URL from where to download extjs.
- EXTJS_NO_UNPACK
-
- Required
-
No
- Default
-
unset
- Description
-
If set to 1, then the extjs tarball is simply copied to the location specified by
EXTJS_DESTINATION_DIR
.