Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. [root@deployhost playbooks]# ansible -m debug -a 'var=properties' neutron_all
  2. Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml "
  3. [WARNING]: Found both group and host with same name: infra1
  4.  
  5. [WARNING]: Found both group and host with same name: infra2
  6.  
  7. [WARNING]: Found both group and host with same name: infra3
  8.  
  9. infra1 | SUCCESS => {
  10. "properties": "VARIABLE IS NOT DEFINED!"
  11. }
  12. infra2 | SUCCESS => {
  13. "properties": "VARIABLE IS NOT DEFINED!"
  14. }
  15. infra3 | SUCCESS => {
  16. "properties": "VARIABLE IS NOT DEFINED!"
  17. }
  18. compute3 | SUCCESS => {
  19. "properties": {
  20. "is_metal": true
  21. }
  22. }
  23. compute2 | SUCCESS => {
  24. "properties": {
  25. "is_metal": true
  26. }
  27. }
  28. compute5 | SUCCESS => {
  29. "properties": {
  30. "is_metal": true
  31. }
  32. }
  33. compute4 | SUCCESS => {
  34. "properties": {
  35. "is_metal": true
  36. }
  37. }
  38. compute6 | SUCCESS => {
  39. "properties": {
  40. "is_metal": true
  41. }
  42. }
  43. compute1 | SUCCESS => {
  44. "properties": {
  45. "is_metal": true
  46. }
  47. }
  48. infra1_neutron_server_container-52d1168c | SUCCESS => {
  49. "properties": {
  50. "service_name": "neutron"
  51. }
  52. }
  53. infra2_neutron_server_container-dd4b6ce9 | SUCCESS => {
  54. "properties": {
  55. "service_name": "neutron"
  56. }
  57. }
  58. infra3_neutron_server_container-0247ba5f | SUCCESS => {
  59. "properties": {
  60. "service_name": "neutron"
  61. }
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement