Following user guide to create permit rule (ping) between them - failed:
$ glide rule add gcp vm-gcp --ping default.azure.vm-azure
Adding permit list rule
Error: failed to create resource: Request failed with status code 400: {"error":"rpc error: code = Unknown desc = unable to get peering cloud infos: permit list rule target must belong to a specific cloud if it's a private address"}
Usage:
glide rule add [<cloud> <resource name> | <tag>] [--rulefile <path to rule json file>] [--ping <tag>] [--ssh <tag>] [flags]
Flags:
-h, --help help for add
--ping string IP/tag to allow ping to
--rulefile string The file containing the rules to add
--ssh string IP/tag to allow SSH to
Whoops. There was an error while executing your command:
failed to create resource: Request failed with status code 400: {"error":"rpc error: code = Unknown desc = unable to get peering cloud infos: permit list rule target must belong to a specific cloud if it's a private address"}
Started up Paraglider with the following file:
glided startup paraglider_config.yaml
Created two VMs:
both created successfully.
Following user guide to create permit rule (ping) between them - failed:
I wonder if I am missing something. Thanks a lot.