Advertisement
Guest User

Untitled

a guest
May 16th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ansible-playbook /usr/share/ansible/openshift-ansible/playbooks/byo/rhel_subscribe.yml -i /usr/share/ansible/openshift-ansible/rhel_subscribe_inventory.yaml
  2.  
  3. TASK: [openshift_facts | Gather hostnames for proxy configuration] ************
  4. fatal: [10.35.4.199] => One or more undefined variables: 'dict object' has no attribute 'oo_nodes_to_config'
  5. fatal: [10.35.4.178] => One or more undefined variables: 'dict object' has no attribute 'oo_nodes_to_config'
  6.  
  7. inv:
  8. [OSEv3:children]
  9. masters
  10. nodes
  11.  
  12. [OSEv3:vars]
  13. ansible_ssh_user=root
  14. deployment_type=openshift-enterprise
  15. rhsub_user=efreiber@redhat.com
  16. rhsub_pass=AlonGold11
  17. rhsub_pool=ES0113909
  18.  
  19. [masters]
  20. 10.35.4.199
  21.  
  22. [nodes]
  23. 10.35.4.178
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement