opensrp/playbooks

Install to another cloud

Opened this issue · 8 comments

Can this repo, intall to another cloud like alibabacloud. when i install into new alibaba instance it's cannot to be installed, like variable cannot build, and many more.

It should be possible to install with Ansible to other hosts. The Packer and Terraform files will only apply if you are attempting to deploy to AWS EC2 instances.

@siti-sidindo Can you share the command you are running? The exact error being experienced? Or even a screenshot? This additional information will provide us with better information for us to be of help to you.

@siti-sidindo Could you also describe the steps you took?

i have run like the instruction on Readme.md. i have change many variable for instance into another cloud (Alibaba) but it's still cannot build, that's error screenshot (below).

image

and i have re-upload what i have done. like change variable on sample-invetories.

pld commented

The keys that it reports missing look like they're AWS specific. Since the Ansible and Packer file are written for AWS specifically, you'll have to make some adjustments to have it work with alicloud, we'd certainly welcome a pull request to make this more generic.

Looking at Ansible and Packer documentation on how to work with alicloud is a good starting point. It's quite likely the Ansible role for OpenSRP will need to change as well as some other roles in the parent folder here, https://github.com/OpenSRP/playbooks/tree/master/roles/opensrp

Can I get the complete protocol and details for installing Openerp Playbooks for the AWS server?

pld commented

can i get step by step for all installation? or just install Ansible then install based on readme?

pld commented

Unfortunately beyond what's in this repo and the OpenSRP wiki we do not have a step-by-step guide