diff --git a/deployments/template-ixia-c-config.yaml b/deployments/template-ixia-c-config.yaml new file mode 100644 index 0000000..fe629b6 --- /dev/null +++ b/deployments/template-ixia-c-config.yaml @@ -0,0 +1,35 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: ixiatg-release-config + namespace: ixiatg-op-system +data: + versions: | + { + "release": "local", + "images": [ + { + "name": "controller", + "path": "$(configq .images[0].path)", + "tag": "$(configq .images[0].tag)", + "env": { + "TRACE": "true" + } + }, + { + "name": "gnmi-server", + "path": "$(configq .images[1].path)", + "tag": "$(configq .images[1].tag)", + }, + { + "name": "traffic-engine", + "path": "$(configq .images[2].path)", + "tag": "$(configq .images[2].tag)", + }, + { + "name": "protocol-engine", + "path": "$(configq .images[3].path)", + "tag": "$(configq .images[3].tag)", + } + ] + } \ No newline at end of file