codo-cmdb icon indicating copy to clipboard operation
codo-cmdb copied to clipboard

基于Tornado实现的一套资产管理系统、支持AWS、阿里云、腾讯云、华为云自动拉取资产信息等

Results 14 codo-cmdb issues
Sort by recently updated
recently updated
newest added

Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.2 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...

dependencies

Bumps [ansible](https://github.com/ansible/ansible) from 2.7.10 to 4.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansible&package-manager=pip&previous-version=2.7.10&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Demo体验的用户名和密码是什么啊

https://github.com/opendevops-cn/codo-cmdb/blob/master/biz/handlers/asset_tag_handler.py 135行: db_id_list = data.get('dbs') 178 行: session.add_all([ DBTag(db_id=i, tag_id=tag_id) for i in db_id_list ]) 报错信息: TypeError: 'NoneType' object is not iterable

如题,ssh默认集成了webterminal,webterminal本身有操作审计,集成到codo是否还有,怎么查看?

改动的内容比较多,大部分是围绕容器化的改动,目标是一个docker-compose 1. 文件启动所有项目(现在已经完成),如数据库的操作,setting.py文件中地址的更改. 2. 去掉原来使用脚本的方式,做到真正的可以分布式运行,为后面编写k8s编排做准备 3. 具体整体docker-compose文件在git的opendevops项目里,

由于主机已经关联了管理用户,在被删除后导致无法为空置。 应该判断已经被绑定到主机上的时候不能删除。 具体的错误如下: ``` ==> cmdb.log

1. 使用 python image 作为 base image, 减少安装 python 的时间. 2. 独立 python requirements.txt 安装, 减少重复安装 requirements.txt 次数. 3. 清除 nginx 和 supervisor 的安装缓存减少, 镜像大小. 镜像大小优化结果: 1.36GB => 532MB

如果能提供api供调用那就更加方便灵活了,可以通过调用api向cmdb自动更新数据,包括那个db管理,也可以通过这样实现自动更新数据