Versions Compared

Key

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

...

  • triggered daily automatically
  • Run a make command, which creates VM(s) and deploys ICN components on the VM(s)
  • Send daily report to mailing list

E2E test job detail

We have the following steps for e2e test:

  • On Jenkins slave node: git clone icn
  • Provision VM(s) by vagrant. A Vagrantfile which defines the VMs properties is needed. We can define many VM properties in the Vagrantfile:
    • VM network information: mac address, ip address for each nic
    • VM hostname
    • VM memory, cpu, disk
  • Setup virtual IPMI for compute nodes VM-2..n by virtualBMC.  VM-1 can send ipmi command via mnt_net to manage VM-2..n.
  • Run ansbile playbook against VM-1. The playbook calls scripts to setup local-controller services
    • script for k8s setup? (TODO)
    • script for kud plugin? (TODO)
    • script for metal3 installation? (TODO)
    • script for compute nodes provision?  (TODO)

Image Added