Skip to content

Instantly share code, notes, and snippets.

View dmorozov82's full-sized avatar

Dmitry Morozov dmorozov82

  • Freelance
  • Russia, Moscow
  • 23:28 (UTC +03:00)
View GitHub Profile
@gilangvperdana
gilangvperdana / README.txt
Last active December 5, 2024 19:55
Deploy Ceph Quincy & Openstack Zed Multinode on Ubuntu 22.04
=========================
ENVIRONMENT
=========================
- 2x Ubuntu 22.04
- Vda-Vdd Disk
- ens3-ens6 Network Interface
- ens6 == no-IP
=========================
CEPH-ANSIBLE PREPARE
@shangzongyu
shangzongyu / ovs-cheat.md
Last active May 28, 2024 06:03 — forked from djoreilly/ovs-cheat.md
OVS Cheatsheet

DB

ovs-vsctl list interface
ovs-vsctl --columns=ofport,name list Interface
ovs-vsctl --columns=ofport,name --format=table list Interface
ovs-vsctl --format=table --columns=name,mac_in_use find Interface name=br-dpdk1
ovs-vsctl get interface vhub656c3cb-23 name

ovs-vsctl set port vlan1729 tag=1729
ovs-vsctl get port vlan1729 tag
@jriguera
jriguera / new_tenant.sh
Created November 17, 2015 15:23
Openstack CLI commands to create a new Project/Tenant and networks using identity V3 (with groups)
# Now we are managing the users on a project by using groups. So everything
# is about creating users and add they to the groups.
# A special user is created always with the same name of the project,
# just to reserve the name and avoid confusion and have an email.
############## Define those variables for the tenant (this is just an example)
TENANT=test
PASSWORD=test
TENANT_DESC="Test"