forked from lets-fiware/FIWARE-Small-Bang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request lets-fiware#44 from fisuda/release/0.5.0
Release 0.5.0
- Loading branch information
Showing
43 changed files
with
232 additions
and
139 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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
#!/bin/bash | ||
|
||
# Use Cygnus sink (true or false) Default: false | ||
CYGNUS_MONGO= | ||
CYGNUS_MYSQL= | ||
CYGNUS_POSTGRES= | ||
CYGNUS_ELASTICSEARCH= | ||
|
||
# Set passowrd for database systems | ||
MYSQL_ROOT_PASSWORD= | ||
POSTGRES_PASSWORD= | ||
ELASTICSEARCH_PASSWORD= | ||
|
||
# Use STH-Comet (true or false) Default: false | ||
COMET= | ||
|
||
# Use Quantumleap (true or false) Default: false | ||
QUANTUMLEAP= | ||
|
||
# Use Perseo (true or false) Default: false | ||
PERSEO= | ||
|
||
# Use WireCloud (true or false) Default: false | ||
WIRECLOUD= | ||
|
||
# Use IoT Agent for UltraLight 2.0 (true or false) Default: false | ||
IOTAGENT_UL= | ||
|
||
# Use IoT Agent for JSON (true or false) Default: false | ||
IOTAGENT_JSON= | ||
|
||
# Specify transport protocol for IoT Agent (HTTP and/or MQTT) | ||
# Use HTTP (true or false) Default: true | ||
IOTAGENT_HTTP= | ||
|
||
# Use MQTT (true or false) Default: false | ||
IOTAGENT_MQTT= | ||
|
||
# Use node-red (true or false) Default: false | ||
NODE_RED= | ||
|
||
# Start containers (true or false) Default: true | ||
START_CONTAINER= |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Ubuntu 24.04 | ||
on: | ||
push: | ||
branches: | ||
- main | ||
- "*-next" | ||
pull_request: | ||
branches: | ||
- main | ||
- "*-next" | ||
|
||
jobs: | ||
setup-test: | ||
name: setup test | ||
|
||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Run setup test | ||
run: ./tests/script/setup_test.sh |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION=0.4.0 | ||
VERSION=0.5.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
Oops, something went wrong.