Advertisement
Guest User

Untitled

a guest
Jan 31st, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. ERROR LOG
  2. ===
  3. [stack@undercloud ~]$ ./overcloud-deploy.sh [57/1295]
  4. + source /home/stack/stackrc
  5. +++ set
  6. +++ awk -F= '/^OS_/ {print $1}'
  7. ++ export OS_AUTH_TYPE=password
  8. ++ OS_AUTH_TYPE=password
  9. ++ export OS_PASSWORD=Hidden
  10. ++ OS_PASSWORD=Hidden
  11. ++ export OS_AUTH_URL=http://192.168.24.1:5000/
  12. ++ OS_AUTH_URL=http://192.168.24.1:5000/
  13. ++ export OS_USERNAME=admin
  14. ++ OS_USERNAME=admin
  15. ++ export OS_PROJECT_NAME=admin
  16. ++ OS_PROJECT_NAME=admin
  17. ++ export COMPUTE_API_VERSION=1.1
  18. ++ COMPUTE_API_VERSION=1.1
  19. ++ export NOVA_VERSION=1.1
  20. ++ NOVA_VERSION=1.1 [40/1295]
  21. ++ export OS_NO_CACHE=True
  22. ++ OS_NO_CACHE=True
  23. ++ export OS_CLOUDNAME=undercloud
  24. ++ OS_CLOUDNAME=undercloud
  25. ++ export OS_IDENTITY_API_VERSION=3
  26. ++ OS_IDENTITY_API_VERSION=3
  27. ++ CLOUDPROMPT_ENABLED=1
  28. + true
  29. ++ openstack hypervisor stats show -c count -f value
  30. + count=8
  31. + '[' 8 -gt 0 ']'
  32. + break
  33. + openstack overcloud deploy --override-ansible-cfg /home/stack/custom_ansible.cfg --templates /usr/share/openstack-tripleo-heat-templates --libvirt-type qemu --control-flavor
  34. oooq_control --compute-flavor oooq_compute --ceph-storage-flavor oooq_ceph --block-storage-flavor oooq_blockstorage --swift-storage-flavor oooq_objectstorage --timeo[16/1295]
  35. /home/stack/cloud-names.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml -e /home/stack/containers-prepare-parameter.yaml -e /usr/share/openstac
  36. k-tripleo-heat-templates/environments/network-isolation.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml -e /home/stack/network-
  37. environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml --validation-warnings-fatal --compute-scale 2 --control-scale 3 --ceph-stora
  38. ge-scale 3 -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/
  39. ceph-mds.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-rgw.yaml
  40. Removing the current plan files
  41. Uploading new plan files
  42. Plan updated.
  43. Processing templates in the directory /tmp/tripleoclient-kFMa8V/tripleo-heat-templates
  44. Exception occured while running the command
  45. Traceback (most recent call last):
  46. File "/usr/lib/python2.7/site-packages/tripleoclient/command.py", line 28, in run
  47. super(Command, self).run(parsed_args)
  48. File "/usr/lib/python2.7/site-packages/osc_lib/command/command.py", line 41, in run
  49. return super(Command, self).run(parsed_args)
  50. File "/usr/lib/python2.7/site-packages/cliff/command.py", line 184, in run [0/1295]
  51. return_code = self.take_action(parsed_args) or 0
  52. File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 906, in take_action
  53. self._deploy_tripleo_heat_templates_tmpdir(stack, parsed_args)
  54. File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 365, in _deploy_tripleo_heat_templates_tmpdir
  55. new_tht_root, tht_root)
  56. File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_deploy.py", line 455, in _deploy_tripleo_heat_templates
  57. 'Specify --ntp-server as parameter or NtpServer in '
  58. InvalidConfiguration: Specify --ntp-server as parameter or NtpServer in environments when using multiple controllers (with HA).
  59. Specify --ntp-server as parameter or NtpServer in environments when using multiple controllers (with HA).
  60. + status_code=1
  61. + openstack stack list
  62. + grep -q overcloud
  63. + echo 'overcloud deployment not started. Check the deploy configurations'
  64. overcloud deployment not started. Check the deploy configurations
  65. + exit 1
  66. [stack@undercloud ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement