Add KRD source code 71/63371/6
authorVictor Morales <victor.morales@intel.com>
Tue, 28 Aug 2018 22:09:02 +0000 (15:09 -0700)
committerVictor Morales <victor.morales@intel.com>
Thu, 30 Aug 2018 17:11:00 +0000 (10:11 -0700)
commit574785c07010a494fbd1456d11e7c0449ad43c38
treed0b8bc992752d5344a9de281e01558bd32b6071b
parent88579fa6f563a3bea8c39aa98159eb54d13d44a5
Add KRD source code

This changes includes the source code created for the Kubernetes
Reference Deployment(KRD) which helps to provide an automated
mechanism to install and configure Kubernetes services required for
the MultiCloud/K8s plugin.

Change-Id: Ica49566fcd531e25846ed3e5062de2f92ec56f6c
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
43 files changed:
.gitignore
deployments/build.sh
doc/sampleCommands.rst [deleted file]
docs/conf.py [new file with mode: 0644]
docs/create_vl.png [moved from doc/create_vl.png with 100% similarity]
docs/create_vnf.png [moved from doc/create_vnf.png with 100% similarity]
docs/img/default_pdf.png [new file with mode: 0644]
docs/img/diagram.png [new file with mode: 0644]
docs/krd_architecture.rst [new file with mode: 0644]
docs/sampleCommands.rst [new file with mode: 0644]
docs/swagger.yaml [moved from doc/swagger.yaml with 100% similarity]
tox.ini [new file with mode: 0644]
vagrant/README.md [new file with mode: 0644]
vagrant/Vagrantfile [new file with mode: 0644]
vagrant/config/default.yml [new file with mode: 0644]
vagrant/config/samples/pdf.yml.aio [new file with mode: 0644]
vagrant/config/samples/pdf.yml.mini [new file with mode: 0644]
vagrant/galaxy-requirements.yml [new file with mode: 0644]
vagrant/installer.sh [new file with mode: 0755]
vagrant/inventory/group_vars/k8s-cluster.yml [new file with mode: 0644]
vagrant/node.sh [new file with mode: 0755]
vagrant/playbooks/Debian.yml [new file with mode: 0644]
vagrant/playbooks/RedHat.yml [new file with mode: 0644]
vagrant/playbooks/Suse.yml [new file with mode: 0644]
vagrant/playbooks/configure-krd.yml [new file with mode: 0644]
vagrant/playbooks/configure-multus.yml [new file with mode: 0644]
vagrant/playbooks/configure-nfd.yml [new file with mode: 0644]
vagrant/playbooks/configure-ovn-kubernetes.yml [new file with mode: 0644]
vagrant/playbooks/configure-ovn.yml [new file with mode: 0644]
vagrant/playbooks/configure-virtlet.yml [new file with mode: 0644]
vagrant/playbooks/krd-vars.yml [new file with mode: 0644]
vagrant/setup.sh [new file with mode: 0755]
vagrant/tests/generic_simulator/Dockerfile [new file with mode: 0644]
vagrant/tests/generic_simulator/aai/responses.yml [new file with mode: 0644]
vagrant/tests/generic_simulator/generic_sim.py [new file with mode: 0644]
vagrant/tests/generic_simulator/requirements.txt [new file with mode: 0644]
vagrant/tests/integration_cFW.sh [new file with mode: 0755]
vagrant/tests/integration_vFW.sh [new file with mode: 0755]
vagrant/tests/multus.sh [new file with mode: 0755]
vagrant/tests/nfd.sh [new file with mode: 0755]
vagrant/tests/ovn-kubernetes.sh [new file with mode: 0755]
vagrant/tests/plugin.sh [new file with mode: 0755]
vagrant/tests/virtlet.sh [new file with mode: 0755]