Versions Compared

Key

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

The Video: AAF Agent Configuration: demo AAF-Hello

The demo uses a combo of Aliases and Functions in AAF OOM's .bash_aliases.  These elements used are included here in case it is helpful.

...

# Get the Description of Hello
kdesc $(ohello)
kubectl -n onap describe pod $POD $*

# Ensure Hello has (replicas) running - use to turn on/off
oscale
kubectl -n onap scale --replicas=$2 deployment.extensions/frankfurt-aaf-hello

...