项目作者: sreenathmenon

项目描述 :
Devstack Installation Steps
高级语言:
项目地址: git://github.com/sreenathmenon/devstack-steps.git
创建时间: 2017-05-26T10:36:04Z
项目社区:https://github.com/sreenathmenon/devstack-steps

开源协议:

下载


Devstack Installation Steps

  1. apt-get update
  2. apt-get upgrade -y
  3. reboot
  4. apt-get -y install git
  5. useradd -d /opt/stack -m -s /bin/bash stack >> directory creation also happen here
  6. echo "stack ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
  7. Edit /etc/sudoers file
  8. su - stack
  9. pwd
  10. /opt/stack
  11. git clone https://git.openstack.org/openstack-dev/devstack
  12. chmod -R 770 devstack/
  13. chown -R stack:stack devstack/
  14. cd devstack/
  15. Now create a basic configuration file. A sample file is present in this repository (sample-local.conf file).
  16. Run the command ./stack.sh
  17. This will start the installation process.