Enable configuration of compute node interfaces by MaaS
Move testclient LXC contaner to the head node
Remove simulate-fabric role
Remove maas-simulate-fabric role
Remove onos-load-apps role
Remove test-client-install role (replaced by maas-test-client-install)
Remove single-node-pod.sh (replaced by cord-in-a-box.sh in cord repo)

Change-Id: I0fcf108ab674bb5473556e78a401837c161f5ea9
20 files changed
tree: 139be2cf8fdc3eb54ab4deed81135bfe719c5e53
  1. .gitreview
  2. INSTALL_SINGLE_NODE.md
  3. LICENSE
  4. LICENSE.txt
  5. PLATFORM_INSTALL_INTERNALS.md
  6. README.md
  7. Vagrantfile
  8. ansible.cfg
  9. ansible/
  10. build.gradle
  11. buildSrc/
  12. cloudlab-openstack-playbook.yml
  13. config/
  14. cord-compute-playbook.yml
  15. cord-diag-playbook.yml
  16. cord-head-playbook.yml
  17. cord-post-deploy-playbook.yml
  18. cord-single-playbook.yml
  19. docs/
  20. filter_plugins/
  21. gradle.properties
  22. gradle/
  23. gradlew
  24. gradlew.bat
  25. group_vars/
  26. inventory/
  27. library/
  28. opencloud-multi-playbook.yml
  29. roles/
  30. scripts/
  31. templates/
  32. vars/
README.md

platform-install

This repository contains Ansible playbooks for installing and configuring software components on a CORD POD: OpenStack, ONOS, and XOS. It is a sub-module of the main CORD repository.

To install a single-node CORD POD, read INSTALL_SINGLE_NODE.md.

Otherwise you should start with the CORD repository.

Lint checking your code

Before commit, please run scripts/lintcheck.sh, which will perform the same lint check that Jenkins performs when in review in Gerrit.