跳转到主要内容

用于管理tripleo仓库的工具

项目描述

用于从RDO Trunk和Ceph等位置管理tripleo仓库的工具。

见: https://blogs.rdoproject.org/2016/04/newbie-in-rdo-2-rdo-trunk-from-a-bird-s-eye-view/

还确保安装了yum-plugin-priorities,因为RDO Trunk仓库需要它才能正常工作。

示例

安装当前master RDO Trunk仓库及其依赖项仓库

tripleo-repos current

安装current-tripleo RDO Trunk仓库及其依赖项仓库

tripleo-repos current-tripleo

安装current-tripleo-dev仓库。这将同时拉取当前和依赖项,并适当调整每个仓库的优先级

tripleo-repos current-tripleo-dev

安装mitaka RDO Trunk仓库及其依赖项

tripleo-repos -b mitaka current

将仓库写入不同的路径

tripleo-repos -o ~/test-repos current

安装current-tripleo、deps和ceph仓库。注意:Ceph仓库是从软件包安装的,因此不尊重-o

tripleo-repos current-tripleo ceph

TripleO

要用于TripleO开发,将tripleo.sh –repo-setup步骤替换为以下内容

git clone https://github.com/cybertron/tripleo-repos
cd tripleo-repos
sudo ./setup.py install
sudo tripleo-repos current-tripleo-dev ceph

现在您可以安装undercloud了

tripleo.sh --undercloud

并构建镜像

export OVERCLOUD_IMAGES_DIB_YUM_REPO_CONF="$(ls /etc/yum.repos.d/delorean* /etc/yum.repos.d/CentOS-Ceph-*)"
tripleo.sh --overcloud-images

项目详情


下载文件

下载适用于您的平台文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源代码分发

tripleo-repos-0.1.0.tar.gz (18.9 kB 查看哈希值)

上传时间 源代码

构建分发

tripleo_repos-0.1.0-py2.py3-none-any.whl (16.0 kB 查看哈希值)

上传时间 Python 2 Python 3

由以下支持