OpenStack deployment via packstack from RDO

From Christoph's Personal Wiki
Revision as of 00:14, 7 October 2015 by Christoph (Talk | contribs)

Jump to: navigation, search

This article will cover the steps involved in getting OpenStack deployed using "packstack" from RDO.

NOTE: Article under construction.
  • Deploy assumptions:
    • OS: CentOS 7.1 (64-bit; 7.1.1503 Core)
    • OpenStack release: "Kilo" (April 2015)

Single node

Note: Using neutron with a flat network driver.

# yum update -y
# yum install -y https://rdoproject.org/repos/rdo-release.rpm
# yum install -y openstack-packstack
# packstack --allinone --provision-demo=n

External links