sesión 14 OpenStack

  • Object Store
  • apt install opentstack-deploy
  • dpkg -L openstack-deploy | grep bin/
  • hostname –fqdn/etc/hosts
  • mysql:
    USE mysql;
    SELECT * FROM USER;
    CREATE USER 'root'@'%' IDENTIFIED BY 'admin123';
    GRANT ALL privileges ON *.* TO 'root'@'%';
    FLUSH privileges;
  • info/cursos/pue/devops/sesion14.txt
  • Darrera modificació: 30/03/2019 05:41
  • per mate