-
Notifications
You must be signed in to change notification settings - Fork 3
Nodes configuration
Silvio Montanari edited this page Jul 22, 2014
·
10 revisions
Each target node in your tests, and the data necessary to connect to it can be specified inline, directly in your specs. Alternatively, if you prefer to share configuration data between different nodes, you can use a yaml file.
Currently nodespec support the following ways to communicate to a target node:
- native: local, you run specs against your own host (i.e. no configuration required)
- ssh: for typical access to un*x like hosts
- winrm: for typical access to Windows based servers
- aws_ec2: to access Amazon EC2 instances.
- vagrant: to access any vagrant vm running on your host