Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation method of Redhat openstack6.0

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to install Redhat openstack6.0". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Next, let the editor take you to learn "the installation method of Redhat openstack6.0"!

I. installation

Yum-y install openstack-packstack

Packstack-gen-answer-file=/root/answer.txt

Set NTP, HORIZON SSL, KEYSTONE_ADMIN_PW passwords in answer.txt,

CONFIG_NTP_SERVERS=172.25.254.254

CONFIG_KEYSTONE_ADMIN_PW=redhat

CONFIG_PROVISION_DEMO=n

Change CONFIG_CINDER_VOLUMES_CREATE=n to N, and you can hang it on your own later.

Packstack-answer-file=/root/answer.txt

Second, configure the network

After the configuration br-ex is installed successfully, it is recommended to configure it immediately, otherwise it will affect the next ten network configurations.

Cp ifcfg-eth0 ifcfg-br-ex

Delete all the contents of the original file and write down the following configuration:

Cat ifcfg-eth0

DEVICE=eth0

DEVICETYPE=ovs

TYPE=OVSPort

OVS_BRIDGE=br-ex

ONBOOT=yes

Cat ifcfg-br-ex

DEVICE=br-ex

DEVICETYPE=ovs

TYPE=OVSBridge

ONBOOT=yes

BOOTPROTO=static

IPADDR=192.168.2.70

NETMASK=255.255.252.0

GATEWAY=192.168.1.181

DNS1=192.168.11.181

Ovs-vsctl add-port br-ex eth0; (directly disconnected)

Note: there is no need to execute the sentence add-port, it has been done for you when you restart the network card (the new version is automatically done for you when you restart), the old version of ovs requires you to manually bridge it.

Systemctl restart network

Third, see the interface

At this point, I believe you have a deeper understanding of "Redhat openstack6.0 installation method", might as well come to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report