Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
OTA-2488: Move Managed and Virtual secondaries out of Uptane namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
Mike Sul committed Jul 1, 2019
1 parent 5146f19 commit f8db802
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 1,062 deletions.
3 changes: 0 additions & 3 deletions config/sota-local.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
provision_path = "credentials.zip"
primary_ecu_hardware_id = "local-fake"

[uptane]
secondary_configs_dir = "secondary_configs"

[logger]
loglevel = 1

Expand Down
3 changes: 0 additions & 3 deletions config/sota-ubuntu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
provision_path = "/var/sota/sota_provisioning_credentials.zip"
primary_ecu_hardware_id = "ubuntu"

[uptane]
secondary_configs_dir = "/usr/lib/sota/secondaries"

[storage]
type = "sqlite"

Expand Down
1 change: 0 additions & 1 deletion docs/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Options for Uptane.
| `repo_server` | | Image repository server URL. If empty, set to `tls.server` with `/repo` appended.
| `key_source` | `"file"` | Where to read the device's private key from. Options: `"file"`, `"pkcs11"`.
| `key_type` | `"RSA2048"` | Type of cryptographic keys to use. Options: `"ED25519"`, `"RSA2048"`, `"RSA3072"` or `"RSA4096"`.
| `secondary_configs_dir` | `""` | Directory containing individual secondary json configuration files. Example here: link:{aktualizr-github-url}/config/secondary/virtualsec.json[]. This is currently only used for virtual secondaries and will be soon replaced entirely by `secondary_configs_file`.
| `secondary_config_file` | `""` | A path to a json file containing configuration of Secondary ECU(s) to be registered with the primary. Example here: link:{aktualizr-github-url}/config/posix-secondary-config.json[].
| `force_install_completion`| false | Forces installation completion. Causes a system reboot in case of an ostree package manager. Emulates a reboot in case of a fake package manager.
|==========================================================================================
Expand Down
Loading

0 comments on commit f8db802

Please sign in to comment.