Remove "ceph" tags for the TripleO cephadm branch

The 'ceph' tags included in the cephadm tht directory are directly
inherited from the previous ceph-ansible model.  Those tags were useful
to follow a specific ansible flow during update/upgrade scenarios, but
since cephadm is day1 and upgrades from nautilus to pacific are still
managed by ceph-ansible, we don't have to include these tags, that are
cause of issues during minor updates.  In addition, as per [1],
>=pacific updates are asynchronous, hence they should not be managed by
TripleO anymore.

[1] https://docs.ceph.com/en/pacific/cephadm/upgrade/#starting-the-upgrade

Change-Id: Id9a6b990c9bc8783f29afca640341962b6a26834
This commit is contained in:
Francesco Pantano 2022-02-16 12:15:18 +01:00
parent a445fbd02b
commit 19b0b74293
No known key found for this signature in database
GPG Key ID: 0458D4D1F41BD75C
9 changed files with 0 additions and 22 deletions

View File

@ -566,8 +566,6 @@ outputs:
external_deploy_tasks:
- name: ceph_base_external_deploy_task
when: step|int == 2
tags:
- ceph
block:
- name: create cephadm working directory and related files
include_role:
@ -680,8 +678,6 @@ outputs:
when:
- (step | int) == 3
- {get_param: DisableCephadm}
tags:
- ceph
block:
- name: Pause cephadm
include_role:

View File

@ -88,16 +88,12 @@ outputs:
- {get_attr: [CephBase, role_data, external_deploy_tasks]}
- - name: ceph_base_external_deploy_init
when: step|int == 1
tags:
- ceph
block:
- name: Set some tripleo-ansible facts
set_fact:
ceph_external_multi_config: {get_param: CephExternalMultiConfig}
- name: Configure Ceph Clients
when: step|int == 2
tags:
- ceph
block:
- name: configure ceph clients
include_role:

View File

@ -56,8 +56,6 @@ outputs:
- {get_attr: [CephBase, role_data, external_deploy_tasks]}
- - name: ceph_external_external_deploy_init
when: step|int == 1
tags:
- ceph
block:
- name: set ceph-ansible group vars clients
set_fact:

View File

@ -140,8 +140,6 @@ outputs:
- {get_attr: [CephBase, role_data, external_deploy_tasks]}
- - name: ceph_dashboard_external_deploy_init
when: step == '1'
tags:
- ceph
block:
- name: set tripleo-ansible group vars
set_fact:

View File

@ -118,8 +118,6 @@ outputs:
- {get_param: CephEnableDashboard}
- - name: set tripleo-ansible ceph dashboard vars
when: step|int == 1
tags:
- ceph
set_fact:
ceph_dashboard_vars:
if:

View File

@ -115,8 +115,6 @@ outputs:
- {get_attr: [CephBase, role_data, external_deploy_tasks]}
- - name: ceph_nfs_external_deploy_init
when: step|int == 1
tags:
- ceph
block:
- name: set tripleo-ansible group vars
set_fact:

View File

@ -106,8 +106,6 @@ outputs:
- {get_attr: [CephBase, role_data, external_deploy_tasks]}
- - name: ceph_osd_external_deploy_init
when: step|int == 1
tags:
- ceph
block:
- name: Build disk list for cephadm
set_fact:

View File

@ -78,8 +78,6 @@ outputs:
- {get_attr: [CephBase, role_data, external_deploy_tasks]}
- - name: ceph_rbdmirror_external_deploy_init
when: step|int == 1
tags:
- ceph
block:
- name: set cephadm rbdmirror vars
set_fact:

View File

@ -125,8 +125,6 @@ outputs:
- {get_attr: [CephBase, role_data, external_deploy_tasks]}
- - name: ceph_rgw_external_deploy_init
when: step|int == 1
tags:
- ceph
block:
- name: set ceph-ansible group vars rgws
set_fact: