Ceci est une ancienne révision du document !


Installation du dépôt RDO OpenStack Liberty

yum install -y https://www.rdoproject.org/repos/rdo-release.rpm

Faire une mise à jour pour être sûr d'avoir les derniers correctifs:

yum update

Sur le controlleur

yum install mysql-server

systemctl start mariadb

mysql_secure_installation

CREATE DATABASE keystone;

GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'localhost' \ IDENTIFIED BY 'KEYSTONE_DBPASS';
GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'%' \ IDENTIFIED BY 'KEYSTONE_DBPASS';

Pour générer un token d'administration temporaire:

openssl rand -hex 10

Keystone via apache:

yum install openstack-keystone httpd mod_wsgi \ memcached python-memcached

Demarrage et activation de memcached:

# systemctl enable memcached.service
# systemctl start memcached.service

  • openstackliberty.1454612875.txt.gz
  • Dernière modification : 2016/02/04 19:07
  • de madko