Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Change "onos-cord" inĀ xos/xos/configurations/cord-pod/vtn-external.yaml to ONOS instance IP address

Code Block
languagetext
titlevtn-external.yaml
    service_ONOS_VTN:
      type: tosca.nodes.ONOSService
      requirements:
      properties:
          kind: onos
          view_url: /admin/onos/onosservice/$id$/
          no_container: true
          rest_hostname: 10.203.255.221 --> change this line

...