Deploy RDO Pike on CentOS 7.4/ppc64le

  • System preparation

  • $ sudo systemctl disable firewalld
    $ sudo systemctl stop firewalld
    $ sudo systemctl disable NetworkManager
    $ sudo systemctl stop NetworkManager
    $ sudo systemctl enable network
    $ sudo systemctl start network

    Prepare the repo

    $ sudo yum install -y epel-release

And you need to add the following into your repo:

[root@host-9-114-111-215 centos]# cat /etc/yum.repos.d/rdo.repo 

[rdo-pike]

name=RDO Pike

baseurl=http://mirror.centos.org/centos/7/cloud/x86_64/openstack-pike

enabled=1

gpgcheck=0

[rdo-pike-dependency]

name=RDO Pike Dependency for PowerLinux

baseurl=ftp://ftp.unicamp.br/pub/ppc64el/centos/7_4/openstack/pike/

enabled=1

gpgcheck=0

After that, follow the standard RDO installation practices.

$ sudo yum repolist

$sudo yum update -y

$sudo yum install -y openstack-packstack

  • RDO installation via Packstack

    $packstack --allinone --default-password=<your passcode> --os-ceilometer-install=n  --os-aodh-install=n --os-gnocchi-install=n