filter gateway log
sudo podman logs -f piccolo-player-filtergateway
FilterGatewayManager init
Piccolod gateway listening on 0.0.0.0:47002
FilterGatewayManager successfully initialized
Received scenario handling request
Successfully handled scenario
Received scenario parameter: ScenarioParameter { action: 0, scenario: Scenario { apiVersion: "v1", kind: "Scenario", metadata: MetaData { name: "helloworld", labels: None, annotations: None }, spec: ScenarioSpec { condition: None, action: "update", target: "helloworld" }, status: None } }
DDSManager - Creating typed listener for topic ''Generated - Creating listener for type:
No conditions for scenario: helloworld
Received DDS data: topic=, value={}
Error in gRPC processor: Failed to trigger action: Status { code: NotFound, message: "Network key 'Network/helloworld' not found: invalid arguments: Key not found", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Wed, 06 Aug 2025 03:17:26 GMT", "content-length": "0"} }, source: None }
Received DDS data: topic=, value={}
action controller log
[ec2-user@HPC ~]$ sudo podman logs -f piccolo-player-actioncontroller
Starting ActionController...
Starting gRPC server on 0.0.0.0:47001
gRPC server started and listening
trigger_action in grpc receiver
trigger_action scenario: helloworld
trigger_manager_action in manager "helloworld"
api-server, statemanager no response.
Requirement: The helloworld pod is created according to the scenario.
filter gateway log
sudo podman logs -f piccolo-player-filtergateway
FilterGatewayManager init
Piccolod gateway listening on 0.0.0.0:47002
FilterGatewayManager successfully initialized
Received scenario handling request
Successfully handled scenario
Received scenario parameter: ScenarioParameter { action: 0, scenario: Scenario { apiVersion: "v1", kind: "Scenario", metadata: MetaData { name: "helloworld", labels: None, annotations: None }, spec: ScenarioSpec { condition: None, action: "update", target: "helloworld" }, status: None } }
DDSManager - Creating typed listener for topic ''Generated - Creating listener for type:
No conditions for scenario: helloworld
Received DDS data: topic=, value={}
Error in gRPC processor: Failed to trigger action: Status { code: NotFound, message: "Network key 'Network/helloworld' not found: invalid arguments: Key not found", metadata: MetadataMap { headers: {"content-type": "application/grpc", "date": "Wed, 06 Aug 2025 03:17:26 GMT", "content-length": "0"} }, source: None }
Received DDS data: topic=, value={}
action controller log
[ec2-user@HPC ~]$ sudo podman logs -f piccolo-player-actioncontroller
Starting ActionController...
Starting gRPC server on 0.0.0.0:47001
gRPC server started and listening
trigger_action in grpc receiver
trigger_action scenario: helloworld
trigger_manager_action in manager "helloworld"
api-server, statemanager no response.
Requirement: The helloworld pod is created according to the scenario.