mirror of https://github.com/ceph/ceph-ansible.git
remove ceph restapi references
The ceph restapi configuration was only available until Luminous
release so we don't need those leftovers for nautilus+.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit da8b7ab7fb
)
pull/4138/head
parent
52ff9ce5d1
commit
aa197f77fc
|
@ -4,7 +4,7 @@ set -xe
|
||||||
# VARIABLES
|
# VARIABLES
|
||||||
BASEDIR=$(dirname "$0")
|
BASEDIR=$(dirname "$0")
|
||||||
LOCAL_BRANCH=$(cd $BASEDIR && git rev-parse --abbrev-ref HEAD)
|
LOCAL_BRANCH=$(cd $BASEDIR && git rev-parse --abbrev-ref HEAD)
|
||||||
ROLES="ceph-common ceph-mon ceph-osd ceph-mds ceph-rgw ceph-restapi ceph-fetch-keys ceph-rbd-mirror ceph-client ceph-container-common ceph-mgr ceph-defaults ceph-config"
|
ROLES="ceph-common ceph-mon ceph-osd ceph-mds ceph-rgw ceph-fetch-keys ceph-rbd-mirror ceph-client ceph-container-common ceph-mgr ceph-defaults ceph-config"
|
||||||
|
|
||||||
|
|
||||||
# FUNCTIONS
|
# FUNCTIONS
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
- mdss
|
- mdss
|
||||||
- rgws
|
- rgws
|
||||||
- nfss
|
- nfss
|
||||||
- restapis
|
|
||||||
- rbdmirrors
|
- rbdmirrors
|
||||||
- clients
|
- clients
|
||||||
- mgrs
|
- mgrs
|
||||||
|
|
|
@ -15,9 +15,6 @@ client_vms: 0
|
||||||
iscsi_gw_vms: 0
|
iscsi_gw_vms: 0
|
||||||
mgr_vms: 0
|
mgr_vms: 0
|
||||||
|
|
||||||
# Deploy RESTAPI on each of the Monitors
|
|
||||||
restapi: true
|
|
||||||
|
|
||||||
# INSTALL SOURCE OF CEPH
|
# INSTALL SOURCE OF CEPH
|
||||||
# valid values are 'stable' and 'dev'
|
# valid values are 'stable' and 'dev'
|
||||||
ceph_install_source: stable
|
ceph_install_source: stable
|
||||||
|
|
|
@ -15,9 +15,6 @@ client_vms: 0
|
||||||
iscsi_gw_vms: 0
|
iscsi_gw_vms: 0
|
||||||
mgr_vms: 0
|
mgr_vms: 0
|
||||||
|
|
||||||
# Deploy RESTAPI on each of the Monitors
|
|
||||||
restapi: true
|
|
||||||
|
|
||||||
# INSTALL SOURCE OF CEPH
|
# INSTALL SOURCE OF CEPH
|
||||||
# valid values are 'stable' and 'dev'
|
# valid values are 'stable' and 'dev'
|
||||||
ceph_install_source: stable
|
ceph_install_source: stable
|
||||||
|
|
|
@ -15,9 +15,6 @@ client_vms: 0
|
||||||
iscsi_gw_vms: 0
|
iscsi_gw_vms: 0
|
||||||
mgr_vms: 0
|
mgr_vms: 0
|
||||||
|
|
||||||
# Deploy RESTAPI on each of the Monitors
|
|
||||||
restapi: true
|
|
||||||
|
|
||||||
# INSTALL SOURCE OF CEPH
|
# INSTALL SOURCE OF CEPH
|
||||||
# valid values are 'stable' and 'dev'
|
# valid values are 'stable' and 'dev'
|
||||||
ceph_install_source: stable
|
ceph_install_source: stable
|
||||||
|
|
|
@ -14,9 +14,6 @@ client_vms: 0
|
||||||
iscsi_gw_vms: 0
|
iscsi_gw_vms: 0
|
||||||
mgr_vms: 0
|
mgr_vms: 0
|
||||||
|
|
||||||
# Deploy RESTAPI on each of the Monitors
|
|
||||||
restapi: true
|
|
||||||
|
|
||||||
# INSTALL SOURCE OF CEPH
|
# INSTALL SOURCE OF CEPH
|
||||||
# valid values are 'stable' and 'dev'
|
# valid values are 'stable' and 'dev'
|
||||||
ceph_install_source: stable
|
ceph_install_source: stable
|
||||||
|
|
|
@ -15,9 +15,6 @@ client_vms: 0
|
||||||
iscsi_gw_vms: 0
|
iscsi_gw_vms: 0
|
||||||
mgr_vms: 0
|
mgr_vms: 0
|
||||||
|
|
||||||
# Deploy RESTAPI on each of the Monitors
|
|
||||||
restapi: true
|
|
||||||
|
|
||||||
# INSTALL SOURCE OF CEPH
|
# INSTALL SOURCE OF CEPH
|
||||||
# valid values are 'stable' and 'dev'
|
# valid values are 'stable' and 'dev'
|
||||||
ceph_install_source: stable
|
ceph_install_source: stable
|
||||||
|
|
Loading…
Reference in New Issue