• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • tools
  • test
  • cells
  • prox
  • Pavlin Radoslavov's avatar
    Minor refactoring in the ONOS cell configuration: · 0770d0f5 ...
    0770d0f5
     * Each cell-specific variable is explicitly listed
       in the cell config file:
       ONOS_CELL, ONOS_NIC, OC1-OC9, OCN, OCI, ONOS_FEATURES
    
     * Cleanup and bug fixes inside bash_profile:
       - Don't export explicitly OCI and ONOS_CELL, because those
         are now exported in the cell config file
       - unset ONOS_CELL, ONOS_NIC, ONOS_FEATURES (the last two weren't
         unset before)
       - The built-in "cell" function shows OC1 to OC9 instead of OC0-OC9;
         OC0 is never used/setup anywhere else
    
     * Added two new shell commands:
       - tools/test/bin/onos-lsit-cells : lists existing ONOS cell configurations
         It is the equivalent of the "cells" built-in bash command
       - tools/test/bin/onos-show-cell : shows the configuration of an ONOS cell
         It is the equivalent of the "cell" built-in bash command, but
         it can show also the configuration of any ONOS cell (not only
         the default one).
    Pavlin Radoslavov authored 2014-10-15 16:08:19 -0700
prox 229 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
# ProxMox-based cell of ONOS instances 1,2 & ONOS mininet box

export ONOS_CELL="prox"

export ONOS_NIC="10.1.9.*"
export OC1="10.1.9.94"
export OC2="10.1.9.82"
export OCN="10.1.9.93"
export OCI="${OC1}"

export ONOS_FEATURES=""