You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/06 15:59:35 UTC

[GitHub] bbrowning opened a new issue #10: Simplify deployment by removing the Ansible job

bbrowning opened a new issue #10: Simplify deployment by removing the Ansible job
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/10
 
 
   Deployment on Kubernetes today creates a Kubernetes job that runs Ansible playbooks to then create the other Kubernetes resources. It would be great to simplify this so that a user can just `kubectl create -f deploy_openwhisk.yml` to deploy an entire working OpenWhisk system directly versus deploying a Job that then deploys the other pieces.
   
   This will require pulling all configuration out of Ansible into ConfigMaps or something similar that Kubernetes can use. And the CouchDB and Kafka image start scripts or the images themselves will need to be changed to create the necessary Kafka topics and CouchDB config changes since Ansible won't be running to do this after the images boot.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services