Advertisement
ricardobuffa

Untitled

Nov 23rd, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. TASK [os_cinder : Add in cinder devices types] *********************************
  2. skipping: [infra2] => (item={'value': {u'shares': [{u'ip': u'172.29.244.12', u'share': u'/vol/cinder'}], u'nfs_shares_config': u'/etc/cinder/nfs_shares'}, 'key': u'cinder_nfs_client'})
  3. skipping: [storage1] => (item={'value': {u'iscsi_ip_address': u'172.29.244.131', u'volume_driver': u'cinder.volume.drivers.lvm.LVMVolumeDriver', u'volume_backend_name': u'LVM_iSCSI', u'volume_group': u'cinder-volumes'}, 'key': u'lvm'})
  4. fatal: [infra1]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'dict object' has no attribute 'volume_backend_name'\n\nThe error appears to have been in '/etc/ansible/roles/os_cinder/tasks/cinder_backends.yml': line 25, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Add in cinder devices types\n ^ here\n"}
  5.  
  6. ========================
  7. this is our current storage configuration:
  8. ========================
  9.  
  10. storage1:
  11. ip: 172.29.236.131
  12. container_vars:
  13. cinder_backends:
  14. limit_container_types: cinder_volume
  15. lvm:
  16. volume_group: cinder-volumes
  17. volume_driver: cinder.volume.drivers.lvm.LVMVolumeDriver
  18. volume_backend_name: LVM_iSCSI
  19. iscsi_ip_address: "172.29.244.131"
  20.  
  21. ========================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement