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
14 lines
280 B
YAML
14 lines
280 B
YAML
boxes:
|
|
ubuntu:
|
|
"20.04":
|
|
virtualbox: ubuntu/focal64
|
|
"18.04":
|
|
virtualbox: ubuntu/bionic64
|
|
libvirt: generic/ubuntu1804
|
|
"16.04":
|
|
virtualbox: ubuntu/xenial64
|
|
libvirt: yk0/ubuntu-xenial
|
|
centos:
|
|
stream8:
|
|
virtualbox: centos/stream8
|