One Node Two NIC Openstack Sandbox(centos) Vagrant Setup Guide

virtulabox vm node centOS based vm memory: 4-6GB CPU: 2 HD: 50G NIC1: NAT default 10.0.2.15, dhcp, for Internet access, ovs br-ex NIC2: Hostonly, static ip, 172.25.250.1, for openstack management/public network 172.25.250.0/24 opensatck vm user/pass: vagrant/vagrant openstack admin user/pass: admin/demo use vagrant to launch openstack sandbox $ mkdir vagrant/ctosbox2 $ …

vagrant pain point on 2nd Hostonly NIC setup

vagrant stuck at "Setting hostname" for private network setup ==> ctosbox2: Setting hostname… debug log from debug log, it used hostnamectl to change hostname, then will restart network service, DEBUG ssh: stderr: 41e57d38-b4f7-4e46-9c38-13873d338b86-vagrant-sshDEBUG ssh: stderr: cat: /etc/photon-release: No such file or directoryDEBUG ssh: Exit status: 1 DEBUG guest: Trying: redhat …