Discussion:
[Openstack] (Juno - *sigh*) Want non-admin access to hypervisor:VM association.
Ken D'Ambrosio
2018-11-15 18:36:29 UTC
Permalink
Hey, all. We've got a Juno cloud, and we'd like various end-users to be
able to see which hypervisors their VMs spring up on.
/etc/nova/policy.json seems to have some relevant info, but it's hard to
tell what does what. "compute_extension:hypervisors" looks like a
possible candidate, but that's so vague that there's no telling what,
exactly, is meant by "hypervisors". So:

* Given that I just want the hypervisor:VM association, any suggestions
as to which rule(s) to modify?
* Failing that, wondering if there's any for-real documentation on what
the various options in policy.json *do*. I've found many, many lists of
what's in a generic policy.json, but nothing that went into detail about
what does what.

Thanks!

-Ken

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : ***@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/l
Mohammed Naser
2018-11-18 14:11:23 UTC
Permalink
https://blueprints.launchpad.net/nova/+spec/openstack-api-hostid

This should take care of it, don't know if it exists in Juno though.
Post by Ken D'Ambrosio
Hey, all. We've got a Juno cloud, and we'd like various end-users to be
able to see which hypervisors their VMs spring up on.
/etc/nova/policy.json seems to have some relevant info, but it's hard to
tell what does what. "compute_extension:hypervisors" looks like a
possible candidate, but that's so vague that there's no telling what,
* Given that I just want the hypervisor:VM association, any suggestions
as to which rule(s) to modify?
* Failing that, wondering if there's any for-real documentation on what
the various options in policy.json *do*. I've found many, many lists of
what's in a generic policy.json, but nothing that went into detail about
what does what.
Thanks!
-Ken
_______________________________________________
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
--
Mohammed Naser — vexxhost
-----------------------------------------------------
D. 514-316-8872
D. 800-910-1726 ext. 200
E. ***@vexxhost.com
W. http://vexxhost.com
Ken D'Ambrosio
2018-11-19 01:12:46 UTC
Permalink
Post by Mohammed Naser
https://blueprints.launchpad.net/nova/+spec/openstack-api-hostid
This should take care of it, don't know if it exists in Juno though.
It *does* exist in Juno, it *can't*, however, do what I want -- at
least, generically. The hostId that gets returned is a value that's
(apparently) used to let you know, semi-anonymously, how affinity is (or
isn't) working for your VMs. So you get a unique identifier for each
hypervisor -- but it has no *obvious* bearing on the hostname. It's an
id that's formed from the SHA224 hash of the ID of your tenant and the
hostname of the hypervisor -- a bit of a catch-22, that, and prevents
you from being able to make use of the hash if you don't know your
back-end. But... I do. So I created an associative array with all the
current (and, God willing, future) hypervisor hostnames in my company,
with the key being the hostId/hash, and the value being the hypervisor
name. Then I queried my VMs, got all the hostIds, used that as the
index to query my associative array, and bingo! My hypervisor's name.

Kinda fugly, but when you have a standardized hypervisor hostname
nomenclature, it's sufficient, without having to go mucking about with
changing poorly-documented Nova policy.json stuff in a four-year-old
release of OpenStack.

I'll take it. Thanks!

-Ken
Post by Mohammed Naser
Post by Ken D'Ambrosio
Hey, all. We've got a Juno cloud, and we'd like various end-users to be
able to see which hypervisors their VMs spring up on.
/etc/nova/policy.json seems to have some relevant info, but it's hard to
tell what does what. "compute_extension:hypervisors" looks like a
possible candidate, but that's so vague that there's no telling what,
* Given that I just want the hypervisor:VM association, any suggestions
as to which rule(s) to modify?
* Failing that, wondering if there's any for-real documentation on what
the various options in policy.json *do*. I've found many, many lists of
what's in a generic policy.json, but nothing that went into detail about
what does what.
Thanks!
-Ken
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
--
Mohammed Naser -- vexxhost
-----------------------------------------------------
D. 514-316-8872
D. 800-910-1726 ext. 200
W. http://vexxhost.com [1]
Links:
------
[1] http://vexxhost.com/

Loading...