Merge "Moving nova-consoleauth to step4"
This commit is contained in:
commit
2892e12c9d
@ -20,10 +20,6 @@ parameters:
|
|||||||
description: Mapping of service endpoint -> protocol. Typically set
|
description: Mapping of service endpoint -> protocol. Typically set
|
||||||
via parameter_defaults in the resource registry.
|
via parameter_defaults in the resource registry.
|
||||||
type: json
|
type: json
|
||||||
AdminPassword:
|
|
||||||
description: The password for the keystone admin account, used for monitoring, querying neutron etc.
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
ServiceData:
|
ServiceData:
|
||||||
default: {}
|
default: {}
|
||||||
description: Dictionary packing service data
|
description: Dictionary packing service data
|
||||||
@ -103,7 +99,9 @@ parameters:
|
|||||||
constraints:
|
constraints:
|
||||||
- allowed_values: ['', 'UPGRADE']
|
- allowed_values: ['', 'UPGRADE']
|
||||||
default: ''
|
default: ''
|
||||||
|
RootStackName:
|
||||||
|
description: The name of the stack/plan.
|
||||||
|
type: string
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
|
|
||||||
@ -402,19 +400,12 @@ outputs:
|
|||||||
comment: qemu user
|
comment: qemu user
|
||||||
post_upgrade_tasks:
|
post_upgrade_tasks:
|
||||||
- when:
|
- when:
|
||||||
- step|int == 5
|
- step|int == 4
|
||||||
tags:
|
tags:
|
||||||
- never
|
- never
|
||||||
- system_upgrade_stop_services
|
- system_upgrade_stop_services
|
||||||
environment:
|
environment:
|
||||||
OS_USERNAME: admin
|
OS_CLOUD: {get_param: RootStackName}
|
||||||
OS_USER_DOMAIN_NAME: "Default"
|
|
||||||
OS_PROJECT_DOMAIN_NAME: "Default"
|
|
||||||
OS_PROJECT_NAME: admin
|
|
||||||
OS_PASSWORD: { get_param: AdminPassword }
|
|
||||||
OS_AUTH_URL: { get_param: [EndpointMap, KeystoneV3Public, uri] }
|
|
||||||
OS_IDENTITY_API_VERSION: 3
|
|
||||||
OS_AUTH_TYPE: password
|
|
||||||
block:
|
block:
|
||||||
- name: Get nova-consoleauth service ID
|
- name: Get nova-consoleauth service ID
|
||||||
command: openstack compute service list --service nova-consoleauth --column ID --column Host --format yaml
|
command: openstack compute service list --service nova-consoleauth --column ID --column Host --format yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user