open-menu closeme
Home
Archives
Links icon
LinkedIn Twitter
About
English
github linkedin
  • Add a specific floating IP to a project

    calendar Apr 4, 2022 · 1 min read · openstack networking  ·
    Share on: twitter facebook linkedin copy

    I use this script to assign a specific Public IP address to a designated tenancy, in my environment we have multiple public subnets on the single Public network and one of those subnet's is owned by a reseller we work with, so only they have access to this set of IP's 1export PROJECT_ID=$1 2export IP_ADDRESS=$2 3source …


    Read More
  • Working with Openstack metadata service when using OVN

    calendar Jun 28, 2020 · 4 min read · OPENSTACK OVN  ·
    Share on: twitter facebook linkedin copy

    #Metadata agent Running the agent 1neutron-ovn-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_ovn_metadata_agent.ini Configure neutron_ovn_metadata_agent.ini.j2 on the compute node(s) 1[ovn] 2ovn_nb_connection=tcp:{{OVN Controller IP}}:6641 3ovn_sb_connection=tcp:{{OVN …


    Read More
  • Useful gnocchi commmands

    calendar Jul 16, 2019 · 1 min read · GNOCCHI openstack  ·
    Share on: twitter facebook linkedin copy

    1resource update -a customerID:"customer1" 729389e687504dbf8b2c4aead14a607c --type my_consumable_resource 2 3resource show 4f42c5e60813488ea166206c5bfc10cd --type my_consumable_resource


    Read More
  • KVM Qemu Openstack - Manage a live migration

    calendar Jun 2, 2019 · 1 min read · linux openstack kvm virtualisation  ·
    Share on: twitter facebook linkedin copy

    Live migrations arent hard to do, but getting some real insights into them isnt super simple virsh qemu-monitor-command {VMNAME} --pretty '{"execute":"migrate_cancel"}' Allow Virsh more downtime(If it cant keepup with RAM utilization) virsh migrate-setmaxdowntime VMNAME 2500  Check migration status virsh domjobinfo …


    Read More
  • Openstack Rocky - Keystone - Requesting a token scoped as a different project

    calendar May 29, 2019 · 1 min read · OPENSTACK keystone  ·
    Share on: twitter facebook linkedin copy

    Because yet again I found the documentation to be wrong on the Openstack site, here is what I have FINALLY managed to determine is the correct request to get a token issued to an admin user an another project. In my case i need this to create volume backups because the backup API does not allow you to project a project …


    Read More
  • Openstack - Manually edit VM

    calendar Feb 21, 2019 · 1 min read · OPENSTACK VM  ·
    Share on: twitter facebook linkedin copy

    Find the host the VM is running on and the instance ID(Use console view to get instance ID) 1cp /etc/libvirt/qemu/instance-0000030a.xml . edit instance-0000030a.xml to be what you need it to be While the VM is running (Warning, will crash the VM) 1virsh destroy instance-0000030a 2virsh undefine instance-0000030a 3virsh …


    Read More
  • Openstack - Layer2 Gateway(VXLAN -> Real world bridge)

    calendar Apr 29, 2018 · 4 min read · OPENSTACK VXLAN  ·
    Share on: twitter facebook linkedin copy

    This article is the culmination of 100's of hours of work, I hope it can save others some time. Here are some super useful articles that got me across the line: https://networkop.co.uk/blog/2016/05/21/neutron-l2gw https://wiki.openstack.org/wiki/Ovs-flow-logic …


    Read More
  • No mouse cursor in Openstack\OpenNebula\Proxmox using NoVNC in Firefox

    calendar Mar 8, 2018 · 1 min read · OPENSTACK OPENNEBULA PROXMOX NOVNC  ·
    Share on: twitter facebook linkedin copy

    Seems that anything that uses NoVNC has a small bug, if your laptop has a touch screen(Or possibly even if you have other pointing devices installed) then the VNC plugin for Firefox does pass mouse cursor moves or clicks by navigating to about:config and setting dom.w3c_touch_events.enabled to 0 then reloading the …


    Read More
  • A quick and dirty script to backup Openstack config files

    calendar May 24, 2016 · 1 min read · OPENSTACK CONFIG  ·
    Share on: twitter facebook linkedin copy

    You will of course need to run ssh-copy-id root@hostname for each machine you want to connect to prior to running this script. 1 #!/bin/bash 2 # declare an array called array and define 3 vales 3 osdirs=( "/etc/nova" "/etc/neutron" "/etc/cinder" "/etc/glance" "/etc/keystone" …


    Read More
  • Cinder Ceph config

    calendar Feb 11, 2016 · 1 min read · CEPH CINDER openstack  ·
    Share on: twitter facebook linkedin copy

    1cinder::controller::settings:2DEFAULT:3rpc_backend:"rabbit"4my_ip:"%{::ipaddress_eth0}"5verbose:"True"6debug:"False"7auth_strategy:"keystone"8enabled_backends:"ceph_sas,ceph_sata"9glance_host:"%{hiera('glance::virtualIP')}"10volume_driver:"cinder.volu …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Cory Hawkvelt photo

