Skip to content

HewlettPackard/ZFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gen-Z Fabric Manager emulator

Note that all of the scripts access python3. Make sure that your system has python3 installed.

REPO is the location of this repository.

Installation instructions:

cd ${REPO}
python setup.py sdist
pip install .

The setup.py call will create a source distribution of the code.
The pip call will install it in site-packages.  (Need root for this command.)

Run instructions:

export CONF=${1}
rm -rf ${CONF}.pp ${CONF}.route
zfmroute.py -c ${REPO}/open/env/${CONF}.conf -r ${HOME}/${CONF}.route > ${HOME}/${CONF}.pp

The first export statement isn't necessary.  I use it in a script whereby I set the
CONF to the command line parameter.

About

ZFM is a Gen-Z Fabric Manager provided with simulators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages