Rename SDN network template yml to yaml
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
1f58bb52cc
commit
5ba9d0db57
@ -57,7 +57,7 @@ def setup_resources():
|
||||
resources = vr.create('nodes', 'templates/nodes_with_transports.yaml', {"count": 2})
|
||||
nodes = [x for x in resources if x.name.startswith('node')]
|
||||
node1, node2 = nodes
|
||||
resources = vr.create('nodes_network', 'templates/nodes_network.yml', {"count": 2})
|
||||
resources = vr.create('nodes_network', 'templates/nodes_network.yaml', {"count": 2})
|
||||
nodes_sdn = [x for x in resources if x.name.startswith('node')]
|
||||
node1_sdn, node2_sdn = nodes_sdn
|
||||
|
||||
|
@ -5,7 +5,7 @@ resources:
|
||||
from: resources/transport_ssh
|
||||
values:
|
||||
ssh_user: 'vagrant'
|
||||
ssh_key: '/vagrant/.vagrant/machines/solar-dev{{i + 1}}/virtualbox/private_key'
|
||||
ssh_key: '/vagrant/.vagrant/machines/solar-dev{{i + 1}}/libvirt/private_key'
|
||||
- id: transports{{i}}
|
||||
from: resources/transports
|
||||
values:
|
||||
|
Loading…
Reference in New Issue
Block a user