Merge "Change heat cfn service description"
This commit is contained in:
commit
6d6d7b37fa
@ -5,7 +5,7 @@
|
|||||||
module_args:
|
module_args:
|
||||||
service_name: "{{ item.service_name }}"
|
service_name: "{{ item.service_name }}"
|
||||||
service_type: "{{ item.service_type }}"
|
service_type: "{{ item.service_type }}"
|
||||||
description: "Openstack Orchestration"
|
description: "{{ item.description }}"
|
||||||
endpoint_region: "{{ openstack_region_name }}"
|
endpoint_region: "{{ openstack_region_name }}"
|
||||||
url: "{{ item.url }}"
|
url: "{{ item.url }}"
|
||||||
interface: "{{ item.interface }}"
|
interface: "{{ item.interface }}"
|
||||||
@ -15,12 +15,12 @@
|
|||||||
openstack_heat_auth: "{{ openstack_heat_auth }}"
|
openstack_heat_auth: "{{ openstack_heat_auth }}"
|
||||||
run_once: True
|
run_once: True
|
||||||
with_items:
|
with_items:
|
||||||
- {'interface': 'admin', 'url': '{{ heat_admin_endpoint }}', 'service_name': 'heat', 'service_type': 'orchestration'}
|
- {'interface': 'admin', 'url': '{{ heat_admin_endpoint }}', 'service_name': 'heat', 'service_type': 'orchestration', 'description': 'OpenStack Orchestration'}
|
||||||
- {'interface': 'internal', 'url': '{{ heat_internal_endpoint }}', 'service_name': 'heat', 'service_type': 'orchestration'}
|
- {'interface': 'internal', 'url': '{{ heat_internal_endpoint }}', 'service_name': 'heat', 'service_type': 'orchestration', 'description': 'OpenStack Orchestration'}
|
||||||
- {'interface': 'public', 'url': '{{ heat_public_endpoint }}', 'service_name': 'heat', 'service_type': 'orchestration'}
|
- {'interface': 'public', 'url': '{{ heat_public_endpoint }}', 'service_name': 'heat', 'service_type': 'orchestration', 'description': 'OpenStack Orchestration'}
|
||||||
- {'interface': 'admin', 'url': '{{ heat_cfn_admin_endpoint }}', 'service_name': 'heat-cfn', 'service_type': 'cloudformation'}
|
- {'interface': 'admin', 'url': '{{ heat_cfn_admin_endpoint }}', 'service_name': 'heat-cfn', 'service_type': 'cloudformation', 'description': 'OpenStack CloudFormation'}
|
||||||
- {'interface': 'internal', 'url': '{{ heat_cfn_internal_endpoint }}', 'service_name': 'heat-cfn', 'service_type': 'cloudformation'}
|
- {'interface': 'internal', 'url': '{{ heat_cfn_internal_endpoint }}', 'service_name': 'heat-cfn', 'service_type': 'cloudformation', 'description': 'OpenStack CloudFormation'}
|
||||||
- {'interface': 'public', 'url': '{{ heat_cfn_public_endpoint }}', 'service_name': 'heat-cfn', 'service_type': 'cloudformation'}
|
- {'interface': 'public', 'url': '{{ heat_cfn_public_endpoint }}', 'service_name': 'heat-cfn', 'service_type': 'cloudformation', 'description': 'OpenStack CloudFormation'}
|
||||||
|
|
||||||
- name: Creating the Heat project, user, and role
|
- name: Creating the Heat project, user, and role
|
||||||
kolla_toolbox:
|
kolla_toolbox:
|
||||||
|
Loading…
Reference in New Issue
Block a user