CI Integration for KVMforNFV
[kvmfornfv.git] / tests / pod.yaml
1 ---
2 # sample config file about the POD information, including the
3 # name/IP/user/ssh key
4 #
5 # The options of this config file include:
6 # name: the name of this node
7 # role: node's role, support role: Master/Controller/Comupte/BareMetal
8 # ip: the node's IP address
9 # user: the username for login
10 # key_filename:the path of the private key file for login
11
12 nodes:
13 -
14     name: kvm
15     role: Controller
16     ip: 10.2.117.23
17     user: root
18     key_filename: /root/.ssh/id_rsa