Menu
Online Notes
  • Privacy Policy
Online Notes

Tag: memcached

Pre-requisites in Controller node

Posted on October 9, 2020December 4, 2020 by sandeep

Add MariaDB repository as we need v10.5 wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup chmod +x mariadb_repo_setup ./mariadb_repo_setup –mariadb-server-version=”mariadb-10.5″ apt update apt -y upgrade apt install -y mariadb-server python-pymysql Create /etc/mysql/mariadb.conf.d/99-openstack.cnf with following contents. Note : since I had enough memory in controller node set the value of buffer pool size. [mysqld] bind-address = 10.1.1.60 innodb_buffer_pool_size = 8G default-storage-engine =…

Recent Posts

  • Launching an instance
  • Removing compute node/host from an Openstack deployment
  • Cinder – Block storage services – Storage Nodes
  • Cinder – Block storage service – Controller node
  • Horizon – Dashboard on Controller Node
  • Neutron – Networking service on Compute nodes
  • Neutron – Networking service on Controller node
  • Nova – Compute services on Compute nodes
  • Nova – Compute services on Controller node
  • Placement services on Controller Node

Recent Comments

  • Adding ClamAV Anti-virus checks to existing Postfix, Amavis+Spamassasin configuration – Online Notes on Configuring secure mail server using Postfix with Dovecot, Amavis, Spamassasin, Postgrey and OpenDKIM

Archives

  • October 2020
  • February 2020
  • January 2020
  • December 2019

Categories

  • Howto
  • Installation Steps
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
©2021 Online Notes | Powered by WordPress & Superb Themes