aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/pod.yaml.sample
blob: aa5fddad93c1c09d79c9783fea529e05848dd5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Sample config file about the POD information is located under the dovetail project.
# https://github.com/opnfv/dovetail/blob/master/etc/userconfig/pod.yaml.sample
# On the top of the above template the node0 could be used, defining the role Host.
# After that the proper number of controller nodes should be defined and
# at the end the respective compute nodes.

nodes:
-
    # This can not be changed and must be node0.
    name: node0

    # This must be Host.
    role: Host

    # This is the instance IP of a node which has installed.
    ip: xx.xx.xx.xx

    # User name of the user of this node. This user **must** have sudo privileges.
    user: root

    # keyfile of the user.
    key_filename: /root/.ssh/id_rsa

-
    # This can not be changed and must be node1.
    name: node1

    # This must be controller.
    role: Controller

    # This is the instance IP of a controller node
    ip: xx.xx.xx.xx

    # User name of the user of this node. This user **must** have sudo privileges.
    user: root

    # keyfile of the user.
    key_filename: /root/.ssh/id_rsa

-
    # This can not be changed and must be node1.
    name: node2

    # This must be compute.
    role: Compute

    # This is the instance IP of a compute node
    ip: xx.xx.xx.xx

    # User name of the user of this node. This user **must** have sudo privileges.
    user: root

    # keyfile of the user.
    key_filename: /root/.ssh/id_rsa

    # Private ssh key for accessing the controller nodes. If there is not
    # a keyfile for that use, the password of the user could be used instead.
    # password: root