devops--openstack--lab/vagrant--devstack/README.md

17 lines
272 B
Markdown
Raw Normal View History

2023-04-12 22:55:37 +00:00
# Vagrant-Devstack
## Usage
2023-04-13 08:27:41 +00:00
On the host machine
2023-04-12 22:55:37 +00:00
vagrant up --provider=libvirt
2023-04-13 08:27:41 +00:00
ssh -L 8081:192.168.56.21:80 vagrant@control -N
On your local machine
ssh -L8081:127.0.0.1:8081 debian@xxxx -N
2023-04-04 06:51:02 +00:00
2023-04-13 08:27:41 +00:00
## References
2023-04-04 06:51:02 +00:00
* https://opendev.org/openstack/devstack-vagrant