Skip to content
Snippets Groups Projects
Commit 39dee82d authored by PabloArmingolRobles's avatar PabloArmingolRobles
Browse files

Merge branch 'feat/device-oc-acl-candidate' of...

Merge branch 'feat/device-oc-acl-candidate' of https://gitlab.com/teraflow-h2020/controller into feat/device-oc-acl-candidate
parents b596c12e bc601571
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!4Compute component:
...@@ -404,4 +404,3 @@ class OpenConfigDriver(_Driver): ...@@ -404,4 +404,3 @@ class OpenConfigDriver(_Driver):
return return
if sample is None: continue if sample is None: continue
yield sample yield sample
\ No newline at end of file
...@@ -16,7 +16,7 @@ import json, logging, lxml.etree as ET, re ...@@ -16,7 +16,7 @@ import json, logging, lxml.etree as ET, re
from typing import Any, Dict from typing import Any, Dict
from jinja2 import Environment, PackageLoader, select_autoescape from jinja2 import Environment, PackageLoader, select_autoescape
from device.service.driver_api._Driver import ( from device.service.driver_api._Driver import (
RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES, RESOURCE_ROUTING_POLICIES,RESOURCE_ACL) RESOURCE_ENDPOINTS, RESOURCE_INTERFACES, RESOURCE_NETWORK_INSTANCES, RESOURCE_ROUTING_POLICIES, RESOURCE_ACL)
from .EndPoints import parse as parse_endpoints from .EndPoints import parse as parse_endpoints
from .Interfaces import parse as parse_interfaces, parse_counters from .Interfaces import parse as parse_interfaces, parse_counters
from .NetworkInstances import parse as parse_network_instances from .NetworkInstances import parse as parse_network_instances
......
...@@ -28,7 +28,7 @@ DEVICE_OC = json_device_packetrouter_disabled(DEVICE_OC_UUID) ...@@ -28,7 +28,7 @@ DEVICE_OC = json_device_packetrouter_disabled(DEVICE_OC_UUID)
DEVICE_OC_CONNECT_RULES = json_device_connect_rules(DEVICE_OC_ADDRESS, DEVICE_OC_PORT, { DEVICE_OC_CONNECT_RULES = json_device_connect_rules(DEVICE_OC_ADDRESS, DEVICE_OC_PORT, {
'username' : DEVICE_OC_USERNAME, 'username' : DEVICE_OC_USERNAME,
'password' : DEVICE_OC_PASSWORD, 'password' : DEVICE_OC_PASSWORD,
'force_running' : True, 'force_running' : False,
'hostkey_verify' : True, 'hostkey_verify' : True,
'look_for_keys' : True, 'look_for_keys' : True,
'allow_agent' : True, 'allow_agent' : True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment