前提,对官网问题的一个翻译 Troubleshooting Guide排障手册 1.Failures(失败) If Kolla fails, often it is caused by a CTRL-C during the deployment process or a problem in the globals.yml configuration.如果kolla失败,经常是由于部署过程中使用了ctrl-c或者globals.yml配置文件中的配置错误 To correct the prob
2019-05-15 问题现象: 1.GIT本地目录无法pull下远程仓库已新增的内容,一直提示Already up to date 2.git log 命令显示没有远端的tag版本 $git log 3.本地tag数量比远程仓库多git tag 命令查看本地tag数 $git tag 原因分析: (待分析) 2019-05-16 解决方案: 同步远程tag: 1.删除本地全部tag: git tag -l|xargs git tag -d 2.更新下来远程全部tag: git fetch o
> YUM (/usr/lib/python2.7/site-packages/ansible/modules/packaging/os/yum.py) Installs, upgrade, downgrades, removes, and lists packages and groups with the `yum' package manager. This module only works on Python 2. If you require Python 3 support see
公司的git开发模式是“主干发布,分支开发”,大多数情况下是多个开发在同一dev分支上进行开发,因此需要经常pull代码,如果本地工作区存在代码修改,那么pull肯定失败,提示需要先commit已修改的部分, 如下 error: Your local changes to the following files would be overwritten by merge: xxx/xxx/xxx.php Please, commit your changes or stash them befo
前面的安装报错信息 ansible模块安装报错:Could not install packages due to an OSError: [Errno 2] No such file or directory:先升级pip版本,如果不指定国内源,容易更新失败(venv) D:\python_mcw\venv\Scripts>D:\python_mcw\venv\Scripts\python.exe -m pip install --upgrade pip -i https://pypi.tun