The arvados-server
package includes a cloudtest
tool that checks compatibility between your Arvados configuration, your cloud driver, your cloud provider’s API, your cloud provider’s VM instances, and the worker image you use with the cloud dispatcher.
arvados-server cloudtest
performs the following steps:
This is an easy way to expose problems like these:
Before bringing up the arvados-dispatch-cloud
service for the first time, we recommend running cloudtest
to check your configuration:
$ arvados-server cloudtest -command "crunch-run --list"
Before updating your configuration to use a new VM image, we recommend running cloudtest
with the new image:
$ arvados-server cloudtest -image-id new_image_id -command "crunch-run --list"
After adding an instance type to your configuration, we recommend running cloudtest
with the new instance type:
$ arvados-server cloudtest -instance-type new_instance_type_name
For a full list of options, use the -help
flag:
$ arvados-server cloudtest -help
Usage:
-command string
Run an interactive shell command on the test instance when it boots
-config file
Site configuration file (default "/etc/arvados/config.yml")
-destroy-existing
Destroy any existing instances tagged with our InstanceSetID, instead of erroring out
-image-id string
Image ID to use when creating the test instance (if empty, use cluster config)
-instance-set-id value
InstanceSetID tag value to use on the test instance (default "cloudtest-user@hostname.example")
-instance-type string
Instance type to create (if empty, use cheapest type in config)
-pause-before-destroy
Prompt and wait before destroying the test instance
The content of this documentation is licensed under the
Creative
Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the
Apache License, Version 2.0.