Description of problem:
Transform tendrl-ansible from upstream to downstream package. What should be done:
1) documentation
2) add DS instalation like install from ISO, downstream playbooks
3) create package
4) create BZ component
My thought for the ansible process from ISO is that there could be a playbook that assumes it is running *on the console node and is doing an all in one installation on that local node.
Process could be:
Install ansible
mount the rhs-c3.iso file to /mnt/iso
cd to /mnt/iso
create the file /etc/ansible/hosts with the content:
localhost ansible_connection=local
run ansible-playbook rhs-c.yml
then ansible would setup the local node completely. For power users they can hack ansible as needed.