copr-be: provide OSUOSL credentials for the resalloc-openstack-list script
This commit is contained in:
parent
58b6f0c873
commit
81e2c81b05
3 changed files with 6 additions and 1 deletions
|
@ -92,6 +92,7 @@
|
|||
- ibm-cloud-list-vms
|
||||
- ibm-cloud-list-deleting-vms
|
||||
- osuosl-vm
|
||||
- osuosl-list
|
||||
tags:
|
||||
- provision_config
|
||||
|
||||
|
|
4
roles/copr/backend/templates/resalloc/osuosl-list.j2
Executable file
4
roles/copr/backend/templates/resalloc/osuosl-list.j2
Executable file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/sh
|
||||
|
||||
. "{{ provision_directory }}/.rc-osuosl.sh"
|
||||
exec resalloc-openstack-list
|
|
@ -212,7 +212,7 @@ copr_osuosl_p09_{% if devel %}dev{% else %}prod{% endif %}:
|
|||
cmd_delete: "/var/lib/resallocserver/resalloc_provision/vm-delete"
|
||||
cmd_livecheck: "resalloc-check-vm-ip"
|
||||
cmd_release: "/var/lib/resallocserver/resalloc_provision/vm-release"
|
||||
cmd_list: resalloc-openstack-list
|
||||
cmd_list: '/var/lib/resallocserver/resalloc_provision/osuosl-list'
|
||||
livecheck_period: 180
|
||||
reuse_opportunity_time: 180
|
||||
reuse_max_count: 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue