Add back nova-manage vm list for releases prior to 7.0

This commit is contained in:
f3flight 2016-05-24 18:06:04 +00:00
parent d01cb017c4
commit c12af6f023
2 changed files with 18 additions and 4 deletions

21
rq.yaml
View File

@ -13,25 +13,38 @@ filelists:
ubuntu: [etc-apt]
scripts:
by_release:
'4.1'
by_roles:
controller: [nova-manage-vm-list]
'4.1.1':
by_roles:
fuel: [fuel-postgres-dump]
controller: [nova-manage-vm-list]
'5.0'
by_roles:
controller: [nova-manage-vm-list]
'5.0.1':
by_roles:
fuel: [fuel-docker-ps, fuel-dockerctl-check, fuel-docker-db-archive]
controller: [nova-manage-vm-list]
'5.1'
by_roles:
controller: [nova-manage-vm-list]
'5.1.1'
by_roles:
fuel: [fuel-dockerctl-list, fuel-docker-ps, fuel-dockerctl-check, fuel-docker-db-archive]
controller: [nova-manage-vm-list]
'6.0':
by_roles:
compute: [ipset-save, ipset-list]
controller: [ipset-save, ipset-list]
controller: [ipset-save, ipset-list, nova-manage-vm-list]
'6.1':
by_roles:
fuel: [fuel-notifications]
controller: [nova-manage-vm-list]
'7.0':
by_roles:
fuel: [fuel-notifications]
'5.1.1':
by_roles:
fuel: [fuel-dockerctl-list, fuel-docker-ps, fuel-dockerctl-check, fuel-docker-db-archive]
'8.0':
by_roles:
fuel: [fuel-notifications]

View File

@ -0,0 +1 @@
nova-manage vm list 2> /dev/null | column -t