Actions
Config migration key mapping » History » Revision 2
« Previous |
Revision 2/7
(diff)
| Next »
Peter Amstutz, 01/23/2019 06:07 PM
Config migration key mapping¶
cc = Clusters/[ClusterID]
Existing key | New key | Notes |
---|---|---|
uuid_prefix | Clusters/[ClusterID] | |
secret_token | cc/RailsSessionSecretToken | |
sso_app_secret | cc/SSO/app_secret | |
sso_app_id | cc/SSO/app_id | |
sso_provider_url | cc/SSO/provider_url | |
workbench_address | construct URL from [node] and cc/NodeProfiles/[node]/arvados-workbench/Listen | Could also have a field "Address" for the advertised URL |
websocket_address | construct URL from [node] and cc/NodeProfiles/[node]/arvados-ws/Listen | |
websocket_max_connections | cc/WebSocket/MaxConnections | |
websocket_max_notify_backlog | cc/WebSocket/MaxNotifyBacklog | |
websocket_max_filters | cc/WebSocket/MaxFilters | |
git_repositories_dir | cc/Git/RepositoriesDir | |
git_internal_dir | cc/Git/InternalDir | |
git_repo_ssh_base | cc/Git/SSHBase | |
git_repo_https_base | cc/Git/RepoHTTPSBase | |
host | cc/NodeProfiles/[node]/arvados-api-server/Address | |
port | cc/NodeProfiles/[node]/arvados-api-server/Address | |
protocol | cc/NodeProfiles/[node]/arvados-api-server/Address | |
auto_setup_new_users | cc/Users/AutoSetupNewUsers | |
auto_setup_new_users_with_vm_uuid | cc/Users/AutoSetupNewUsersWithVmUUID | |
auto_setup_new_users_with_repository | cc/Users/AutoSetupNewUsersWithRepository | |
auto_setup_name_blacklist | cc/Users/AutoSetupUsernameBlacklist | |
new_users_are_active | cc/Users/NewUsersAreActive | |
auto_admin_user | cc/Users/AutoAdminUserWithEmail | |
auto_admin_first_user | cc/Users/AutoAdminFirstUser | |
user_profile_notification_address | cc/Email/UserProfileNotificationAddress | |
admin_notifier_email_from | cc/Email/AdminNotifierEmailFrom | |
email_subject_prefix | cc/Email/EmailSubjectPrefix | |
user_notifier_email_from | cc/Email/UserNotifierEmailFrom | |
new_user_notification_recipients | cc/Email/NewUserNotificationRecipients | |
new_inactive_user_notification_recipients | cc/Email/NewInactiveUserNotificationRecipients | |
blob_signing_key | cc/Keep/BlobSigningKey | |
blob_signature_ttl | cc/Keep/BlobSignatureTTL | |
max_request_log_params_size | cc/RequestLimits/MaxRequestLogParamsSize | |
max_request_size | cc/RequestLimits/MaxRequestSize | |
max_index_database_read | cc/RequestLimits/MaxIndexDatabaseRead | |
max_items_per_response | cc/RequestLimits/MaxItemsPerResponse | |
trash_sweep_interval | cc/Cleaning/TrashSweepInterval | |
clean_job_log_rows_after | cc/Cleaning/CleanJobLogRowsAfter | |
clean_container_log_rows_after | cc/Cleaning/CleanContainerLogRowsAfter | |
max_audit_log_age | cc/Cleaning/MaxAuditLogAge | |
max_audit_log_delete_batch | cc/Cleaning/MaxAuditLogDeleteBatch | |
default_collection_replication | cc/CollectionDefaults/CollectionReplication | |
default_trash_lifetime | cc/CollectionDefaults/TrashLifetime | |
max_compute_nodes | cc/Crunch/MaxComputeNodes | |
crunch_log_bytes_per_event | cc/Crunch/LogBytesPerEvent | |
crunch_log_seconds_between_events | cc/Crunch/LogSecondsBetweenEvents | |
crunch_log_throttle_period | cc/Crunch/LogThrottlePeriod | |
crunch_log_throttle_bytes | cc/Crunch/LogThrottleBytes | |
crunch_log_throttle_lines | cc/Crunch/LogThrottleLines | |
crunch_limit_log_bytes_per_job | cc/Crunch/LimitLogBytesPerJob | |
crunch_log_partial_line_throttle_period | cc/Crunch/LogPartialLineThrottlePeriod | |
crunch_log_update_period | cc/Crunch/LogUpdatePeriod | |
crunch_log_update_size | cc/Crunch/LogUpdateSize | |
unlogged_attributes | cc/UnloggedAttributes | |
disable_api_methods | cc/DisableAPIMethods | |
enable_legacy_jobs_api | cc/Crunch/EnableLegacyJobsAPI | |
preemptible_instances | cc/Crunch/PreemptibleInstances | |
default_docker_image_for_jobs | cc/Crunch/DefaultDockerImageForJobs | |
docker_image_formats | cc/Crunch/SupportedDockerImageFormats | |
crunch_job_wrapper | cc/Crunch/v1/CrunchJobWrapper | |
crunch_job_user | cc/Crunch/v1/CrunchJobUser | |
crunch_refresh_trigger | cc/Crunch/v1/CrunchRefreshTrigger | |
dns_server_conf_dir | cc/Crunch/DNSServerConfDir | |
dns_server_conf_template | cc/Crunch/DNSServerConfTemplate | |
dns_server_reload_command | cc/Crunch/DNSServerReloadCommand | |
dns_server_update_command | cc/Crunch/DNSServerUpdateCommand | |
compute_node_domain | cc/Crunch/ComputeNodeDomain | |
compute_node_nameservers | cc/Crunch/ComputeNodeNameservers | |
assign_node_hostname | cc/Crunch/AssignNodeHostname | |
log_reuse_decisions | cc/Crunch/LogReuseDecisions | |
reuse_job_if_outputs_differ | cc/Crunch/ReuseJobIfOutputsDiffer |
Updated by Peter Amstutz almost 6 years ago · 7 revisions