Advertisement
Guest User

Untitled

a guest
May 23rd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. +----------+----------------------------------+
  2. + keystone role-create --name=swiftoperator
  3. +----------+----------------------------------+
  4. | Property | Value |
  5. +----------+----------------------------------+
  6. | id | e82d4f1430bb4fce900ce6b01778ccbe |
  7. | name | swiftoperator |
  8. +----------+----------------------------------+
  9. + keystone role-create --name=ResellerAdmin
  10. +----------+----------------------------------+
  11. | Property | Value |
  12. +----------+----------------------------------+
  13. | id | 9fc80e0dec574681a0450f544431e3b9 |
  14. | name | ResellerAdmin |
  15. +----------+----------------------------------+
  16. + echo 'Waiting for nova to initialise...'
  17. Waiting for nova to initialise...
  18. + wait_for 50 10 nova list
  19. + user-config
  20. + echo 'Waiting for Nova Compute to be available'
  21. Waiting for Nova Compute to be available
  22. + wait_for 30 10 nova service-list --binary nova-compute '2>/dev/null' '|' grep 'enabled.*\ up\ '
  23. + echo 'Waiting for neutron API and L2 agent to be available'
  24. Waiting for neutron API and L2 agent to be available
  25. + wait_for 30 10 neutron agent-list -f csv -c alive -c agent_type -c host '|' grep '":-).*Open vSwitch agent.*"'
  26. ++ OS_CONFIG_FILES=/root/tripleo/testenv.json
  27. ++ os-apply-config --key baremetal-network.seed.range-start --type raw --key-default 192.0.2.2
  28. + BM_NETWORK_SEED_RANGE_START=192.0.2.2
  29. ++ OS_CONFIG_FILES=/root/tripleo/testenv.json
  30. ++ os-apply-config --key baremetal-network.seed.range-end --type raw --key-default 192.0.2.20
  31. + BM_NETWORK_SEED_RANGE_END=192.0.2.20
  32. + setup-neutron 192.0.2.2 192.0.2.20 192.0.2.0/24 192.0.2.1 192.0.2.1 ctlplane
  33. ++ keystone tenant-get admin
  34. ++ awk '$2=="id" {print $4}'
  35. + nova quota-update --cores -1 --instances -1 --ram -1 d7bd02eb6bed4941b7744c295c3628dd
  36. + '[' -z '' ']'
  37. + setup-baremetal --service-host seed --nodes /dev/fd/63
  38. ++ jq '[.nodes[0]]' /root/tripleo/testenv.json
  39. ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-f7f6fa2b-0b65-4998-8cfb-90adc3877226)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement