Posts

Showing posts from June, 2018

Install openstack is EASY!

1> Install CentOS mini OS 2> Disable the firewalld/NetworkManager & enable network systemctl stop firewalld systemctl disable firewalld systemctl stop NetworkManage systemctl disable NetworkManage systemctl enable network systemctl start network 2>  yum -y update 3>  yum -y install centos-release-openstack-queens epel-release 4>  yum -y install openstack-packstack python-pip 5>  packstack --allinone took about 20 mins, you will see this message: OPTION: if you want to edit the configuration before building: packstack --gen-answer-file=openstack.conf then you can edit the configuration; then type: packstack --answer-file=openstack.conf yum -y install openstack-neutron-lbaas haproxy openstack-utils  **** Installation completed successfully ****** [root@vm01 ~(keystone_admin)]# openstack catalog list +------------+--------------+--------------------------------------------------------------------------------+ | Name 

Generate OVA/OVF

Since Vsphere 6.5, it recommends to use ovftool to convert the OVF/OVA. Before doing it, please remember disconnect your CDROM/DVDROM. Otherwise, the data on CD/DVD will be included in the OVF/OVA OVF --> WAX --> OVA C:\Program Files\VMware\VMware OVF Tool>ovftool.exe vi://192.168.1.99/Boxborough /vm/win7 C:\Users\pwang\Desktop\ovfs Enter login information for source vi://192.168.1.99/ Username: administrator@vsphere.local Password: ************ Opening VI source: vi://administrator%40vsphere.local@192.168.1.99:443/Boxboroug h/vm/win7 Opening VI source: vi://administrator%40vsphere.local@192.168.1.99:443/Boxboroug h/vm/win7 Opening OVF target: C:\Users\pwang\Desktop\ovfs Writing OVF package: C:\Users\pwang\Desktop\ovfs\win7\win7.ovf Transfer Completed Completed successfully C:\Users\pwang\Desktop\ovfs\vm02>"C:\Program Files\VMware\VMware OVF Tool\ovftoo l.exe" vm02.ovf C:\Users\pwang\Desktop\vmx\vm02.vmx Opening OVF source: vm02.ovf The manife