OpenStack auf CentOS 7 installieren

NTP instal­lie­ren:
[root@rdo-single ~]# yum ‑y install ntp
In /etc/tp.conf:
[root@rdo-single ~]# grep ^ser­ver /etc/ntp.conf
ser­ver time.example.com iburst
[root@rdo-single ~]# sys­temctl enable ntpd
ln ‑s ‘/usr/lib/systemd/system/ntpd.service’ ‘/etc/systemd/system/multi-user.target.wants/ntpd.service’
[root@rdo-single ~]# sys­temctl start ntpd

Sytem upda­ten:
[root@rdo-single ~]# yum ‑y update

erst­mal screen, damit wir arbei­ten können 😉
[root@rdo-single ~]# yum ‑y install screen
[root@rdo-single ~]# cat .screenrc
hard­sta­tus always­last­li­ne “%{rk}%H %{gk}%c %{yk}%M%d %{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%?”
enco­ding ISO8859-15
startup_message off
EOF

Fire­wall disablen
[root@rdo-single ~]# sys­temctl disable firewalld
[root@rdo-single ~]# sys­temctl stop firewalld

SELINUX dis­ablen in /etc/selinux/config, sonst star­tet rab­bitmq-ser­ver nicht via sys­temd (oder?) stand auf enfor­cing, kann auch sein, daß das von einem alten, miß­lun­ge­nen Ver­such kommt.
SELINUX=disabled

Net­work­ma­na­ger disablen
[root@rdo-single ~]# sys­temctl stop NetworkManager
[root@rdo-single ~]# sys­temctl disable NetworkManager

Reboo­ten

RDO repo­si­to­ries installieren
[root@rdo-single ~]# yum ‑y install https://rdo.fedorapeople.org/rdo-release.rpm

Pack­stack installieren:
[root@rdo-single ~]# yum ‑y install openstack-packstack

Alles auf einem sin­gle host installieren
[root@rdo-single ~]# pack­stack –alli­no­ne

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert