You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/openstack
mathieu bultel c6a45234e0 Add os_stack module for create, update and delete stack (#2002)
* Add os_stack module for create and delete stack

* Add ansible module for creating and deleting heat stack
* Parameters:
  - stack name
  - template
  - environment_files (list)
  - parameters (dict)
  - timeout
  - rollback
  - state: In a near futur I would like to improve
    this module by providing a way updating the stack
    if already exist. Shade doesn't offer this functionality
    AFAIK

* Add update stack feature

* Update added_version and return doc

* Add copyright for os_stack module

* Add wait user choice and minor fixes

* Remove Todo for Shade 1.8.0 and bad line example

* Add documentation for the return values

* Fix type on return value

* Fix yaml syntax

* Cast message to string instead

* add missing check mode
8 years ago
..
__init__.py Add an __init__.py file in openstack/ 9 years ago
os_flavor_facts.py Add shade version check to os_flavor_facts 9 years ago
os_group.py Add os_group.py OpenStack module 9 years ago
os_ironic_inspect.py Add os_ironic_inspect module 9 years ago
os_keystone_domain.py Fix exception output for os_keystone_domain. 9 years ago
os_keystone_domain_facts.py Add os_keystone_domain_facts module 9 years ago
os_keystone_role.py Add new os_keystone_role module. 9 years ago
os_keystone_service.py Create OpenStack identity services module 9 years ago
os_port_facts.py New OpenStack module os_port_facts (#1986) 9 years ago
os_project.py Allow passing domain name on os_project 9 years ago
os_project_facts.py Add os_project_facts module 9 years ago
os_stack.py Add os_stack module for create, update and delete stack (#2002) 8 years ago
os_user_facts.py Add os_user_facts module 9 years ago
os_user_role.py openstack: doc: add return doc, fixes build 9 years ago