summaryrefslogtreecommitdiffstats
path: root/test/test_ip_mcast.py
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2018-09-24 08:34:11 +0000
committerOle Trøan <otroan@employees.org>2018-09-24 12:39:32 +0000
commitcf7efe01e791fd1aa688624194e6e2ffffd8f97f (patch)
tree183e65d6afaf2ae5cf5fdc9344392410bf3eb7a7 /test/test_ip_mcast.py
parent9e3252b5cec76dddb9877e593c799ebe15cae0af (diff)
ARP: don't use RPC for requests initiated from the main thread
Change-Id: If833680149eb33db6adc836c5330f350042869f4 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/test_ip_mcast.py')
0 files changed, 0 insertions, 0 deletions
ion value='rls2101_1'>rls2101_1 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/kubernetes/pods/contiv-sfc-controller.yaml
blob: 44ceaae1ac587e4948b7bb6603e3c6e845b880ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
apiVersion: v1
kind: Pod
metadata:
  name: sfc-controller
  namespace: csit
spec:
  containers:
    - name: "sfc-controller"
      image: ligato/prod_sfc_controller
      imagePullPolicy: Always
      command:
        - /bin/sfc-controller
        - -etcd-config=/opt/sfc-controller/dev/etcd.conf
        - -sfc-config=/opt/sfc-controller/dev/sfc.conf
      volumeMounts:
        - name: controller-config
          mountPath: /opt/sfc-controller/dev
  volumes:
    - name: controller-config
      configMap:
        name: sfc-controller-cfg