Gerrit hook for Jira 基于Python实现的Gerrit hook用于链接Jira的故事或者任务,通过在commit message添加 `Jira: Jira故事/任务ID` 即可自动在Jira对应的故事或任务添加Gerrit change相关信息,并自动修改故事/任务状态
zookeeper基于arm64构建rpm zookeeper基于arm64构建rpm方式1wget http://dl.marmotte.net/rpms/redhat/el7/x86_64/zookeeper-3.4.9-1.el7/zookeeper-3.4.9-1.el7.noarch.rpm方式2sudo yum install -y rpm-build rpmdevtools mockgit clone https:...
elasticsearch 7.x基于arm64构建rpm 下载配置java 13wget https://github.com/AdoptOpenJDK/openjdk13-binaries/releases/download/jdk13u-2019-12-06-19-50/OpenJDK13U-jdk_aarch64_linux_hotspot_2019-12-06-19-50.tar.gztar -xvf OpenJDK13U-jdk_aarch...
Centos 7安装vim 8 卸载vim 7yum remove vim-common vim-minimal vim-enhanced vim-filesystem -y包安装vim 8tee /etc/yum.repos.d/vim.repo << EOF[vim]name=VIM upgradebaseurl=http://mirror.ghettoforge.org/distributions...
gitlab后台重置密码 gitlab-rails console productionuser = User.where(id: 1).firstuser.password = 'password'user.password_confirmation = 'password'user.save!# 如果需要更改某个用户为管理员,执行:user.update_attribute :admin, trueuse...
Centos 7修改网卡名称 Centos 7默认安装完系统后网卡名称一般是自动生成的名字,例如:enp2s0f0,但是在某些使用场景下需要统一网卡名称为传统的ethx,通过几个步骤既可修改:修改/etc/default/grub,在GRUB_CMDLINE_LINUX行添加net.ifnames=0 biosdevname=0,如下GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.l...
CentOS 7云虚拟机配置DHCPv6 linuxCentOS 7云虚拟机配置DHCPv6CentOS 7云虚拟机配置DHCPv6修改 /etc/sysconfig/network-scripts/ifcfg-eth0TYPE="Ethernet"BOOTPROTO="dhcp"DEFROUTE="yes"PEERDNS="yes"PEERROUTES="yes"IPV6INIT="yes"DHCPV6C=
RunV安装配置 最近在学习了解Kata相关技术,纪录下RunV的安装过程安装Golang官方安装文档安装RunV# 安装依赖sudo apt-get install -y autoconf automake pkg-config libdevmapper-dev libvirt-dev libvirt-bin wget libaio1 libpixman-1-0 jq qemu-sy
Openstack Sydney Summit 投票 没有帐号的先注册:https://www.openstack.org/summit-login/login注册过帐号的直接登录:https://openstackid.org/accounts/user/login登陆后进入投票链接投票:https://www.openstack.org/summit/sydney-2017/vote-for-speakers#
加速maven镜像仓库 修改/etc/maven/settings.xml在配置节点下面加入: nexus-aliyun central Nexus aliyun http://maven.aliyun.com/nexus/content/groups/public
解决:no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 修改~/.ssh/config,加入Host * KexAlgorithms +diffie-hellman-group1-sha1
投票 - Austin Openstack Summit 投票 - Austin Openstack Summit投票链接: Trigger-type billing project for Openstack - Bilean start lxc from rbd volume
Neutron QoS 使用 Neutron QoS 使用Neutron Liberty版已经支持openvswitch qos-rate-limiting: http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/,下面我们通过简单的测试介绍其使用:安装最新neutron和neutronclient$ git clone https://github.
修改linux shell登陆欢迎信息 Ubuntu欢迎信息保存在/etc/update-motd.d/,修改其中的文件即可修改欢迎信息~# ls /etc/update-motd.d/00-header 10-help-text 90-updates-available 91-release-upgrade 98-fsck-at-reboot 98-reboot-required修改相应文件后,执行~# r
Docker Nova Driver实践 Docker安装http://docs.docker.com/installation/ubuntulinux/配置文件修改:# nova.conf[Default]compute_driver=novadocker.virt.docker.DockerDriver[docker]inject_key = True #允许注入ssh公钥# glance
Run monitoring physical devices on devstack From “Icehouse” release on Openstack has been added monitoring physical devices. At this moment available only one inspector – SNMP Inspector. IPMI Inspector will be add soon.1. SNMP data:
ssh卡在expecting SSH2_MSG_KEXDH_REPLY解决 碰到一个奇怪的问题ssh -v 10.0.0.189OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014debug1: Reading configuration data /etc/ssh/ssh_configdebug1: /etc/ssh/ssh_config line 19: Applying options for *debug1: Con