You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/09/30 05:48:45 UTC

[GitHub] [openwhisk] thunderZH963 opened a new issue, #5330: openwhisk on multi-VMs

thunderZH963 opened a new issue, #5330:
URL: https://github.com/apache/openwhisk/issues/5330

   I have two physical machines, and 5 VMs(based on qemu/kvm) are installed on these two physical machines at the same time. I want to deploy open on these 10 VMs.
   However, I have consulted a lot of materials, but I have not seen the deployment method. 
   Can you give me some suggestions?
   Looking forward to your reply!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] thunderZH963 commented on issue #5330: openwhisk on multi-VMs

Posted by GitBox <gi...@apache.org>.
thunderZH963 commented on issue #5330:
URL: https://github.com/apache/openwhisk/issues/5330#issuecomment-1272189836

   Can you share ANSIBLE_DISTRIBUTED.md to me? 
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] style95 commented on issue #5330: openwhisk on multi-VMs

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #5330:
URL: https://github.com/apache/openwhisk/issues/5330#issuecomment-1263386642

   It seems many people repeatedly ask about this.
   
   I feel it implies we need to restore the `ANSIBLE_DISTRIBUTED.md` document along with the Ansible `distributed` environment.
   It had been in the core repo once but was removed at some point.
   
   While we can still deploy OpenWhisk in the distributed environment with the `local` environment, it is more intuitive to have the `distributed` environment along with a corresponding document.
   
   How do you think folks?
   
   @bdoyle0182 @rabbah @dgrove-oss 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] style95 commented on issue #5330: openwhisk on multi-VMs

Posted by "style95 (via GitHub)" <gi...@apache.org>.
style95 commented on issue #5330:
URL: https://github.com/apache/openwhisk/issues/5330#issuecomment-1556012909

   @thunderZH963 Sorry for the late response.
   You can refer to the below file.
   https://github.com/apache/openwhisk/pull/4245/files#diff-3e3b1963dd8fdbcf40f4ae54da1421b2e670e03b5ee102c16a0fe57a556c120cL20
   
   Since it has been some time, the instructions may be a bit changed.
   I think you need to refer to [README_DISTRIBUTED.md](https://github.com/apache/openwhisk/commit/06892e6f79300f86670cad1b5a5e2eb75b567f99#diff-3e3b1963dd8fdbcf40f4ae54da1421b2e670e03b5ee102c16a0fe57a556c120c) and [README.md](https://github.com/apache/openwhisk/blob/master/ansible/README.md).
   
   The main difference is you need to define hosts to include your multiple VMs.
   https://github.com/apache/openwhisk/commit/06892e6f79300f86670cad1b5a5e2eb75b567f99#diff-9c4b3a0946dc4812a7f020b806ec3dc97928c4e54cfdf97399ebc3380a3d1f7eL27
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org