]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
[RM-7505] add support for archlinux
authorHacKan <hackan@gmail.com>
Wed, 24 Jan 2018 01:32:05 +0000 (22:32 -0300)
committerHacKan <hackan@gmail.com>
Fri, 26 Jan 2018 03:51:06 +0000 (00:51 -0300)
commitf60145b9860f20ed979d477d156e867cbf319d66
tree2cf01a763f8c7affa7e46fabb809b3481a002967
parentc8eb17209e6df68b82bc8a7a576bd23903a3aa95
[RM-7505] add support for archlinux

hosts: add arch based on fedora and add detection for distro.
util: add pacman package manager and archlinux default package.
install: add distro detection and package selection
ceph_deploy/hosts/__init__.py
ceph_deploy/hosts/arch/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/arch/install.py [new file with mode: 0644]
ceph_deploy/hosts/arch/mon/__init__.py [new file with mode: 0644]
ceph_deploy/hosts/arch/uninstall.py [new file with mode: 0644]
ceph_deploy/install.py
ceph_deploy/util/constants.py
ceph_deploy/util/pkg_managers.py
ceph_deploy/util/system.py