With the merge of https://review.openstack.org/520177 in the
tests repo some ansible-lint failures which previously were
not being picked up are now detected.
This adds the appropriate skip tags to the tasks so that they
are not evaluated by ansible-lint.
Depends-On: I76157ccedfbcb8b0c2cba852bfa6b78ba6981c6c
Change-Id: I9f5c71aa896f25cfece39e080c74f99fb7be57b2
'ansible_become' defined as a host_var or in the inventory for a host
has a higher precedence than 'become' defined within a playbook.
In change Id5b76a87809f03951c954fc3d752419a673403f7, 'become' was
defined explicitly for each play running against localhost so
'ansible_become' should be removed from its host_vars.
Change-Id: I0a3019ed7f4e151625682d009e5359378152592d
This is an initial set of tests of the ironicclient intended
to show that the ironic role has been installed and that the
API is responding correctly.
Tests are:
- list chassis
- list nodes
- list drivers
- create node
- validate node
- create port
- update node
- delete node
Change-Id: I98e67e076bce8711cb1c8e0f8b2e9ae0d89d520d