Merge "Temporarily removing all the VOLTHA scale test to debug OfAgent/ONOS connection issue"
diff --git a/jjb/pipeline/voltha-scale-test.groovy b/jjb/pipeline/voltha-scale-test.groovy
index 8c4bdc9..77e0627 100644
--- a/jjb/pipeline/voltha-scale-test.groovy
+++ b/jjb/pipeline/voltha-scale-test.groovy
@@ -214,6 +214,10 @@
wget https://raw.githubusercontent.com/opencord/voltha-openonu-adapter/master/templates/BBSM-12345123451234512345-00000000000001-v1.json
cat BBSM-12345123451234512345-00000000000001-v1.json | kubectl exec -it $(kubectl get pods | grep etcd-cluster | awk 'NR==1{print $1}') etcdctl put service/voltha/omci_mibs/templates/BBSM/12345123451234512345/00000000000001
fi
+
+ sshpass -e ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 8101 karaf@127.0.0.1 log:set DEBUG org.onosproject.net.device.impl.DeviceManager
+ sshpass -e ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 8101 karaf@127.0.0.1 log:set DEBUG org.onosproject.openflow.controller.impl.OpenFlowControllerImpl
+ sshpass -e ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 8101 karaf@127.0.0.1 log:set DEBUG org.onosproject.openflow.controller.impl.OFChannelHandler
'''
}
}
diff --git a/jjb/voltha-scale.yaml b/jjb/voltha-scale.yaml
index f2e4b4d..ff2299b 100644
--- a/jjb/voltha-scale.yaml
+++ b/jjb/voltha-scale.yaml
@@ -9,107 +9,107 @@
jobs:
# name format is <job-template>-<olts>-<pon>-<onus>-<setup>
# needed for comparison with the openonu-go adapter
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-2-32-activation-no-mib'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 2
- onus: 32
- withFlows: false
- provisionSubscribers: false
- withEapol: false
- withDhcp: false
- withIgmp: false
- withMibTemplate: false
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-2-32-activation-no-mib'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 2
+ # onus: 32
+ # withFlows: false
+ # provisionSubscribers: false
+ # withEapol: false
+ # withDhcp: false
+ # withIgmp: false
+ # withMibTemplate: false
# jobs for 200 ONUs with a single openonu-adapter
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-10-20-activation'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 10
- onus: 20
- withFlows: false
- provisionSubscribers: false
- withEapol: false
- withDhcp: false
- withIgmp: false
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-10-20-att-flows'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 10
- onus: 20
- withFlows: true
- provisionSubscribers: false
- withEapol: true
- withDhcp: true
- withIgmp: false
- extraHelmFlags: '--set auth=false '
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-10-20-att-subscribers'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 10
- onus: 20
- withFlows: true
- provisionSubscribers: true
- withEapol: true
- withDhcp: true
- withIgmp: false
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-10-20-att-subscribers-profiled'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 10
- onus: 20
- withFlows: true
- provisionSubscribers: true
- withEapol: true
- withDhcp: true
- withIgmp: false
- withProfiling: true
- extraHelmFlags: '--set profiler.enabled=true '
- rwCoreImg: voltha/voltha-rw-core:master-profile
- openoltAdapterImg: voltha/voltha-openolt-adapter:master-profile
- ofAgentImg: voltha/voltha-ofagent-go:master-profile
-
- # jobs for DT with 200 ONUs with a single openonu-adapter
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-10-20-dt-subscribers'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 10
- onus: 20
- withFlows: true
- provisionSubscribers: true
- workflow: dt
- withEapol: false
- withDhcp: false
- withIgmp: false
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-10-20-activation'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 10
+ # onus: 20
+ # withFlows: false
+ # provisionSubscribers: false
+ # withEapol: false
+ # withDhcp: false
+ # withIgmp: false
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-10-20-att-flows'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 10
+ # onus: 20
+ # withFlows: true
+ # provisionSubscribers: false
+ # withEapol: true
+ # withDhcp: true
+ # withIgmp: false
+ # extraHelmFlags: '--set auth=false '
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-10-20-att-subscribers'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 10
+ # onus: 20
+ # withFlows: true
+ # provisionSubscribers: true
+ # withEapol: true
+ # withDhcp: true
+ # withIgmp: false
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-10-20-att-subscribers-profiled'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 10
+ # onus: 20
+ # withFlows: true
+ # provisionSubscribers: true
+ # withEapol: true
+ # withDhcp: true
+ # withIgmp: false
+ # withProfiling: true
+ # extraHelmFlags: '--set profiler.enabled=true '
+ # rwCoreImg: voltha/voltha-rw-core:master-profile
+ # openoltAdapterImg: voltha/voltha-openolt-adapter:master-profile
+ # ofAgentImg: voltha/voltha-ofagent-go:master-profile
+ #
+ # # jobs for DT with 200 ONUs with a single openonu-adapter
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-10-20-dt-subscribers'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 10
+ # onus: 20
+ # withFlows: true
+ # provisionSubscribers: true
+ # workflow: dt
+ # withEapol: false
+ # withDhcp: false
+ # withIgmp: false
# jobs for 512 ONUs with a 8 openonu-adapters and clustered ONOS
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-16-32-activation'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 16
- onus: 32
- withFlows: false
- provisionSubscribers: false
- withEapol: false
- withDhcp: false
- withIgmp: false
- openonuAdapterReplicas: 8
- onosReplicas: 3
- atomixReplicas: 3
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-16-32-activation'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 16
+ # onus: 32
+ # withFlows: false
+ # provisionSubscribers: false
+ # withEapol: false
+ # withDhcp: false
+ # withIgmp: false
+ # openonuAdapterReplicas: 8
+ # onosReplicas: 3
+ # atomixReplicas: 3
- 'voltha-scale-measurements':
name: 'voltha-scale-measurements-1-16-32-att-flows'
build-node: 'onf-pod1-head-node'
@@ -126,90 +126,90 @@
onosReplicas: 3
atomixReplicas: 3
extraHelmFlags: '--set auth=false '
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-16-32-att-subscribers'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 16
- onus: 32
- withFlows: true
- provisionSubscribers: true
- withEapol: true
- withDhcp: true
- withIgmp: false
- openonuAdapterReplicas: 8
- onosReplicas: 3
- atomixReplicas: 3
-
- # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
- - 'voltha-scale-measurements':
- name: 'voltha-scale-measurements-1-16-32-dt-subscribers'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 1
- pons: 16
- onus: 32
- withFlows: true
- provisionSubscribers: true
- workflow: dt
- withEapol: false
- withDhcp: false
- withIgmp: false
- openonuAdapterReplicas: 8
- onosReplicas: 3
- atomixReplicas: 3
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-16-32-att-subscribers'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 16
+ # onus: 32
+ # withFlows: true
+ # provisionSubscribers: true
+ # withEapol: true
+ # withDhcp: true
+ # withIgmp: false
+ # openonuAdapterReplicas: 8
+ # onosReplicas: 3
+ # atomixReplicas: 3
+ #
+ # # jobs for DT with 512 ONUs with a 8 openonu-adapters and clustered ONOS.
+ # - 'voltha-scale-measurements':
+ # name: 'voltha-scale-measurements-1-16-32-dt-subscribers'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 1
+ # pons: 16
+ # onus: 32
+ # withFlows: true
+ # provisionSubscribers: true
+ # workflow: dt
+ # withEapol: false
+ # withDhcp: false
+ # withIgmp: false
+ # openonuAdapterReplicas: 8
+ # onosReplicas: 3
+ # atomixReplicas: 3
# jobs for 1024 ONUs with a 8 openonu-adapters and clustered ONOS (2 OLTs)
- - 'voltha-scale-measurements':
- disabled: true
- name: 'voltha-scale-measurements-2-16-32-activation'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 2
- pons: 16
- onus: 32
- withFlows: false
- provisionSubscribers: false
- withEapol: false
- withDhcp: false
- withIgmp: false
- openonuAdapterReplicas: 8
- onosReplicas: 3
- atomixReplicas: 3
- - 'voltha-scale-measurements':
- disabled: true
- name: 'voltha-scale-measurements-2-16-32-att-flows'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 2
- pons: 16
- onus: 32
- withFlows: true
- provisionSubscribers: false
- withEapol: true
- withDhcp: true
- withIgmp: false
- openonuAdapterReplicas: 8
- onosReplicas: 3
- atomixReplicas: 3
- extraHelmFlags: '--set auth=false '
- - 'voltha-scale-measurements':
- disabled: true
- name: 'voltha-scale-measurements-2-16-32-att-subscribers'
- build-node: 'onf-pod1-head-node'
- time-trigger: "H H/4 * * *"
- olts: 2
- pons: 16
- onus: 32
- withFlows: true
- provisionSubscribers: true
- withEapol: true
- withDhcp: true
- withIgmp: false
- openonuAdapterReplicas: 8
- onosReplicas: 3
- atomixReplicas: 3
+ # - 'voltha-scale-measurements':
+ # disabled: true
+ # name: 'voltha-scale-measurements-2-16-32-activation'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 2
+ # pons: 16
+ # onus: 32
+ # withFlows: false
+ # provisionSubscribers: false
+ # withEapol: false
+ # withDhcp: false
+ # withIgmp: false
+ # openonuAdapterReplicas: 8
+ # onosReplicas: 3
+ # atomixReplicas: 3
+ # - 'voltha-scale-measurements':
+ # disabled: true
+ # name: 'voltha-scale-measurements-2-16-32-att-flows'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 2
+ # pons: 16
+ # onus: 32
+ # withFlows: true
+ # provisionSubscribers: false
+ # withEapol: true
+ # withDhcp: true
+ # withIgmp: false
+ # openonuAdapterReplicas: 8
+ # onosReplicas: 3
+ # atomixReplicas: 3
+ # extraHelmFlags: '--set auth=false '
+ # - 'voltha-scale-measurements':
+ # disabled: true
+ # name: 'voltha-scale-measurements-2-16-32-att-subscribers'
+ # build-node: 'onf-pod1-head-node'
+ # time-trigger: "H H/4 * * *"
+ # olts: 2
+ # pons: 16
+ # onus: 32
+ # withFlows: true
+ # provisionSubscribers: true
+ # withEapol: true
+ # withDhcp: true
+ # withIgmp: false
+ # openonuAdapterReplicas: 8
+ # onosReplicas: 3
+ # atomixReplicas: 3
# development pipeline
- 'voltha-scale-measurements-dev':
@@ -430,10 +430,10 @@
dsl: !include-raw-escape: pipeline/{pipeline-script}
- triggers:
- - timed: |
- TZ=America/Los_Angeles
- {time-trigger}
+ # triggers:
+ # - timed: |
+ # TZ=America/Los_Angeles
+ # {time-trigger}
- job-template:
id: 'voltha-scale-measurements-dev'