Cory Hawkvelt

Career Nerd and Open Source Cloud Architect
Read More

Recent Posts

  • RabbitMQ in HA
  • MemcacheD connection limits inside Docker
  • Use grep to view a file without comments
  • Use grep to view a file without comments
  • Scrub all local disks
  • Use grep to view a file without comments
  • tcpdump HTTP traffic
  • List all local linux disks

Tags

LINUX 31 CEPH 22 BASH 19 OPENSTACK 11 NETWORKING 10 DOCKER 7 CONFIG 6 OPENSTACK-QUEENS 5 QEMU 5 TROUBLESHOOTING 5 CENTOS7 4 MYSQL 4 SSH 4 UBUNTU 4
All Tags
ACTIVE-BACKUP1 ADB1 ANDROID1 ANSIBLE2 APT1 AUTODISCOVER1 BACKUP1 BASH19 BIND1 BLUETOOTH1 CAS1 CENTOS74 CEPH22 CEPH-NAUTILUS1 CERTIFICATES1 CINDER3 COLLECTD1 COMWARE1 CONFIG6 CRYPTOLOCK1 CRYPTOMINER2 DATABASE1 DELL-S600-ON1 DELLMD3060JBOD1 DHCP1 DISK-MGMT1 DNS1 DOCKER7 DRIVERS1 ESP826621 ESPTOOL1 FAIL2BAN1 FEDORA261 FIBRECHANNEL1 FIRMWARE1 FREEOTP1 GIT1 GNOCCHI2 HAPROXY2 HARDWARE2 HORIZON1 HP2 HP-ILO1 HPACUCLI3 HTTP1 HUGO1 HYPER-V1 INDEX1 IP2 IPTABLES1 IPV61 KEYCLOAK1 KEYGEN3 KEYSTONE1 KOLLA1 KVM2 LE1 LIBRENMS1 LINUX31 LOGO1 MAAS1 MATTERMOST1 MEGACLI1 MELLANOX1 MELTDOWN1 MEMCACHED1 MIKROTIK2 MOUSE1 MTP1 MYSQL4 NAMED1 NAT1 NETBOX1 NETBOX-IPAM1 NETWORK-MANAGER1 NETWORKING10 NEUTRON1 NOVA1 NOVNC1 NPS1 OPENNEBULA1 OPENSTACK11 OPENSTACK-QUEENS5 OPENSWITCH1 OPENVSWITCH1 OVN1 PKI1 PORT1 PRINTER1 PROXMOX1 PUTTY1 PYTHON1 QEMU5 RABBITMQ1 RADIUS1 RADOSGW2 RAID3 RBD3 ROCKY-GLANCE1 ROUTING1 SCRIPT1 SERVER1 SERVER-20121 SMTP1 SNMP1 SPECTRE1 SPEEDTEST1 SSH4 SSL1 SVG1 SWAP1 SYSCOMMANDS1 TCP1 TCP-DUMP1 TCPDUMP1 TROUBLESHOOTING5 UBUNTU4 UBUNTU-182 UBUNTU-201 UBUNTU-GNOME1 UBUNTU171 UEFI1 VAGRANT2 VIRTUAL-NETWORK1 VIRTUALISATION1 VLAN1 VM2 VPN1 VXLAN1 WINDOWS2 WINDOWS-AD1 WIRESHARK1 YOUTUBE-DL1
[A~Z][0~9]

Copyright 2022-  . All Rights Reserved

to-top