Révision bf9c3717
Ajouté par Remy Menard il y a plus de 12 ans
| IoTa-Installer/update-version.sh | ||
|---|---|---|
|
login = admin
|
||
|
password = admin
|
||
|
base_dn = dc=iota,dc=greyc,dc=fr
|
||
|
user_group = ou=users
|
||
|
user_id = uid
|
||
|
attribute_owner = ownerid
|
||
|
attribute_alias = aliasdn
|
||
|
url = ldap://localhost:389/
|
||
|
ldif_create = false
|
||
|
ldif_install = false
|
||
| ... | ... | |
|
rmi_port = 1099
|
||
|
install = false
|
||
|
|
||
|
[user]
|
||
|
name = user
|
||
|
repo = resources/user-${IOTA_VERSION}.war
|
||
|
url = http://localhost:8080/user
|
||
|
[ypsilon]
|
||
|
name = ypsilon
|
||
|
repo = resources/ypsilon-${IOTA_VERSION}.war
|
||
|
url = http://localhost:8080/ypsilon
|
||
|
install = false
|
||
|
|
||
|
[lambda]
|
||
|
name = lambda
|
||
|
repo = resources/lambda-${IOTA_VERSION}.war
|
||
|
install = false
|
||
|
|
||
|
[eta]
|
||
| ... | ... | |
|
name = ephi
|
||
|
repo = resources/epcis-phi-${IOTA_VERSION}.war
|
||
|
install = false
|
||
|
url = http://localhost:8080/ephi/
|
||
|
deploy_policies = true
|
||
|
url = https://localhost:8443/ephi/
|
||
|
|
||
|
[epcis_policies]
|
||
|
dir = /srv/epcis-policies/
|
||
| ... | ... | |
|
|
||
|
[sigma]
|
||
|
name = sigma
|
||
|
repo = resources/sigma-1.9-mock.war
|
||
|
repo = resources/sigma-${IOTA_VERSION}.war
|
||
|
install = True
|
||
|
url = http://localhost:8080/sigma/
|
||
|
|
||
| ... | ... | |
|
keypassword =
|
||
|
|
||
|
[cert]
|
||
|
keystore = /srv/keystore.p12
|
||
|
keystore = /srv/keystore.jks
|
||
|
p12_keystore = /srv/keystore.p12
|
||
|
jks_keystore = /srv/keystore.jks
|
||
|
pem_keystore = /srv/keystore.pem
|
||
|
password = store_pw
|
||
|
distinguished_name = CN=anonymous
|
||
|
keyalias = key
|
||
|
keypassword =
|
||
|
certfile = /srv/key.cert
|
||
|
truststore = /srv/truststore.jks
|
||
|
pem_truststore = /srv/truststore.pem
|
||
|
trustpassword = trust_pw
|
||
|
trust_keyalias = key
|
||
|
trust_keypassword =
|
||
|
create_keystore = True
|
||
|
create_certfile = True
|
||
|
create_truststore = True
|
||
|
create_truststore_pem = True
|
||
|
exportkeystore_tojks = True
|
||
|
exportkeystore_topem = True
|
||
|
|
||
|
EOS
|
||
|
|
||
| ... | ... | |
|
resources/dseta-server-*.war \
|
||
|
resources/epcilon-*.war \
|
||
|
resources/epcis-phi-*.war \
|
||
|
resources/user-*.war \
|
||
|
resources/ypsilon-*.war \
|
||
|
resources/eta-*.war \
|
||
|
resources/eta-callback-receiver-*.war \
|
||
|
resources/eta-callback-filter-*-bin-with-dependencies.tar.gz \
|
||
|
resources/eta-callback-sender-*-bin-with-dependencies.tar.gz \
|
||
|
resources/omega-*.war \
|
||
|
resources/sigma-*.war
|
||
|
resources/sigma-*.war \
|
||
|
resources/lambda-*.war
|
||
|
echo "Setting resources links ..."
|
||
|
ln -s ../../ALfA/ALfA-RMI/target/alfa-rmi-${IOTA_VERSION}-bin-with-dependencies.tar.gz \
|
||
|
../../DSeTa/DiscoveryPHI/target/discovery-phi-${IOTA_VERSION}.war \
|
||
| ... | ... | |
|
../../IoTa-DiscoveryWS/IoTa-DiscoveryWS/target/discovery-server-${IOTA_VERSION}.war \
|
||
|
../../EpcILoN/target/epcilon-${IOTA_VERSION}.war \
|
||
|
../../ETa/EpcisPHI/target/epcis-phi-${IOTA_VERSION}.war \
|
||
|
../../ETa/User/target/user-${IOTA_VERSION}.war \
|
||
|
../../YPSilon/YPSilon/target/ypsilon-${IOTA_VERSION}.war \
|
||
|
../../ETa/ETa/target/eta-${IOTA_VERSION}.war \
|
||
|
../../ETa/ETa-Callback/ETa-Callback-Receiver/target/eta-callback-receiver-${IOTA_VERSION}.war \
|
||
|
../../ETa/ETa-Callback/ETa-Callback-Filter/target/eta-callback-filter-${IOTA_VERSION}.war \
|
||
| ... | ... | |
|
../../ETa/ETa-Callback/ETa-Callback-Sender/target/eta-callback-sender-${IOTA_VERSION}-bin-with-dependencies.tar.gz \
|
||
|
../../OMeGa/OMeGa/target/omega-${IOTA_VERSION}.war \
|
||
|
../../SigMa/SigMa/target/sigma-${IOTA_VERSION}.war \
|
||
|
../../LaMBDa/target/lambda-${IOTA_VERSION}.war \
|
||
|
resources/
|
||
Formats disponibles : Unified diff
Version 1.99
- a few bugs fixed!
- new testing application to capture events
- new options to the command line to configure the public/private keys
for TLS and for signature
- new method more accurate than "traceEPC": the events are sorted by
EPCIS
- New options added to the command line
- user can be identified by alias, if the DN of his certificate is
incompatible with the LDAP directory
- new shell script to configure the LDAP directory (same
functionnalities as IoTa-Installer)
- installs and configures LaMBDa
- finer certificate mangagement
- EpcILoN correctly subscribe with TLS to ETa
- new figure for LaMBDa
- shows data flows between PHI and YPSilon
- sets DS and DSeTa in different schemas