Updated documentation. Add new tests for software upgrades.

This commit is contained in:
jefferyfry
2020-08-06 19:49:31 -07:00
parent 7517a48339
commit d589ce2978
16 changed files with 237 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ pipelines:
- ls
- eval $(ssh-agent -s)
- ssh-add <(echo "$int_ansiblePrivateKey_key")
- ansible-playbook Ansible/test/aws/playbook.yaml
- ansible-playbook Ansible/test/aws/playbook-ha-install.yaml
onComplete:
- echo "AWS Ansible playbook complete."
- name: execute_azure_ansible_playbook
@@ -105,6 +105,6 @@ pipelines:
- eval $(ssh-agent -s)
- ssh-add <(echo "$int_ansiblePrivateKey_key")
- az login --service-principal -u "$clientId" -p "$clientSecret" --tenant "$tenantId"
- ansible-playbook Ansible/test/azure/playbook.yaml
- ansible-playbook Ansible/test/azure/playbook-ha-install.yaml
onComplete:
- echo "Azure Ansible playbook complete."