Guest User

Untitled

a guest
Jun 30th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.54 KB | None | 0 0
  1. (undercloud) [stack@undercloud ~]$ openstack flavor show compute
  2. +----------------------------+------------------------------------------------------------------------------------+
  3. | Field                      | Value                                                                              |
  4. +----------------------------+------------------------------------------------------------------------------------+
  5. | OS-FLV-DISABLED:disabled   | False                                                                              |
  6. | OS-FLV-EXT-DATA:ephemeral  | 0                                                                                  |
  7. | access_project_ids         | None                                                                               |
  8. | disk                       | 40                                                                                 |
  9. | id                         | 55b080d2-41a5-42c6-b607-e5fba34e945c                                               |
  10. | name                       | compute                                                                            |
  11. | os-flavor-access:is_public | True                                                                               |
  12. | properties                 | capabilites:profile='compute', capabilities:boot_option='local', cpu_arch='x86_64' |
  13. | ram                        | 4096                                                                               |
  14. | rxtx_factor                | 1.0                                                                                |
  15. | swap                       |                                                                                    |
  16. | vcpus                      | 2                                                                                  |
  17. +----------------------------+------------------------------------------------------------------------------------+
  18. (undercloud) [stack@undercloud ~]$ openstack flavor show control
  19. +----------------------------+------------------------------------------------------------------------------------+
  20. | Field                      | Value                                                                              |
  21. +----------------------------+------------------------------------------------------------------------------------+
  22. | OS-FLV-DISABLED:disabled   | False                                                                              |
  23. | OS-FLV-EXT-DATA:ephemeral  | 0                                                                                  |
  24. | access_project_ids         | None                                                                               |
  25. | disk                       | 40                                                                                 |
  26. | id                         | af8097bc-d608-4cc2-94a3-c246ade72fac                                               |
  27. | name                       | control                                                                            |
  28. | os-flavor-access:is_public | True                                                                               |
  29. | properties                 | capabilites:profile='control', capabilities:boot_option='local', cpu_arch='x86_64' |
  30. | ram                        | 8192                                                                               |
  31. | rxtx_factor                | 1.0                                                                                |
  32. | swap                       |                                                                                    |
  33. | vcpus                      | 2                                                                                  |
  34. +----------------------------+------------------------------------------------------------------------------------+
  35. (undercloud) [stack@undercloud ~]$ openstack overcloud deploy --templates -e /usr/share/openstack-tripleo-heat-templates/environments/enable-swap.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml --libvirt-type qemu --control-scale 1 --compute-scale 1 --compute-flavor compute --control-flavor control --ntp-server 192.168.15.11
  36. Started Mistral Workflow tripleo.validations.v1.check_pre_deployment_validations. Execution ID: 64e73c48-1bf8-4c21-88e2-e767306c5e89
  37. Waiting for messages on queue '36e1d091-e85e-4195-8c67-6db72f3bb84b' with no timeout.
  38.  
  39.  
  40. {u'errors': [u'Error: The control flavor has no profile associated.\nRecommendation: assign a profile with openstack flavor set --property "capabilities:profile"="PROFILE_NAME" control', u'Error: The compute flavor has no profile associated.\nRecommendation: assign a profile with openstack flavor set --property "capabilities:profile"="PROFILE_NAME" compute'], u'warnings': []}
  41.  
  42.  
  43. ERRORS
  44. [u'Error: The control flavor has no profile associated.\nRecommendation: assign a profile with openstack flavor set --property "capabilities:profile"="PROFILE_NAME" control', u'Error: The compute flavor has no profile associated.\nRecommendation: assign a profile with openstack flavor set --property "capabilities:profile"="PROFILE_NAME" compute', u'Error: The control flavor has no profile associated.\nRecommendation: assign a profile with openstack flavor set --property "capabilities:profile"="PROFILE_NAME" control', u'Error: The compute flavor has no profile associated.\nRecommendation: assign a profile with openstack flavor set --property "capabilities:profile"="PROFILE_NAME" compute']
  45. Configuration has 4 errors, fix them before proceeding. Ignoring these errors is likely to lead to a failed deploy.
Add Comment
Please, Sign In to add comment