What Investigate what parts of mobile-core are not needed/need refactoring in order to setup OpenShift 3.11 with Mobile.next features enabled Why Mobile core installer is currently spinning up OpenShift 3.9 and fully works only if using older version of Docker (17.09). In tech preview release, we're aiming for OpenShift 3.11, which for example allows to configure service broker via oc cluster up parameter. This means (if we'll decide to maintain mobile core installer), that this part of its functionality won't be needed. Same for patching the web console image - it won't be needed anymore, since we're moving Mobile Apps management to MDC. How
- Use oc client to spin up cluster locally with required features enabled (automation-service-broker, service-catalog, template-service-broker)
- Configure the service broker to pull aerogearcatalog images
- Try to provision various mobile components and verify their functionality
- capture every step in order to propose changes to mobile core installer
|