issues
search
openvcloud
/
0-templates
Apache License 2.0
1
stars
5
forks
source link
Decouple service name and object name
#90
Closed
katia-e
closed
6 years ago
katia-e
commented
6 years ago
add to each schema field
name
add method
get_name()
or similar, to get the object name (name of vdc, ovc, vm etc.)
method
get_name()
provides check whether service is installed (can't get name of the object if service is not installed).
for all templates get object names by scheduling
get_name
action on the service (instead of using service names directly).
(need to discuss first), in all templates set object name to the service name only in
name
argument is not given.
update tests.
name
get_name()
or similar, to get the object name (name of vdc, ovc, vm etc.)get_name()
provides check whether service is installed (can't get name of the object if service is not installed).get_name
action on the service (instead of using service names directly).name
argument is not given.