cloudstack4.11 centos7 安装文档
centos 7.x? cloudstack 4.11
提示:生產(chǎn)環(huán)境 建議用ceph 塊存儲(chǔ)為主存儲(chǔ), 這里測試使用的是nfs主存儲(chǔ)
?
| 172.16.19.116? | cloudstack-management | nfs,mysql,cloudstack-management |
| 172.16.19.170 | cloudstack-agent | kvm,?cloudstack-agent |
| ? | ? | ? |
?
| 172.16.17.50-100 | 255.255.252.0 | 172.16.16.1 |
| ? | ? | ? |
| ? | ? | ? |
?
?
?
###cloudstack-management?
1、系統(tǒng)基礎(chǔ)配置
?
?
//安裝ntp
?
//關(guān)閉防火墻
#systemctl stop firewalld && systemctl disable firewalld && setenforce 0 #vim /etc/selinux/config SELINUX=permissive SELINUXTYPE=targeted?
//配置yum源
#vim /etc/yum.repos.d/cloud.repo [cloudstack] name=cloudstack baseurl=http://cloudstack.apt-get.eu/centos/7/4.11/ enabled=1 gpgcheck=0
//master install
?
//安裝nfs 服務(wù) 作為secondary存儲(chǔ)?
//install mysql-server
?
//cloudstack?management?install
?
?
?
//cloudstack-agent
1、系統(tǒng)基礎(chǔ)配置
2、ntp配置
3、yum配置
//安裝cloudstack-agent
//libvirtd配置
#vim /etc/libvirt/qemu.conf vnc_listen=0.0.0.0 #vim /etc/libvirt/libvirtd.conf listen_tls = 0listen_tcp = 1
tcp_port = "16059"
auth_tcp = "none"
mdns_adv = 0
?
?
//網(wǎng)絡(luò)配置
#cat /etc/sysconfig/network-scripts/ifcfg-enp0s25 DEVICE=enp0s25 ONBOOT=yes HOTPLUG=no BOOTPROTO=none TYPE=Ethernet BRIDGE=cloudbr0 #cat /etc/sysconfig/network-scripts/ifcfg-cloudbr0 DEVICE=cloudbr0 TYPE=Bridge ONBOOT=yes BOOTPROTO=static IPV6INIT=no IPV6_AUTOCONF=no DELAY=5 IPADDR=172.16.19.170 NETMASK=255.255.252.0 GATEWAY=172.16.16.1 DNS1=172.16.16.250 DNS2=172.16.16.250 STP=yes #cat /etc/sysconfig/network GATEWAY=172.16.16.1#/etc/init.d/network restart
?
//配置agent 與啟動(dòng)服務(wù)
#cloudstack-setup-agent?
?
##登陸 ui
?
http://172.16.19.116:8080/client/
初始化用戶名密碼是 admin/password
?
1、安全組配置
2、全局參數(shù)
?
secstorage.allowed.internal.sites ---> 172.16.0.0/16 network.throttling.rate ---> 0 vm.network.throttling.rate -→0 kvm.snapshot.enabled →true?
參考文檔:http://echoyun.com/2018/12/15/install-cloudstack-4-11-1-0-centos-7-5/?與 官網(wǎng)配置
?轉(zhuǎn)載于:https://www.cnblogs.com/Qing-840/p/10731146.html
總結(jié)
以上是生活随笔為你收集整理的cloudstack4.11 centos7 安装文档的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: go语言有哪些劣势?
- 下一篇: 关于arguments