会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
junqiang_china
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
53
下一页
2020年4月11日
opencontrail 参考资料
摘要: https://blog.csdn.net/quqi99/article/details/47026543
阅读全文
posted @ 2020-04-11 21:58 salami_china
阅读(120)
评论(0)
推荐(0)
编辑
使用disk-image-builder(DIB)制作Ironic 裸金属镜像
摘要: export DIB_DEV_USER_USERNAME=centos export DIB_DEV_USER_PASSWORD=123456 export DIB_DEV_USER_PWDLESS_SUDO=YES export DIB_CLOUD_INIT_DATASOURCES="Config
阅读全文
posted @ 2020-04-11 01:00 salami_china
阅读(593)
评论(0)
推荐(0)
编辑
2020年4月10日
构造vlan报文
摘要: #!/usr/bin/python from scapy.all import * packet = Ether(src='dc:99:14:01:a3:5e', dst='ff:ff:ff:ff:ff:ff', type=0x8100) / \ Dot1Q(vlan=1) / \ ARP(op="
阅读全文
posted @ 2020-04-10 17:17 salami_china
阅读(496)
评论(0)
推荐(0)
编辑
2020年4月9日
kolla搭建ironic裸机服务
摘要: 参考链接: https://www.lijiawang.org/posts/kolla-ironic.html 准备ageng镜像: [root@control01 ~]# pip install diskimage-builder [root@control01 ~]# disk-image-cr
阅读全文
posted @ 2020-04-09 16:43 salami_china
阅读(723)
评论(0)
推荐(0)
编辑
2020年4月5日
Docker Run Cadvisor failed: inotify_add_watch /sys/fs/cgroup/cpuacct,cpu: no such file or directory
摘要: 原文链接:https://blog.csdn.net/poem_2010/article/details/84836816 没有找这个文件, 这是一个bug,在系统中,是cpu,cpuacct 可以去文件的目录下查看: ll -d /sys/fs/cgroup/ 解决方法: 使用 软连接 sudo
阅读全文
posted @ 2020-04-05 20:26 salami_china
阅读(919)
评论(0)
推荐(0)
编辑
github 加速方法
摘要: 登录网址:https://github.com.ipaddress.com/codeload.github.com#ipinfo 更改hosts:
阅读全文
posted @ 2020-04-05 16:47 salami_china
阅读(196)
评论(0)
推荐(0)
编辑
kolla build 配置
摘要: kolla-build.conf 配置文件: [DEFAULT]debug = falsebase = centosbase_tag = 7.7.1908base_arch = x86_64tag = traininstall_type = binarynamespace = qianxinpush
阅读全文
posted @ 2020-04-05 13:00 salami_china
阅读(563)
评论(0)
推荐(0)
编辑
2020年4月4日
Python pip配置国内源
摘要: 参考文档: https://www.cnblogs.com/schut/p/10410087.html 清华大学:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 豆瓣:http:/
阅读全文
posted @ 2020-04-04 17:24 salami_china
阅读(201)
评论(0)
推荐(0)
编辑
rabbit rpm地址
摘要: rabbitmq 官方源: https://dl.bintray.com/rabbitmq/rpm/rabbitmq-server/ erlang 清华源(包含erlang所有版本): https://mirrors4.tuna.tsinghua.edu.cn/erlang-solutions/ce
阅读全文
posted @ 2020-04-04 02:31 salami_china
阅读(219)
评论(2)
推荐(1)
编辑
2020年4月3日
OpenStack 阿里云源地址
摘要: https://mirrors.aliyun.com/centos/7/cloud/x86_64/openstack-train
阅读全文
posted @ 2020-04-03 10:57 salami_china
阅读(1776)
评论(0)
推荐(0)
编辑
上一页
1
···
18
19
20
21
22
23
24
25
26
···
53
下一页
公告