tacker/vagrant/devstack/group_vars/all.yml
Yasufumi Ogawa 5c20d34fa7 Add neovim support in tacker installer
Introduce neovim [1], an enhanced vim, instead of vim because of easy
installation and better performance.

[1] https://neovim.io/

Signed-off-by: Yasufumi Ogawa <yasufum.o@gmail.com>
Change-Id: Idfd42f1433c9a715ba0190838a557335e19533f4
2023-07-26 17:33:04 +00:00

32 lines
630 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 stable Neovim.
use_neovim: true
# Use the latest vim on `ppa:jonathonf/vim`, and use plugins with
# vim-plug.
use_vim_latest: false
use_vim_extra_plugins: false
# Clone tacker in addition to devstack.
use_tacker: true
# Use tools useful for developing.
use_extra_tools: true