Hi all!
I am trying to use the nova_compute plugin and keep on getting:
ERROR: nova_compute is not a legal parameter in an Ansible Playbook
ansible-doc, if I run it, shows that the module is there as well as looking in /usr/share/ansible/cloud/ (nova_compute is there). This is ansible 1.5.3.
I'm using the example found in the actual documentation:
- nova_compute:
state: present
login_username: xxx
login_password: xxx
login_tenant_name: xxx-project1
name: vm1
region_name: region-b.geo-1
image_id: 9302692b-b787-4b52-a3a6-daebb79cb498
key_name: test
wait_for: 200
flavor_id: 101
security_groups: default
nics:
- net-id: 7da74520-9d5e-427b-a508-213c84e69616
So, what else does one need here? I simply want to get familiar with using this to launch instances and then manage them. Is there any simplified document that demonstrates this?
Regards and thank you!
Patrick