Skip to content

Instantly share code, notes, and snippets.

@lucasponce
Created September 10, 2018 14:07
Show Gist options
  • Save lucasponce/b37602221f8a01e5c4ddd44759dc57fc to your computer and use it in GitHub Desktop.
Save lucasponce/b37602221f8a01e5c4ddd44759dc57fc to your computer and use it in GitHub Desktop.
[lponce@attilan kiali-test-mesh]$ make openshift-deploy-kiali-test-depth
About to deploy Kiali Test Depth to OpenShift
ansible-playbook ./test-service/deploy/ansible/deploy_test_meshes.yml -e deployment_type=Deployment -e number_of_apps=1 -e number_of_services=1 -e number_of_versions=1 -e number_of_namespaces=1 -e '{"meshes": ["kiali-test-depth"]}' -v
Traceback (most recent call last):
File "/home/lponce/git/ansible/bin/ansible-playbook", line 67, in <module>
import ansible.constants as C
File "/home/lponce/git/ansible/lib/ansible/constants.py", line 17, in <module>
from ansible.config.manager import ConfigManager, ensure_type, get_ini_config_value
File "/home/lponce/git/ansible/lib/ansible/config/manager.py", line 16, in <module>
from yaml import load as yaml_load
ImportError: No module named yaml
make: *** [Makefile:25: openshift-deploy-kiali-test-depth] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment