Skip to content

mahsanaru/multicloud-k8s

 
 

Repository files navigation

MultiCloud-k8s-plugin

MultiCloud Kubernetes plugin for ONAP multicloud.

Installation

Requirements:

  • Go 1.14.4

Steps:

  • Clone repo:

    • git clone https://git.onap.org/multicloud/k8s
  • Build everything:

    • cd k8s/src/k8splugin && make all
  • Run Tests:

    • cd k8s/src/k8splugin && make test
  • Generate Coverage Report:

    • cd k8s/src/k8splugin && make cover
  • Run the plugin:

    • cd k8s/deployments && ./start.sh

Troubleshooting

  • Logs can be set as "warn" or "info" in the config.json file of the orchestrator directory. By default the log level is set as "warn".

Releases

No releases published

Packages

No packages published

Languages

  • Go 63.1%
  • Shell 18.2%
  • JavaScript 14.4%
  • Mustache 1.5%
  • Smarty 1.4%
  • Makefile 0.7%
  • Other 0.7%