We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667e16a commit 5d1aff9Copy full SHA for 5d1aff9
installer/step5-upgrade-undercloud-and-overcloud/osp10_osp13/tasks.yaml
@@ -453,6 +453,23 @@
453
servers: {get_param: [servers, Controller]}
454
actions: ['CREATE']
455
456
+- name: Write out json converter template
457
+ copy:
458
+ dest: /home/stack/templates/json_converter.yaml
459
+ content: |
460
+ heat_template_version: 2015-04-30
461
+
462
+ parameters:
463
+ data:
464
+ type: json
465
466
+ resources: {}
467
468
+ outputs:
469
+ converted:
470
+ description: Json data
471
+ value: { get_param: data }
472
473
- name: Write out networking-cisco specific config environment resources
474
copy:
475
dest: /home/stack/environments/networking-cisco-config-resources.yaml
0 commit comments