]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
LSB Release is not installed by default on minimal OS installs (for example cloud... 827/head
authorroot <root@test.localdomain>
Tue, 31 May 2016 14:49:40 +0000 (10:49 -0400)
committerGreg <gcharot@redhat.com>
Tue, 31 May 2016 17:30:08 +0000 (19:30 +0200)
commit156bee2af0786e11a797ba58e2044029f766efc3
tree7a0179413a0f2e36ca825969e43330fdfcc3688e
parent06b855d0717572cc367f8a2fba0d2e07259aed98
LSB Release is not installed by default on minimal OS installs (for example cloud-images). Script fails with a "command not found" erroor.
Checking if lsb_release is present BEFORE doing the test
Change os_VERSION to grab the major OS version instead of the distro codename
When installing EPEL, use $os_VERSION to grab the correct rpm instead of using hardcoded '7' package that would fail on other versions.
os_Version can also be use to deprecate old version on which ceph-ansible is not supported.
install-ansible.sh