Skip to content

Instantly share code, notes, and snippets.

View ilyashtrikul's full-sized avatar

Ilya Shtrikul ilyashtrikul

View GitHub Profile
@meetmatt
meetmatt / 01-openstack.md
Last active November 10, 2024 19:57
Scripted version of the how-to article by Rodrigo Nascimento "OpenStack Single-Node (MicroStack)" https://connection.rnascimento.com/2021/03/08/openstack-single-node-microstack/ Part 2 with Kubernetes can be found here https://gist.github.com/meetmatt/92167f8cc61e85346bbb97b4501d8d22

Openstack

OS configuration

Add user to sudoers without password

echo 'user ALL=(ALL) NOPASSWD: ALL' | sudo tee /etc/sudoers.d/user

Kernel optimizations