Skip to content

Commit

Permalink
replace all references of ixia-c-operator with keng-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr committed Oct 19, 2023
1 parent da40880 commit 16ea240
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 90 deletions.
2 changes: 1 addition & 1 deletion cloudbuild/vendors/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ controllers:
- kind: IxiaTG
spec:
operator: ../../manifests/keysight/ixiatg-operator.yaml
configMap: ../../manifests/keysight/ixiatg-configmap-unlicensed.yaml
configMap: ../../manifests/keysight/ixiatg-configmap.yaml
- kind: SRLinux
spec:
operator: ../../manifests/controllers/srlinux/manifest.yaml
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ func (i *IxiaTGSpec) Deploy(ctx context.Context) error {
}

if i.ConfigMap == "" && i.ConfigMapData == nil {
log.Warningf("IxiaTG controller deployed without configmap, before creating a topology with ixia-c be sure to create a configmap following https://github.com/open-traffic-generator/ixia-c-operator#ixia-c-operator and apply it using 'kubectl apply -f ixiatg-configmap.yaml'")
log.Warningf("IxiaTG controller deployed without configmap, before creating a topology with ixia-c be sure to create a configmap following https://github.com/open-traffic-generator/keng-operator#keng-operator and apply it using 'kubectl apply -f ixiatg-configmap.yaml'")
return nil
}
if i.ConfigMapData != nil {
Expand Down
36 changes: 0 additions & 36 deletions deploy/kne/kind-bridge-unlicensed.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/create_topology.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ kubectl delete secret -n ixiatg-op-system license-server
```

See more on the
[Ixia-operator GitHub repo](https://github.com/open-traffic-generator/ixia-c-operator).
[keng-operator GitHub repo](https://github.com/open-traffic-generator/keng-operator).

### SR Linux Controller

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/h-fam/errdiff v1.0.2
github.com/kr/pretty v0.3.1
github.com/networkop/meshnet-cni v0.3.1-0.20230525201116-d7c306c635cf
github.com/open-traffic-generator/ixia-c-operator v0.3.6
github.com/open-traffic-generator/keng-operator v0.3.13
github.com/open-traffic-generator/snappi/gosnappi v0.11.14
github.com/openconfig/gnmi v0.10.0
github.com/openconfig/gribi v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -676,8 +676,8 @@ github.com/networkop/meshnet-cni v0.3.1-0.20230525201116-d7c306c635cf/go.mod h1:
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo/v2 v2.6.0 h1:9t9b9vRUbFq3C4qKFCGkVuq/fIHji802N1nrtkh1mNc=
github.com/onsi/gomega v1.24.1 h1:KORJXNNTzJXzu4ScJWssJfJMnJ+2QJqhoQSRwNlze9E=
github.com/open-traffic-generator/ixia-c-operator v0.3.6 h1:dablUs6FAToVDFaoIo2M+Z9UCa93KAwlj7HJqNwLwTQ=
github.com/open-traffic-generator/ixia-c-operator v0.3.6/go.mod h1:Q+ZXCinXxUKcnrJf5PJC1Q7JxUQc5ZPZA85jwVAqIRQ=
github.com/open-traffic-generator/keng-operator v0.3.13 h1:XTYbqKafrSPF55YxfbTU4x6OEvsslvWKxxEocN959AM=
github.com/open-traffic-generator/keng-operator v0.3.13/go.mod h1:+koaOnSyrJHdzxnaye+M6k+ZbszQlWI9u3tMxSpORNA=
github.com/open-traffic-generator/snappi/gosnappi v0.11.14 h1:AuD13HqZldjtPWvDKaXVDRZ+32Aol5QJCepEqTiukqM=
github.com/open-traffic-generator/snappi/gosnappi v0.11.14/go.mod h1:CRT6BypHa7NOrNlrjw3Crcs9f7eLC4S34ERvyyGIusY=
github.com/openconfig/gnmi v0.0.0-20200414194230-1597cc0f2600/go.mod h1:M/EcuapNQgvzxo1DDXHK4tx3QpYM/uG4l591v33jG2A=
Expand Down
18 changes: 9 additions & 9 deletions load/testdata/manifests/keysight/ixiatg-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ data:
"images": [
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/licensed/ixia-c-controller",
"tag": "0.0.1-3807"
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "0.0.1-5308"
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/ixia-c-gnmi-server",
"tag": "1.10.14"
"path": "ghcr.io/open-traffic-generator/otg-gnmi-server",
"tag": "1.12.8"
},
{
"name": "traffic-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine",
"tag": "1.6.0.30"
"tag": "1.6.0.85"
},
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/licensed/ixia-c-protocol-engine",
"tag": "1.00.0.271"
"path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine",
"tag": "1.00.0.331"
},
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/ixia-c-ixhw-server",
"tag": "0.10.7-8"
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "0.12.5-1"
}
]
}
2 changes: 1 addition & 1 deletion load/testdata/manifests/keysight/ixiatg-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/open-traffic-generator/ixia-c-operator:0.3.1
image: ghcr.io/open-traffic-generator/keng-operator:0.3.13
livenessProbe:
httpGet:
path: /healthz
Expand Down
27 changes: 0 additions & 27 deletions manifests/keysight/ixiatg-configmap-unlicensed.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion manifests/keysight/ixiatg-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/open-traffic-generator/keng-operator:0.3.12
image: ghcr.io/open-traffic-generator/keng-operator:0.3.13
livenessProbe:
httpGet:
path: /healthz
Expand Down
16 changes: 8 additions & 8 deletions pods/data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ var (
"command": [
"/manager"
],
"image": "ghcr.io/open-traffic-generator/ixia-c-operator:0.3.1",
"image": "ghcr.io/open-traffic-generator/keng-operator:0.3.13",
"imagePullPolicy": "IfNotPresent",
"livenessProbe": {
"failureThreshold": 3,
Expand Down Expand Up @@ -2411,7 +2411,7 @@ var (
"command": [
"/manager"
],
"image": "ghcr.io/open-traffic-generator/ixia-c-operator:0.3.1",
"image": "ghcr.io/open-traffic-generator/keng-operator:0.3.13",
"imagePullPolicy": "IfNotPresent",
"livenessProbe": {
"failureThreshold": 3,
Expand Down Expand Up @@ -2582,7 +2582,7 @@ var (
}
},
{
"image": "ghcr.io/open-traffic-generator/ixia-c-operator:0.3.1",
"image": "ghcr.io/open-traffic-generator/keng-operator:0.3.13",
"imageID": "",
"lastState": {},
"name": "manager",
Expand Down Expand Up @@ -2616,7 +2616,7 @@ var (
},
{
Name: "manager",
Image: "ghcr.io/open-traffic-generator/ixia-c-operator:0.3.1",
Image: "ghcr.io/open-traffic-generator/keng-operator:0.3.13",
Reason: "ContainerCreating",
},
},
Expand Down Expand Up @@ -2981,7 +2981,7 @@ var (
"command": [
"/manager"
],
"image": "ghcr.io/open-traffic-generator/ixia-c-operator:0.3.1",
"image": "ghcr.io/open-traffic-generator/keng-operator:0.3.13",
"imagePullPolicy": "IfNotPresent",
"livenessProbe": {
"failureThreshold": 3,
Expand Down Expand Up @@ -3154,8 +3154,8 @@ var (
},
{
"containerID": "containerd://2f69e4e109842b198534badca065147a6c64de6af15c652c98e909e4e7395d0c",
"image": "ghcr.io/open-traffic-generator/ixia-c-operator:0.3.1",
"imageID": "ghcr.io/open-traffic-generator/ixia-c-operator@sha256:157c99a77f89db86ba5074656c9b43b8edce828e863704b631e624cbfac7e813",
"image": "ghcr.io/open-traffic-generator/keng-operator:0.3.13",
"imageID": "ghcr.io/open-traffic-generator/keng-operator@sha256:30b629370b7aafafeecd7a9c2a4eabae2c3129a877a4d161d86070002ab6b2e2",
"lastState": {},
"name": "manager",
"ready": false,
Expand Down Expand Up @@ -3194,7 +3194,7 @@ var (
},
{
Name: "manager",
Image: "ghcr.io/open-traffic-generator/ixia-c-operator:0.3.1",
Image: "ghcr.io/open-traffic-generator/keng-operator:0.3.13",
Ready: true,
},
},
Expand Down
4 changes: 2 additions & 2 deletions topo/node/keysight/keysight.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"time"

ixclient "github.com/open-traffic-generator/ixia-c-operator/api/clientset/v1beta1"
ixiatg "github.com/open-traffic-generator/ixia-c-operator/api/v1beta1"
ixclient "github.com/open-traffic-generator/keng-operator/api/clientset/v1beta1"
ixiatg "github.com/open-traffic-generator/keng-operator/api/v1beta1"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
log "k8s.io/klog/v2"
Expand Down

0 comments on commit 16ea240

Please sign in to comment.