Remove ability to update Openstack in cloud-update.groovy
It was decided to move update of Openstack packages
to related component pipelines.
Related-Prod: https://mirantis.jira.com/browse/PROD-23115
Related-Prod: https://mirantis.jira.com/browse/PROD-24991
Depends-On: Ie7c18f4273e70ca3080dcf2ce898f19744ca8c9e
Change-Id: Iff06f7ca4eec1e1597b1c53cf8e0dc15251c59dc
diff --git a/jenkins/client/job/deploy/update/cloud_update.yml b/jenkins/client/job/deploy/update/cloud_update.yml
index 4482324..aef20ce 100644
--- a/jenkins/client/job/deploy/update/cloud_update.yml
+++ b/jenkins/client/job/deploy/update/cloud_update.yml
@@ -55,36 +55,28 @@
description: "Stop API services before update"
TARGET_KERNEL_UPDATES:
type: string
- default: "cfg,ctl,prx,msg,dbs"
- description: "Comma separated list of nodes to update kernel if newer version is available (Valid values are cfg,ctl,prx,msg,dbs,log,mon,mtr,ntw,nal,gtw-virtual,cmn,rgw,cid,cmp,kvm,osd,gtw-physical)"
+ default: "cfg,msg,dbs"
+ description: "Comma separated list of nodes to update kernel if newer version is available (Valid values are cfg,msg,dbs,log,mon,mtr,ntw,nal,cmn,rgw,cid,kvm,osd)"
TARGET_REBOOT:
type: string
- default: "cfg,ctl,prx,msg,dbs"
- description: "Comma separated list of nodes to reboot after update or physical machine rollback (Valid values are cfg,ctl,prx,msg,dbs,log,mon,mtr,ntw,nal,gtw-virtual,cmn,rgw,cid,cmp,kvm,osd,gtw-physical)"
+ default: "cfg,msg,dbs"
+ description: "Comma separated list of nodes to reboot after update or physical machine rollback (Valid values are cfg,msg,dbs,log,mon,mtr,ntw,nal,cmn,rgw,cid,kvm,osd)"
TARGET_HIGHSTATE:
type: string
- default: "cfg,ctl,prx,msg,dbs"
- description: "Comma separated list of nodes to run Salt Highstate on after update or physical machine rollback (Valid values are cfg,ctl,prx,msg,dbs,log,mon,mtr,ntw,nal,gtw-virtual,cmn,rgw,cid,cmp,kvm,osd,gtw-physical)"
+ default: "cfg,msg,dbs"
+ description: "Comma separated list of nodes to run Salt Highstate on after update or physical machine rollback (Valid values are cfg,msg,dbs,log,mon,mtr,ntw,nal,cmn,rgw,cid,kvm,osd)"
TARGET_UPDATES:
type: string
- default: "cfg,ctl,prx,msg,dbs"
- description: "Comma separated list of nodes to update (Valid values are cfg,ctl,prx,msg,dbs,log,mon,mtr,ntw,nal,gtw-virtual,cmn,rgw,cid,cmp,kvm,osd,gtw-physical)"
+ default: "cfg,msg,dbs"
+ description: "Comma separated list of nodes to update (Valid values are cfg,msg,dbs,log,mon,mtr,ntw,nal,cmn,rgw,cid,kvm,osd)"
TARGET_ROLLBACKS:
type: string
default: ""
- description: "Comma separated list of nodes to rollback (Valid values are ctl,prx,msg,dbs,log,mon,mtr,ntw,nal,gtw-virtual,cmn,rgw,cmp,kvm,osd,gtw-physical)"
+ description: "Comma separated list of nodes to rollback (Valid values are msg,dbs,log,mon,mtr,ntw,nal,cmn,rgw,kvm,osd)"
TARGET_SNAPSHOT_MERGES:
type: string
default: ""
- description: "Comma separated list of nodes to merge live snapshot for (Valid values are cfg,ctl,prx,msg,dbs,log,mon,mtr,ntw,nal,gtw-virtual,cmn,rgw,cid)"
- CTL_TARGET:
- type: string
- default: "ctl*"
- description: "Salt targeted CTL nodes (ex. ctl*)"
- PRX_TARGET:
- type: string
- default: "prx*"
- description: "Salt targeted PRX nodes (ex. prx*)"
+ description: "Comma separated list of nodes to merge live snapshot for (Valid values are cfg,msg,dbs,log,mon,mtr,ntw,nal,cmn,rgw,cid)"
MSG_TARGET:
type: string
default: "msg*"
@@ -125,10 +117,6 @@
type: string
default: "cid*"
description: "Salt targeted CID nodes (ex. cid*)"
- CMP_TARGET:
- type: string
- default: "cmp001*"
- description: "Salt targeted physical compute nodes (ex. cmp001*)"
KVM_TARGET:
type: string
default: "kvm01*"
@@ -137,10 +125,6 @@
type: string
default: "osd001*"
description: "Salt targeted physical Ceph OSD nodes (ex. osd001*)"
- GTW_TARGET:
- type: string
- default: "gtw01*"
- description: "Salt targeted physical or virtual GTW nodes (ex. gtw01*)"
ROLLBACK_PKG_VERSIONS:
type: string
default: ""