Add back nova-manage vm list for releases prior to 7.0
This commit is contained in:
parent
d01cb017c4
commit
c12af6f023
21
rq.yaml
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]
|
||||||
|
1
rq/scripts/nova-manage-vm-list
Normal file
1
rq/scripts/nova-manage-vm-list
Normal file
@ -0,0 +1 @@
|
|||||||
|
nova-manage vm list 2> /dev/null | column -t
|
Loading…
x
Reference in New Issue
Block a user