forked from redhat-cop/agnosticd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move aro install to bastion add specific role definition for vnet * fix variables * update azure open env * fix some waits * fix bug * change retries * add sub * add debug * fix debug * update identifier uri * remove identifier uri from provision * fix destroy * fix aro install * add login back * fix var * fix bad auth source * update attribute * fix pull secret * add parkinglot scope * fix role * remove unneccessary check * add missing required attribute * try again * fix bookbag deploy and destroy * fix broken argument * move bookbag to end * fix default var * fix destroy * remove satellite from deletion * fix cloud provider * add kubeconfig to user homedir * fix typo * fix typo * fix kubeconfig * fix var * install oc first * debug on delete * test apps * debugg * debug * try to fix delete * fix loop * fix delete * stupid microsoft * really stupid microsoft --------- Co-authored-by: rut31337 <rut31337@gmail.com> Co-authored-by: rut31337 <opentlc-mgr@admin-dev.na.shared.opentlc.com>
- Loading branch information
Showing
18 changed files
with
281 additions
and
266 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
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 was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
ansible/configs/open-environment-azure/files/cloud_providers/azure_parameters_template.j2
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,19 @@ | ||
{ | ||
"adminUsername": { | ||
"value": "{{remote_user}}" | ||
}, | ||
{% if windows_password is defined %} | ||
"adminPassword": { | ||
"value": "{{ windows_password }}" | ||
}, | ||
{% endif %} | ||
"sshKeyData": { | ||
"value": "{{ ssh_provision_pubkey_content | default(hostvars.localhost.env_authorized_key_content_pub) }}" | ||
}, | ||
"DNSZone": { | ||
"value": "{{ HostedZoneId }}" | ||
}, | ||
"guid": { | ||
"value": "{{ guid }}" | ||
}, | ||
} |
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.