community.general/lib/ansible/modules/cloud/openstack
Alberto Murillo 3e7b240696 os_keystone_endpoint.py (#29031)
* Add os_keystone_service_endpoint

This patch adds a new Ansible module which allows a user to create
an endpoint to a service with Keystone.

Fixes #23909

* os_keystone_endpoint: Fix style and messages

Fix comments, pep8, version, metadata, license header
and imports according to the Contributing Modules Checklist

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>

* os_keystone_endpoint: Fix return values

- Change type of 'endpoint' return value from dictionary to complex
  in order to get validate_module checks passed.

- Remove 'id' from the return data since it is included inside the
  'endpoint' value wich is already being returned.

- Rename 'service' field to 'service_id' which is the correct name
  for the service id field returned in json.

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>

* os_keystone_endpoint: Update shade version

Update minimum shade version to 1.11.0

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>

* os_keystone_endpoint: Make region optional

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>

* os_keystone_endpoint: Validate service exists before using service.id

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>

* os_keystone_endpoint: Fix documentation for service to accept name or id

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>

* os_keystone_endpoint: Pass the full service object to create_endpoint()

We already have the service object retrieved in code, by passing service.id to
create_endpoint, the shade librarie queries the api again to get the full service
object.

By Passing the already rerieved service object to create_endpoint() we save one
request to the API.

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>

* os_keystone_endpoint: Make type explicit in module arguments.

Althoug type is default to str when not specified in module arguments
this commit explicitly defines type='str' for better readability.

Signed-off-by: Alberto Murillo <albertomurillosilva@gmail.com>
2017-09-28 23:05:44 +02:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2016-12-08 11:22:25 -05:00
_os_server_actions.py Rename modules from plural to singular (#27185) 2017-08-14 16:35:15 -04:00
os_auth.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_client_config.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_flavor_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_floating_ip.py Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
os_group.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_image.py os_image: Add checksum based glance image manipulation (#27107) 2017-09-17 15:19:58 +02:00
os_image_facts.py Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
os_ironic.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_ironic_inspect.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_ironic_node.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_keypair.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_keystone_domain.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_keystone_domain_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_keystone_endpoint.py os_keystone_endpoint.py (#29031) 2017-09-28 23:05:44 +02:00
os_keystone_role.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_keystone_service.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_network.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_networks_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_nova_flavor.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_nova_host_aggregate.py Fix logic in os_nova_host_aggregate module (#23191) 2017-08-17 15:30:38 -04:00
os_object.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_port.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_port_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_project.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_project_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_quota.py add 2 quota variables for openstack: loadbalancer and pool (#26010) 2017-09-05 10:14:12 -04:00
os_recordset.py os_recordset fix for names with multiple DNS record types (#19588) 2017-08-16 14:32:13 -04:00
os_router.py Fix PEP 8 issues. 2017-08-16 14:32:11 -07:00
os_security_group.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_security_group_rule.py make os_security_group_rule idempotent (#23707) 2017-09-12 07:24:09 -07:00
os_server.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_server_action.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_server_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_server_group.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_server_volume.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_stack.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_subnet.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_subnets_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_user.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_user_facts.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_user_group.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_user_role.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_volume.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
os_zone.py Update metadata to 1.1 2017-08-15 23:12:08 -07:00
README.md minor spelling changes 2016-12-13 13:51:13 -05:00

OpenStack Ansible Modules

These are a set of modules for interacting with OpenStack as either an admin or an end user. If the module does not begin with os_, it's either deprecated or soon to be. This document serves as developer coding guidelines for modules intended to be here.

Naming

  • All modules should start with os_
  • If the module is one that a cloud consumer would expect to use, it should be named after the logical resource it manages. Thus, os_server not os_nova. The reasoning for this is that there are more than one resource that are managed by more than one service and which one manages it is a deployment detail. A good example of this are floating IPs, which can come from either Nova or Neutron, but which one they come from is immaterial to an end user.
  • If the module is one that a cloud admin would expect to use, it should be be named with the service and the resource, such as os_keystone_domain.
  • If the module is one that a cloud admin and a cloud consumer could both use, the cloud consumer rules apply.

Interface

  • If the resource being managed has an id, it should be returned.
  • If the resource being managed has an associated object more complex than an id, it should also be returned.

Interoperability

  • It should be assumed that the cloud consumer does not know a bazillion details about the deployment choices their cloud provider made, and a best effort should be made to present one sane interface to the ansible user regardless of deployer insanity.
  • All modules should work appropriately against all existing known public OpenStack clouds.
  • It should be assumed that a user may have more than one cloud account that they wish to combine as part of a single ansible managed infrastructure.

Libraries

  • All modules should use openstack_full_argument_spec to pick up the standard input such as auth and ssl support.
  • All modules should extends_documentation_fragment: openstack to go along with openstack_full_argument_spec.
  • All complex cloud interaction or interoperability code should be housed in the shade library.
  • All OpenStack API interactions should happen via shade and not via OpenStack Client libraries. The OpenStack Client libraries do no have end users as a primary audience, they are for intra-server communication. The python-openstacksdk is the future there, and shade will migrate to it when its ready in a manner that is not noticeable to ansible users.

Testing