*What*
Enable users to deploy a mobile ci/cd service without installing the android sdk and its related packages during the service provisioning phase.
Users should be able to install those android-sdk packages later by "updating" the service in openshift console.
*How*
* Create a new apb variable that flags if the service should install the android-sdk packages or not; * A new field should show up if the "android_install_sdk" flag is defined which needs to be an input to inform which android-sdk packages needs to be installed in this format: https://github.com/aerogear/digger-android-sdk-image/blob/master/tools/sample.cfg (this field should be optional as well) ; * Create a new "install-android-sdk" role to be used by both the provision and update playbooks ; * Create an "update.yml" playbook file in playbooks folder that uses the "install-android-sdk" role.
|
|