This file is generated by git precommit hook, DO NOT MODIFY IT!
- find_links.sh: Find a link by ifindex, if ifindex not set, all the links will be listed.
- docker_netns.sh: List or enter Docker network namespace by container id or name.
- get_node_ipv4_block.sh: List all ipv4 block of Calico Nodes.
- tap_to_port.sh: Convert tap to Neutron port.
- get_server_security_group_iptables_rules.sh: List iptables rules of security group for a server, should run it on compute node.
- ssh_vm_in_dhcp_namespace.sh: ssh vm in dhcp namespace, useful if controller node not reachable to tenant network.
- create_virtual_ip.sh: Create a virtual IP for a group of member ip.
- dump_all_taps.sh: Dumps all tap devices to Neutron port.
- get_server_metadata.sh: Get server metadata outside the vm, useful to debug cloud-init metadata.
- create_libvirt_ceph_secret.sh: Create a libvirt secret for Ceph.
- clean_orphan_neutron_agent.sh: Clean orphan neutron agent if ironic node was deleted.
- dump_ipmi_commands.sh: Dumps all ipmi commands from ironic conductor log, useful to troubleshoot ironic issue.
- etcd_ls.sh: ls etcd keys by prefix just like etcd v2.
- api_requests.sh: OpenStack API test using curl.
- export_k8s_resource.sh: Export k8s resource(kubectl export is deprecated).
- create_serviceaccount_user_and_setup_kubeconfig.sh: Create SereviceAccount as normal user and setup kubeconfig.
- create_x509_client_and_setup_kubeconfig.sh: Create x509 client and setup kubeconfig.
- decode_serviceaccount_token.sh: Decode ServiceAccount Token(JWT).
- kcd.sh: Change kubernetes namespace using bash select(List all, choose one).
- fast_krew.sh: Fast Kubernetes krew using axel.