-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'internal/main'
- Loading branch information
Showing
102 changed files
with
6,441 additions
and
6,469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,4 @@ tfxjs.tfvars | |
/build | ||
.icse/ | ||
tf-test/ | ||
dev/ | ||
|
||
vars.yml | ||
dev/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
ansible/template-test/roles/update_variablestore/tasks/main.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
# tasks file for update_variablestore | ||
- name: Add variable to variable store | ||
- name: Update variablestore | ||
set_fact: | ||
variablestore: "{{ variablestore + additional_variables }}" | ||
variablestore: "{{ variablestore + [{'name': item, 'secure': true, 'use_default': false, 'value': tf_var_ssh_key}] }}" | ||
loop: "{{template_map[template]}}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
# To run this in schematics actions, you will need to update the below commented out variables inside of schematics | ||
# DO NOT ENTER YOUR VARIBLES HERE. THIS FILE SHOULD NEVER BE EDITED | ||
# Do not alter the other variables. | ||
|
||
# tf_var_api_key: <api-key> | ||
# tf_var_ssh_key: <ssh-key> | ||
# tf_var_prefix: <unique-prefix> | ||
# template: <template> must be spelled exactly as in template_map below | ||
# workspace_name: <workspace-name> | ||
|
||
craig_url: https://craig.119gqgw56ti1.us-south.codeengine.appdomain.cloud/api/craig/template-tar | ||
region: us-south | ||
resource_group: craig-rg | ||
variablestore: [ | ||
{ | ||
"name": "ibmcloud_api_key", | ||
"secure": true, | ||
"use_default": false, | ||
"value": "{{tf_var_api_key}}" | ||
}, | ||
{ | ||
"name": "prefix", | ||
"use_default": false, | ||
"value": "{{tf_var_prefix}}" | ||
} | ||
] | ||
template_map: | ||
from-scratch: [] | ||
mixed: ["ssh_key_public_key"] | ||
vsi: ["slz_ssh_key_public_key"] | ||
vsi-edge: ["slz_ssh_key_public_key"] | ||
power-vs-sap-hana: ["ssh_key_public_key", "power_secure_powervs_power_ssh_key_key"] | ||
oracle-rac: ["power_oracle_template_power_ssh_key"] | ||
oracle-si: ["power_oracle_template_power_ssh_key"] | ||
power-vs-poc: ["vsi_ssh_key_public_key", "dal10gw_on_prem_connection_preshared_key", "power_dal10_powervs_ssh_key_key"] | ||
quick-start-power: ["vsi_ssh_key_public_key"] | ||
vpnaas: [] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.