aboutsummaryrefslogtreecommitdiffstats
path: root/docs/apex/apex.rst
blob: 4e257a17e607eb80c11cf198117d2bceed943fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. This work is licensed under a Creative Commons Attribution 4.0 International License.

.. _apex-doc:

Policy APEX PDP Engine
------------------------------------------------
.. toctree::
   :maxdepth: 1

   APEX-Introduction.rst
   APEX-User-Manual.rst
   APEX-Policy-Guide.rst
   APEX-Developer-Guide.rst
   APEX-Install-Guide.rst
   APEX-OnapPf-Guide.rst
dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: robot
spec:
  selector:
    matchLabels:
      app: robot
  template:
    metadata:
       labels:
        app: robot
       name: robot
    spec:
      containers:
      - image: nexus3.onap.org:10001/openecomp/testsuite:1.0-STAGING-latest
        name: robot
        volumeMounts:
        - name: robot-eteshare
          mountPath: /share
        - name: robot-assets
          mountPath: /var/opt/OpenECOMP_ETE/robot/assets
        - name: robot-resources
          mountPath: /var/opt/OpenECOMP_ETE/robot/resources
        - name: robot-testsuites
          mountPath: /var/opt/OpenECOMP_ETE/robot/testsuites
        - name: lighttpd-authorization
          mountPath: /etc/lighttpd/authorization
        ports:
        - containerPort: 88
        readinessProbe:
          tcpSocket:
            port: 88
          initialDelaySeconds: 5
          periodSeconds: 10
      volumes:
        - name: robot-eteshare
          hostPath:
            path: /dockerdata-nfs/onapdemo/robot/eteshare
        - name: robot-assets
          hostPath:
            path: /dockerdata-nfs/onapdemo/robot/robot/assets
        - name: robot-resources
          hostPath:
            path: /dockerdata-nfs/onapdemo/robot/robot/resources
        - name: robot-testsuites
          hostPath:
            path: /dockerdata-nfs/onapdemo/robot/robot/testsuites
        - name: lighttpd-authorization
          hostPath:
            path: /dockerdata-nfs/onapdemo/robot/authorization
      imagePullSecrets:
      - name: onap-docker-registry-key