Ildiko Vancsa 35e6552a37 [upstream] Update DevStack slides
Change-Id: I72e7b9fe4baf778ebf5d74ebeeb64f87dfbc7640
2016-10-23 19:28:19 +09:00

1.0 KiB

Demo environment

image

DevStack

  • A bunch of scripts to build a full OpenStack environment
  • Used as
    • Demo environment
    • Part of the OpenStack project's functional testing
  • Single and multi node setup
  • Installs services from source
    • from git master by default
    • from stable branches by configuration, e.g. stable/newton
  • Documentation: http://docs.openstack.org/developer/devstack/

http://localhost/

image

Service terminals

  • Using Linux 'screen'
  • Access the terminals the installed services are running in
  • Use command 'screen -x' to see the running services
  • For further commands see the User's Manual

image

Exercise

  • Ensure you have the DevStack repository cloned to the VM you would like to use it