sahara-image-elements/elements/extjs
Luigi Toscano a3833dcb57 Get files from tarballs.o.o if possible (extjs, policy)
Few artifacts are already available on tarballs.openstack.org; use
them instead of sahara-files (the others should be migrated as well).

Change-Id: I5151b43fab56a071793097dba72aca6e9fb19196
(cherry picked from commit 00f9124e3c)
2017-07-13 17:18:21 +02:00
..
install.d Get files from tarballs.o.o if possible (extjs, policy) 2017-07-13 17:18:21 +02:00
root.d Get files from tarballs.o.o if possible (extjs, policy) 2017-07-13 17:18:21 +02:00
README.rst Get files from tarballs.o.o if possible (extjs, policy) 2017-07-13 17:18:21 +02:00
element-deps New extjs element 2015-04-07 15:18:03 +02:00
package-installs.yaml New extjs element 2015-04-07 15:18:03 +02:00

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

http://tarballs.openstack.org/sahara/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.