Ensure that /etc/ansible directory exists

Change-Id: Iea5d7c29fdd67fa59361720d622d9d5992091682
(cherry picked from commit 35dba668345ad7bc90df5eadaf38a566a3b8485b)
1 file changed
tree: 545f0c9a58927d049a1ed3e0e253e51772bf9875
  1. INSTALL_SINGLE_NODE.md
  2. LICENSE
  3. LICENSE.txt
  4. PLATFORM_INSTALL_INTERNALS.md
  5. README.md
  6. Vagrantfile
  7. ansible.cfg
  8. ansible/
  9. build.gradle
  10. buildSrc/
  11. cloudlab-openstack-playbook.yml
  12. config/
  13. cord-automation.yml
  14. cord-compute-playbook.yml
  15. cord-deploy-onos.yml
  16. cord-deploy-openstack.yml
  17. cord-deploy-xos.yml
  18. cord-diag-playbook.yml
  19. cord-head-playbook.yml
  20. cord-post-deploy-playbook.yml
  21. cord-prep-platform.yml
  22. docs/
  23. filter_plugins/
  24. gradle.properties
  25. gradle/
  26. gradlew
  27. gradlew.bat
  28. group_vars/
  29. inventory/
  30. library/
  31. opencloud-multi-playbook.yml
  32. roles/
  33. scripts/
  34. templates/
  35. vars/
  36. 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.