Changes between Version 15 and Version 16 of Tutorials/Cloud/ONAP


Ignore:
Timestamp:
Oct 20, 2019, 2:59:40 AM (5 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Cloud/ONAP

    v15 v16  
    29291. Run the cluster setup script on the prepared nodes {{{ ./create-cluster.sh -c node14-7 -w node13-8 }}}
    3030
     31-- Imaging the nodes --
     32
     33{{{
     34  onaptutorial-min.rb -g group-black
     35}}}
     36
     37will load controller and worker images on the two nodes in the group and turn them on. Plesae note which node is the controller and which one is the worker.
     38
    3139-- Running performant physical server cluster
    3240
    33 For the purpose of orbit-lab, execute the below script on any of the console node in orbit as below:
    34 \\./create-kube-cluster.sh -c "cNode1 cNode2 ... cNodeM" -w "wNode1 wNode2 ... wNodeN"
     41In order to create the Kubernetes cluster that will run ONAP, download and execute the cluster creation script on the console of the domain where you have node (please note that you will need to use corresponding node names in the script arguments)
     42{{{
     43wget https://wiki.cosmos-lab.org/raw-attachment/wiki/tutorials/orchestration-example/create-kube-cluster.sh
     44chmod 755 create-kube-cluster.sh
     45./create-kube-cluster.sh -c node13-8 -w node14-7
     46}}}
    3547
    3648
     
    8395esac
    8496done
    85 
    86 omf load -i latest-onap-control.ndz -t ${CONTROLLERS// /,} -r 60
    87 sleep 300
    88 
    89 omf load -i latest-onap-worker.ndz -t ${WORKERS// /,} -r 60
    90 sleep 300
    91 
    92 omf tell -a on -t ${CONTROLLERS// /,},${WORKERS// /,}
    93 sleep 300
    9497
    9598IFS=' ' read -ra C <<< "$CONTROLLERS"
     
    316319cd ~/oom/kubernetes
    317320make all; make onap
    318 
     321}}}
     322
     323The output should look like this:
     324{{{
     325root@node:make all; make onap
    319326[common]
    320327make[1]: Entering directory '/root/oom/kubernetes'