9c9a31e4f5
This update is for providing a dedicated devstack installer for Tacker. It is configurable for supporting several usecases, such as multiple nodes configuration. It's also supports both of default distros in OpenStack, Ubuntu 20.04 (focal) and CentOS Stream 8 currently. You can find usages in the contributor guide `Devstack Installation with Vagrant`. Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com> Implements: bp intro-tacker-installer Change-Id: I2f9fcf0811c41d9278df79b5a7e60d608d23cd76
8 lines
241 B
Bash
Executable File
8 lines
241 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo apt-get build-dep vagrant ruby-libvirt -y
|
|
sudo apt-get install qemu libvirt-bin ebtables dnsmasq-base -y
|
|
sudo apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev -y
|
|
|
|
vagrant plugin install vagrant-libvirt
|