Servers inventory and deployment application. ALPHA stage.
1.5K
Servers inventory & deployment solution
Currently deep-deep alpha state.

Currently there's the way to configure the agent via environment variables:
BOOTLOADER_URL - URL of bootloader-web instance, default is 'http://bootloader:8000/'BROKER_URL - URL of broker for celery, default is 'amqp://guest:guest@rabbitmq:5672//'DB_HOST - Hostname of PostgreSQL database to use for the app, default is 'postgresql'DB_NAME - Database name, default is 'postgres'DB_PASSWORD - Password to access the database, default is NoneDB_USER - Username to access the database, default is 'postgres'DEFAULT_THEME - Theme name to useGRAVATAR_PROXY - <true|false> - Enable or disable proxying gravatar requestsSSL_CERTIFICATE_CONTENTS - contents of SSL certificates to use for HTTPSSSL_ENABLE - <true|false> Enable SSL supportSSL_KEY_CONTENTS - contents of SSL private key to use for HTTPSSSL_SET_REDIRECT - <true|false> enables redirect from HTTP to HTTPSAll the releases and development versions are represented as docker images
docker pull teran/bootloader-web:0.0.1-alpha1
docker pull teran/bootloader-agent:0.0.1-alpha1
docker pull teran/bootloader-web:latest
docker pull teran/bootloader-agent:latest
Current project state: Alpha
Pending release number: 0.0.1-alpha2
All releases will be reflected as a git tag.
Build for bootloader components would mean corresponding docker images.
The most recent build is always tagged with latest no matter what version is it,
so it's just time-related tag.
Each branch have it's own tag, for master git-branch it's master tag in docker hub.
Eeach release gonna be tagged accordingly.
The most proper way for development purposes is to use :master docker tag.
For testing and/or production - tag describes particular version.
Update procedure between versions is not designed at the moment. But based on how application is developed it should work in proper way without any issues.
The most stable current API version: v1alpha1
The latest dev API version: v1alpha2
Any incompatible changes will be marked as dedicated API version.
Their main purpose is to be a trade off between stability and development speed. All of incompatible changes will be reflected in new version. Supported during current version lifecycle only.
Served for stabilization, i.e. fixes only are accepted. Supported during current application version lifecycle only.
A kind of LTS for API. Supported during two stable releases.
Normally it should work the following way:
v1alpha1 - the first initial version shows what could we need from API.
It will become v1alpha2 as only it would have incompatible changes, i.e.
new fields/removed fields or changed data types.
In addition the most recent version of Alpha API will be forked to v1beta1 on first alpha-release, and the most recent beta-version to stable on stable application release.
Legacy API versions could stay for some time for some reasons, but they are not going to be supported or verified for compatibility.
Python versions:
Django versions:
Celery versions:
PostgreSQL versions:
RabbitMQ versions:
This version list means bootloader-web tests against them but here are some "but":
bootloader is licenced under GPLv2 licence.
However some parts of the software uses third-party code, here's the list of JS libraries used in bootloader-web and their licenses:
Content type
Image
Digest
Size
36.9 MB
Last updated
over 8 years ago
docker pull teran/bootloader-web