Skip to content

Commit

Permalink
Ethanperry/update simulator configurations (#50)
Browse files Browse the repository at this point in the history
## Purpose
<!-- Describe the intention of the changes being proposed. What problem
does it solve or functionality does it add? -->

Change configuration of all industrial data simulator manifests so that
they work with the latest AIO version.
  • Loading branch information
ethanperry1 committed Jan 10, 2024
1 parent 514c5df commit a90f609
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 25 deletions.
22 changes: 0 additions & 22 deletions samples/industrial-data-simulator/configs/simple/config.yml

This file was deleted.

13 changes: 13 additions & 0 deletions samples/industrial-data-simulator/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,16 @@ spec:
type: ClusterIP
selector:
app: data-simulator
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,17 @@ spec:
name: prometheus
type: ClusterIP
selector:
app: data-simulator
app: data-simulator
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp
17 changes: 15 additions & 2 deletions samples/industrial-data-simulator/manifests/oee/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data:
logLevel: 1
simulation:
target:
host: localhost
host: aio-mq-dmqtt-frontend
port: 1883
sites:
- name: RLine1_1
Expand Down Expand Up @@ -577,4 +577,17 @@ spec:
name: prometheus
type: ClusterIP
selector:
app: data-simulator
app: data-simulator
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp
13 changes: 13 additions & 0 deletions samples/industrial-data-simulator/manifests/simple/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,16 @@ spec:
type: ClusterIP
selector:
app: data-simulator
---
apiVersion: mq.iotoperations.azure.com/v1beta1
kind: BrokerListener
metadata:
name: industrial-data-simulator-listener
namespace: azure-iot-operations
spec:
authenticationEnabled: false
authorizationEnabled: false
brokerRef: broker
port: 1883
serviceName: aio-mq-dmqtt-frontend
serviceType: clusterIp

0 comments on commit a90f609

Please sign in to comment.