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

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

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