mirror of https://github.com/ceph/ceph-ansible.git
ceph-defaults: set ceph_stable_openstack_release_uca to queens
Liberty is no longer available in the UCA. The last available release there is currently Queens. Signed-off-by: Christian Berendt <berendt@betacloud-solutions.de>pull/3192/head
parent
5fa2b6993b
commit
ac37a0d0cd
|
@ -41,7 +41,7 @@ UCA repository
|
||||||
|
|
||||||
If ``ceph_repository`` is set to ``uca``, packages you will be by default installed from http://ubuntu-cloud.archive.canonical.com/ubuntu, this can be changed by tweaking ``ceph_stable_repo_uca``.
|
If ``ceph_repository`` is set to ``uca``, packages you will be by default installed from http://ubuntu-cloud.archive.canonical.com/ubuntu, this can be changed by tweaking ``ceph_stable_repo_uca``.
|
||||||
You can also decide which OpenStack version the Ceph packages should come from by tweaking ``ceph_stable_openstack_release_uca``.
|
You can also decide which OpenStack version the Ceph packages should come from by tweaking ``ceph_stable_openstack_release_uca``.
|
||||||
For example, ``ceph_stable_openstack_release_uca: liberty``.
|
For example, ``ceph_stable_openstack_release_uca: queens``.
|
||||||
|
|
||||||
Dev repository
|
Dev repository
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
|
@ -213,7 +213,7 @@ dummy:
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#ceph_stable_repo_uca: "http://ubuntu-cloud.archive.canonical.com/ubuntu"
|
#ceph_stable_repo_uca: "http://ubuntu-cloud.archive.canonical.com/ubuntu"
|
||||||
#ceph_stable_openstack_release_uca: liberty
|
#ceph_stable_openstack_release_uca: queens
|
||||||
#ceph_stable_release_uca: "{{ansible_lsb.codename}}-updates/{{ceph_stable_openstack_release_uca}}"
|
#ceph_stable_release_uca: "{{ansible_lsb.codename}}-updates/{{ceph_stable_openstack_release_uca}}"
|
||||||
|
|
||||||
# REPOSITORY: openSUSE OBS
|
# REPOSITORY: openSUSE OBS
|
||||||
|
|
|
@ -213,7 +213,7 @@ ceph_rhcs_version: 3
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#ceph_stable_repo_uca: "http://ubuntu-cloud.archive.canonical.com/ubuntu"
|
#ceph_stable_repo_uca: "http://ubuntu-cloud.archive.canonical.com/ubuntu"
|
||||||
#ceph_stable_openstack_release_uca: liberty
|
#ceph_stable_openstack_release_uca: queens
|
||||||
#ceph_stable_release_uca: "{{ansible_lsb.codename}}-updates/{{ceph_stable_openstack_release_uca}}"
|
#ceph_stable_release_uca: "{{ansible_lsb.codename}}-updates/{{ceph_stable_openstack_release_uca}}"
|
||||||
|
|
||||||
# REPOSITORY: openSUSE OBS
|
# REPOSITORY: openSUSE OBS
|
||||||
|
|
|
@ -205,7 +205,7 @@ ceph_rhcs_cdn_debian_repo_version: "/3-release/" # for GA, later for updates use
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#ceph_stable_repo_uca: "http://ubuntu-cloud.archive.canonical.com/ubuntu"
|
#ceph_stable_repo_uca: "http://ubuntu-cloud.archive.canonical.com/ubuntu"
|
||||||
#ceph_stable_openstack_release_uca: liberty
|
#ceph_stable_openstack_release_uca: queens
|
||||||
#ceph_stable_release_uca: "{{ansible_lsb.codename}}-updates/{{ceph_stable_openstack_release_uca}}"
|
#ceph_stable_release_uca: "{{ansible_lsb.codename}}-updates/{{ceph_stable_openstack_release_uca}}"
|
||||||
|
|
||||||
# REPOSITORY: openSUSE OBS
|
# REPOSITORY: openSUSE OBS
|
||||||
|
|
Loading…
Reference in New Issue