danaxmn.blogg.se

Eutron-fwaas-v1-dashboard
Eutron-fwaas-v1-dashboard











  1. #Eutron fwaas v1 dashboard install
  2. #Eutron fwaas v1 dashboard update

#nova boot -poll -flavor m2.nano -image cirros \ port-range-min 22 -port-range-max 22 default #neutron security-group-rule-create -protocol tcp \ #neutron security-group-rule-create -protocol icmp default #neutron router-interface-add pub_router demo_subnet #neutron router-gateway-set pub_router public

eutron-fwaas-v1-dashboard

#neutron subnet-create -name demo_subnet \ #neutron net-create public -router:external=True Try below commands to create networks and spin a Virtual Machine #.

#Eutron fwaas v1 dashboard install

Install firefox and launch Openstack Dashboard ĭelete router and network gui from. Details can be found in Lab-13:Deploying Openstack using packstack allinone $packstack -allinoneĪfter around 15 min you will see this message which mean installation is successful $sudo yum install -y openstack-packstack Procedure: Try this link or below commands to install packstack $sudo yum install -y centos-release-openstack-mitaka ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 Set hostname $hostnamectl set-hostname mitakaĮdit /etc/hosts with fqdn ~]# cat /etc/hostsġ27.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4

#Eutron fwaas v1 dashboard update

Perform update on both nodes $yum update -y Set SELINUX in permissive mode on both nodes, edit file /etc/selinux/config SELINUX=permissiveĭisable Network Manager on both nodes $systemctl disable NetworkManagerĭisable firewall on both nodes $systemctl disable firewalld Install yum-utils on both nodes $yum install -y yum-utils Make sure you can ping internet using domain name.įollow below steps to prepare machine for Openstack deployment My VM came up with interface enp0s3 and IP address 10.0.2.15. I have not changed network setting in VirtualBox, it is using default NAT mode. Images come with usrname:osboxes, password: and root passward:ĭownload virtualBox from this link.Start VirtualBox with CentOS image, I have given it 4 GB RAM

eutron-fwaas-v1-dashboard

My laptop has Windows 7 64-bit, 16 GB RAM.ĭownload CentOS 7 virtual box image from this link. For a long time I wanted to deploy Openstack in a Virtual box this became true after I purchased a new laptop with sufficient RAM Precondition:













Eutron-fwaas-v1-dashboard