Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. overcloud deployment not started. Check the deploy configurations
  2. [stack@undercloud ~]$ ./overcloud-deploy.sh > error.log
  3. + source /home/stack/stackrc
  4. +++ set
  5. +++ awk '{FS="="} /^OS_/ {print $1}'
  6. ++ NOVA_VERSION=1.1 [34/1953]
  7. ++ export NOVA_VERSION
  8. ++ OS_PASSWORD=b531f768269624037639d18971421a2b0fb60105
  9. ++ export OS_PASSWORD
  10. ++ OS_AUTH_TYPE=password
  11. ++ export OS_AUTH_TYPE
  12. ++ OS_AUTH_URL=http://192.168.24.1:5000/
  13. ++ export OS_AUTH_URL
  14. ++ OS_USERNAME=admin
  15. ++ OS_PROJECT_NAME=admin
  16. ++ COMPUTE_API_VERSION=1.1
  17. ++ IRONIC_API_VERSION=1.34
  18. ++ OS_BAREMETAL_API_VERSION=1.34
  19. ++ OS_NO_CACHE=True
  20. ++ OS_CLOUDNAME=undercloud
  21. ++ export OS_USERNAME
  22. ++ export OS_PROJECT_NAME
  23. ++ export COMPUTE_API_VERSION
  24. ++ export IRONIC_API_VERSION
  25. ++ export OS_BAREMETAL_API_VERSION
  26. ++ export OS_NO_CACHE [14/1953]
  27. ++ export OS_CLOUDNAME
  28. ++ OS_IDENTITY_API_VERSION=3
  29. ++ export OS_IDENTITY_API_VERSION
  30. ++ OS_PROJECT_DOMAIN_NAME=Default
  31. ++ export OS_PROJECT_DOMAIN_NAME
  32. ++ OS_USER_DOMAIN_NAME=Default
  33. ++ export OS_USER_DOMAIN_NAME
  34. ++ '[' -z '' ']'
  35. ++ export PS1=
  36. ++ PS1=
  37. ++ export 'PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} '
  38. ++ PS1='${OS_CLOUDNAME:+($OS_CLOUDNAME)} '
  39. ++ export CLOUDPROMPT_ENABLED=1
  40. ++ CLOUDPROMPT_ENABLED=1
  41. + true
  42. ++ openstack hypervisor stats show -c count -f value
  43. + count=3
  44. + '[' 3 -gt 0 ']'
  45. + break
  46. + openstack overcloud deploy --templates /usr/share/openstack-tripleo-heat-templates --libvirt-type qemu --control-flavor oooq_control --compute-flavor oooq_compute --ceph-sto
  47. rage-flavor oooq_ceph --block-storage-flavor oooq_blockstorage --swift-storage-flavor oooq_objectstorage --timeout 90 --ntp-server clock.corp.redhat.com -e /home/stack/cloud-n
  48. ames.yaml -e /home/stack/neutronl3ha.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/docker.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/d
  49. ocker-ha.yaml -e /home/stack/containers-default-parameters.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e /usr/share/openstack-trip
  50. leo-heat-templates/environments/net-single-nic-with-vlans.yaml -e /home/stack/network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-u
  51. sage.yaml --validation-warnings-fatal --ceph-storage-scale 1 -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml -e /usr/share/openstack
  52. -tripleo-heat-templates/environments/ceph-ansible/ceph-mds.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-rgw.yaml
  53. Error: The following files were not found: /home/stack/containers-default-parameters.yaml
  54. + status_code=1
  55. + openstack stack list
  56. + grep -q overcloud
  57. + echo 'overcloud deployment not started. Check the deploy configurations'
  58. + exit 1
  59. [stack@undercloud ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement