install and tag node and nginx images (CORD-435)

Change-Id: I1232deb57c2894d37f2f7b9c36e40f4575886099
1 file changed
tree: e5dbce88d2d1171f19873602b4cdf65ce6318250
  1. .gitignore
  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-automation.yml
  15. cord-compute-playbook.yml
  16. cord-deploy-onos.yml
  17. cord-deploy-openstack.yml
  18. cord-deploy-xos.yml
  19. cord-diag-playbook.yml
  20. cord-head-playbook.yml
  21. cord-post-deploy-playbook.yml
  22. cord-prep-platform.yml
  23. credentials/
  24. docs/
  25. filter_plugins/
  26. gradle.properties
  27. gradle/
  28. gradlew
  29. gradlew.bat
  30. group_vars/
  31. inventory/
  32. library/
  33. opencloud-multi-playbook.yml
  34. pki-setup.yml
  35. pki/
  36. roles/
  37. scripts/
  38. templates/
  39. vars/
  40. xos-reinstall-playbook.yml
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.