diff --git a/composefiles/swarm-fm-workflows.yml b/composefiles/swarm-fm-workflows.yml index dbb7b69..3daab17 100644 --- a/composefiles/swarm-fm-workflows.yml +++ b/composefiles/swarm-fm-workflows.yml @@ -15,7 +15,7 @@ x-logging: &logging_loki services: demo-workflows: - image: frinx/demo-workflows:1.9 + image: frinx/demo-workflows:latest logging: *logging_loki environment: - UNICONFIG_URL_BASE=https://uniconfig:8181/rests @@ -37,7 +37,7 @@ services: replicas: 1 sample-topology: - image: frinx/sample-topology:1.9 + image: frinx/sample-topology:latest logging: *logging_loki environment: - DOCKER_GWBRIDGE_IP=${DOCKER_GWBRIDGE_IP} diff --git a/demo-workflows/workflows/Uniconfig_policy_filter_XR.json b/demo-workflows/workflows/Uniconfig_policy_filter_XR.json index 5a5cc5c..b2afa4a 100644 --- a/demo-workflows/workflows/Uniconfig_policy_filter_XR.json +++ b/demo-workflows/workflows/Uniconfig_policy_filter_XR.json @@ -46,7 +46,7 @@ "taskReferenceName": "UNICONFIG_read_structured_device_dataRefName_8xGO", "inputParameters": { "device_id": "${workflow.input.device_id}", - "uri": "${workflow.input.URI}" + "uri": "${workflow.input.uri}" }, "type": "SIMPLE", "decisionCases": {}, @@ -133,7 +133,9 @@ "loopOver": [] } ], - "inputParameters": [], + "inputParameters": [ + "{\"device_id\":{\"value\":\"IOSXR\",\"description\":\"Device/node to be configured\",\"type\":\"string\"},\"uri\":{\"value\":\"\",\"description\":\"URI that will be searched. Leave blank unless specifically needed\",\"type\":\"string\"},\"Description\":{\"value\":\"test map description\",\"description\":\"Description of interface that will be filtered. Policy-map will be applied to interface with matching description.\",\"type\":\"string\"},\"Policy_map_name\":{\"value\":\"test_map\",\"description\":\"Policy map that should be applied to interface that fits the criteria\",\"type\":\"string\"}}" + ], "outputParameters": {}, "schemaVersion": 2, "restartable": true,