aboutsummaryrefslogtreecommitdiffstats
path: root/deployed-server
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2017-04-20 15:45:49 -0400
committerJames Slagle <jslagle@redhat.com>2017-06-15 14:43:11 -0400
commitc8a266d99e4844c14526dccbad9ce3f48d8740a8 (patch)
treecc94f3675c3ce96768fbed386fba0ccc277d4f2f /deployed-server
parentd95394a01c47c46e8ffc3da5e9e4054ffffdc2ee (diff)
Add os-collect-config data as an output
Adds a new output, ServerOsCollectConfigData, which is the os-collect-config configuration associated with each server resource. This can be used to [pre]configure the os-collect-config agents on deployed-server's. Having the data available as a stack output is more user friendly than having to query several nested levels of stack resources, and then inspect resource metadata. implements blueprint split-stack-default Change-Id: Iaf062f1a72e2a9e4d97f84c67f72408a6b5cebfc Depends-On: I8acfd67cd8138d587cc362184c84a08134bf3157
Diffstat (limited to 'deployed-server')
-rw-r--r--deployed-server/deployed-server.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/deployed-server/deployed-server.yaml b/deployed-server/deployed-server.yaml
index 0847bfbf..3d076561 100644
--- a/deployed-server/deployed-server.yaml
+++ b/deployed-server/deployed-server.yaml
@@ -133,3 +133,5 @@ outputs:
- {get_attr: [ControlPlanePort, fixed_ips, 0, ip_address]}
name:
value: {get_attr: [HostsEntryDeployment, hostname]}
+ os_collect_config:
+ value: {get_attr: [deployed-server, os_collect_config]}