tacker/vagrant/devstack/group_vars/all.yml
Yasufumi Ogawa fc73097874 Update config in tacker installer
For a limitation of IP address range of hostonly network which was
added in the recent update in VirtualBox [1], allowed only
192.168.56.0/21, the installer is terminated without you give
appropriate IP addresses to your VMs.

Forwarding port `10080` for HTTP is also invalid in security for some
browsers. `20080` is valid for the restriction.

This update is to update default values of IP address and port to be
allowed.

[1] https://www.virtualbox.org/manual/ch06.html#network_hostonly

Closes-Bug: #1980312
Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: I7fbce874ce2445ea72e627e0ad6309062fac9292
2022-07-07 01:19:48 +00:00

29 lines
578 B
YAML

---
# 1. Devstack params
# common
admin_password: devstack
database_password: devstack
rabbit_password: devstack
service_password: devstack
# controller
service_token: devstack
# compute nodes
service_host: 192.168.56.11
floating_range: 192.168.56.128/25
fixed_range: 10.4.128.0/20
# 2. Configure optional tools on controller node
# Use the latest vim on `ppa:jonathonf/vim`, and use plugins with
# vim-plug.
use_vim_latest: true
use_vim_extra_plugins: true
# Clone tacker in addition to devstack.
use_tacker: true
# Use tools useful for developing.
use_extra_tools: true