Index: .gitignore =================================================================== diff -u -rf8d59f1691d5b6850d2fa59d5312c563a42f0d72 -rb5293a87eedbd911d5a42e29bddb9ba1eefbfd61 --- .gitignore (.../.gitignore) (revision f8d59f1691d5b6850d2fa59d5312c563a42f0d72) +++ .gitignore (.../.gitignore) (revision b5293a87eedbd911d5a42e29bddb9ba1eefbfd61) @@ -6,3 +6,7 @@ .idea/ + +*.py~ + +*.json~ Index: cloud_sync.py =================================================================== diff -u -rffd84be0e5792296879d1fa3c53a362bea6ae891 -rb5293a87eedbd911d5a42e29bddb9ba1eefbfd61 --- cloud_sync.py (.../cloud_sync.py) (revision ffd84be0e5792296879d1fa3c53a362bea6ae891) +++ cloud_sync.py (.../cloud_sync.py) (revision b5293a87eedbd911d5a42e29bddb9ba1eefbfd61) @@ -20,7 +20,7 @@ from cloudsync.utils.heartbeat import HeartBeatProvider from cloudsync.handlers.error import Error -VERSION = "0.4.8" +VERSION = "0.4.9" arguments = sys.argv log_level = int(arguments[1]) Fisheye: Tag b5293a87eedbd911d5a42e29bddb9ba1eefbfd61 refers to a dead (removed) revision in file `cloudsync/config/config-production-on-device.json.backup'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag b5293a87eedbd911d5a42e29bddb9ba1eefbfd61 refers to a dead (removed) revision in file `cloudsync/config/config.json'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag b5293a87eedbd911d5a42e29bddb9ba1eefbfd61 refers to a dead (removed) revision in file `cloudsync/config/config_INT.json'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag b5293a87eedbd911d5a42e29bddb9ba1eefbfd61 refers to a dead (removed) revision in file `cloudsync/config/config_PROD.json'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag b5293a87eedbd911d5a42e29bddb9ba1eefbfd61 refers to a dead (removed) revision in file `cloudsync/config/config_QA.json'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag b5293a87eedbd911d5a42e29bddb9ba1eefbfd61 refers to a dead (removed) revision in file `cloudsync/config/config_STAGING.json'. Fisheye: No comparison available. Pass `N' to diff? Index: cloudsync/config/config_integration.json =================================================================== diff -u --- cloudsync/config/config_integration.json (revision 0) +++ cloudsync/config/config_integration.json (revision b5293a87eedbd911d5a42e29bddb9ba1eefbfd61) @@ -0,0 +1,20 @@ +{ + "kebormed_paas": { + "idp_client_secret": "cccd502d-67d0-45e5-ab44-5e7b6119150b", + "url_mft": "", + "url_dcs": "https://device-api.diality.integration.kebormed.com", + "url_device_identity": "https://device-identity.diality.integration.kebormed.com:31400/auth/realms/Main/protocol/openid-connect/token", + "url_reachability": "https://healthcheck.diality.integration.kebormed.com/", + "dia_org_id": 1 + }, + "device": { + "ip": "", + "port": 80, + "name": "", + "hd_serial": "", + "dg_serial": "", + "sw_version": "", + "mode": "registration", + "device_state": "INACTIVE_NOT_OK" + } +} \ No newline at end of file Index: cloudsync/config/config_production.json =================================================================== diff -u --- cloudsync/config/config_production.json (revision 0) +++ cloudsync/config/config_production.json (revision b5293a87eedbd911d5a42e29bddb9ba1eefbfd61) @@ -0,0 +1,20 @@ +{ + "kebormed_paas": { + "idp_client_secret": "EDlyFbKBJTwlotUVxG08Rv9RSWpX8niL", + "url_mft": "", + "url_dcs": "https://device-api.moda-flx-connect.com", + "url_device_identity": "https://device-identity.moda-flx-connect.com/auth/realms/Main/protocol/openid-connect/token", + "url_reachability": "https://healthcheck.moda-flx-connect.com", + "dia_org_id": 1 + }, + "device": { + "ip": "", + "port": 80, + "name": "", + "hd_serial": "", + "dg_serial": "", + "sw_version": "", + "mode": "registration", + "device_state": "INACTIVE_NOT_OK" + } +} Index: cloudsync/config/config_quality.json =================================================================== diff -u --- cloudsync/config/config_quality.json (revision 0) +++ cloudsync/config/config_quality.json (revision b5293a87eedbd911d5a42e29bddb9ba1eefbfd61) @@ -0,0 +1,20 @@ +{ + "kebormed_paas": { + "idp_client_secret": "2F3cOmEvAe9NuTr63DaHwSXtIl0Njtx0", + "url_mft": "", + "url_dcs": "https://device-api.diality.qa.kebormed.com", + "url_device_identity": "https://device-identity.diality.qa.kebormed.com/auth/realms/Main/protocol/openid-connect/token", + "url_reachability": "https://healthcheck.diality.qa.kebormed.com/", + "dia_org_id": 1 + }, + "device": { + "ip": "", + "port": 80, + "name": "", + "hd_serial": "", + "dg_serial": "", + "sw_version": "", + "mode": "registration", + "device_state": "INACTIVE_NOT_OK" + } +} \ No newline at end of file Index: cloudsync/config/config_staging.json =================================================================== diff -u --- cloudsync/config/config_staging.json (revision 0) +++ cloudsync/config/config_staging.json (revision b5293a87eedbd911d5a42e29bddb9ba1eefbfd61) @@ -0,0 +1,20 @@ +{ + "kebormed_paas": { + "idp_client_secret": "NL2cn6eMyg2WLSB0nhfvbxvM79dvo3ta", + "url_mft": "", + "url_dcs": "https://device-api.diality.staging.kebormed.com", + "url_device_identity": "https://device-identity.diality.staging.kebormed.com/auth/realms/Main/protocol/openid-connect/token", + "url_reachability": "https://healthcheck.diality.staging.kebormed.com/", + "dia_org_id": 1 + }, + "device": { + "ip": "", + "port": 80, + "name": "", + "hd_serial": "", + "dg_serial": "", + "sw_version": "", + "mode": "registration", + "device_state": "INACTIVE_NOT_OK" + } +}