Merge pull request #407 from claco/issues/402
Change maas_notification_plan to npManaged
This commit is contained in:
commit
08039a0ba6
@ -92,7 +92,7 @@ maas_username: "{{ rackspace_cloud_username }}"
|
|||||||
maas_api_key: "{{ rackspace_cloud_api_key }}"
|
maas_api_key: "{{ rackspace_cloud_api_key }}"
|
||||||
maas_auth_token: some_token
|
maas_auth_token: some_token
|
||||||
maas_api_url: https://monitoring.api.rackspacecloud.com/v1.0/{{ rackspace_cloud_tenant_id }}
|
maas_api_url: https://monitoring.api.rackspacecloud.com/v1.0/{{ rackspace_cloud_tenant_id }}
|
||||||
maas_notification_plan: npTechnicalContactsEmail
|
maas_notification_plan: npManaged
|
||||||
# By default we will create an agent token for each entity, however if you'd
|
# By default we will create an agent token for each entity, however if you'd
|
||||||
# prefer to use the same agent token for all entities then specify it here
|
# prefer to use the same agent token for all entities then specify it here
|
||||||
#maas_agent_token: some_token
|
#maas_agent_token: some_token
|
||||||
|
@ -206,7 +206,7 @@ maas_username: "{{ rackspace_cloud_username }}"
|
|||||||
maas_api_key: "{{ rackspace_cloud_api_key }}"
|
maas_api_key: "{{ rackspace_cloud_api_key }}"
|
||||||
maas_auth_token: some_token
|
maas_auth_token: some_token
|
||||||
maas_api_url: https://monitoring.api.rackspacecloud.com/v1.0/{{ rackspace_cloud_tenant_id }}
|
maas_api_url: https://monitoring.api.rackspacecloud.com/v1.0/{{ rackspace_cloud_tenant_id }}
|
||||||
maas_notification_plan: npTechnicalContactsEmail
|
maas_notification_plan: npManaged
|
||||||
# By default we will create an agent token for each entity, however if you'd
|
# By default we will create an agent token for each entity, however if you'd
|
||||||
# prefer to use the same agent token for all entities then specify it here
|
# prefer to use the same agent token for all entities then specify it here
|
||||||
#maas_agent_token: some_token
|
#maas_agent_token: some_token
|
||||||
|
Loading…
Reference in New Issue
Block a user