Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Verify that all services are up
    • openstack compute service list
  • Test by creating a new VM. Verify that this completes successfully
  • Check that the VNC console in horizon still works

Heat

Simple verification is done by checking that the API responds:

  • openstack stack list

The more thourough approach is to have heat create a heat-stack. This can for instance be done with the following command (using template.yaml from admintools/heatexample):

  • openstack stack create -t template.yaml --parameter key_name=Galao --parameter image=c15481d3-e1ac-4331-9379-c63cb14d12b1 --parameter flavor=gx2.2c4r --parameter public_net=ntnu-internal --parameter sec_group=SSH-NTNU-IPv4 TEST

Barbican

-

Magnum

-

Octavia

-

Horizon