<div dir="ltr">Hi Hongbin,<div><br></div><div>Thanks for your prompt response.</div><div><br></div><div>With this approach I am able to scale out and scale in my Zun Containers.</div><div><br></div><div>Looking forward for the use of k8s in future.</div><div><br></div><div>Regards</div><div>Anirudh Gupta</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 26, 2019 at 9:39 AM Hongbin Lu <<a href="mailto:hongbin034@gmail.com">hongbin034@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Anirudh ,</div><div><br></div><div>I am not familiar with Senlin. An alternative is using Heat's ResourceGroup in which you can set the count of the resources.</div><div><br></div><div>It worth to mention that we are working on k8s integration [1] so another alternative in the future is using k8s deployment to scale the Zun containers.</div><div><br></div><div>If you are using Heat, you can reference the following template: <a href="http://paste.openstack.org/show/748357/" target="_blank">http://paste.openstack.org/show/748357/</a></div><div><br></div><div>* Create the stack:</div><div><br></div><div>  $ openstack stack create -t zun-template.yaml test</div><div><br></div><div>* Scale out:</div><div><br></div><div>  $ openstack stack update -t zun-template.yaml --parameter "count=2" test</div><div><br></div><div>* Scale in:</div><div><br></div><div>  $ openstack stack update -t zun-template.yaml --parameter "count=1" test</div><div><br></div><div>[1] <a href="https://github.com/virtual-kubelet/virtual-kubelet/pull/239" target="_blank">https://github.com/virtual-kubelet/virtual-kubelet/pull/239</a></div><div dir="ltr"><br></div>Best regards,</div><div dir="ltr">Hongbin</div><div dir="ltr"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 25, 2019 at 1:10 PM Anirudh Gupta <<a href="mailto:anyrude10@gmail.com" target="_blank">anyrude10@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I have integrated Zun service with my existing openstack setup and I am able to launch a container using Heat Template.<div><br></div><div>I am facing issue in scaling up of these contaiiners?</div><div>I already have Senlin being installed at my setup, but senlin is unable to scale the cluster of containers.</div><div><br></div><div>Can you please suggest any alternative i can use in order to scale Zun Containers</div><div><br></div><div>Thanks</div><div>Anirudh Gupta</div></div>
</blockquote></div></div></div></div></div>
</blockquote></div>