Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Install Openstack (wallaby ver.)

Install devstack

It should be connected by 2 LAN lines.

$ ifconfig

After checking the interface, copy the INTERFACE_ID that inet is not set (ex. eno2 or enx~~)

$ git clone https://github.com/Lee-GeonWoo/openstack.git
$ cd openstack
$ chmod +x openstack_installation.sh
$ source openstack_installation.sh ${INTERFACE_ID}

Set Openstack Dashboard Password

Uninstall devstack

$ sudo su - stack
$ cd devstack
$ ./unstack.sh
$ ./clean.sh
$ sudo su -
$ rm -rf /opt/stack
$ rm -rf /usr/local/bin/
$ rm -rf /usr/local/lib/
$ userdel -rf stack

About

Openstack Installation

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages