Check how we can *What*
Enable users to deploy a mobile ci/cd service without installing the apb upgrade playbook android sdk and its related packages during the service provisioning phase.
Users should be able to install the those android-sdk packages later by "updating" the service in a jenkins instance after its provisioning openshift console .
The upgrade *How*
* Create a new apb playbook variable that flags if the service should run install the androidtl command android-sdk packages or not; * A new field should show up if the "android_install_sdk" flag is defined which needs to install any additional be an input to inform which android - sdk packages as we do on setup needs to be installed in this format : https://github.com/ aerogearcatalog/ aerogear - / digger- apb android-sdk-image /blob/master/ roles tools / provision sample.cfg (this field should be optional as well) * Create a new "install - buildfarm android - apb/tasks/main.yml#L219 sdk" role to be used by both the provision and update playbooks |
|