Apache CloudStack 4.9.3 Simulator with Kafka Logging Integrated

2017-11-13 Thread Ivan Kudryavtsev
Hello, comunity. We recently developed simulator image for ACS 4.9.3 integrated with Apache Kafka event bus logging system. This is for development purposes. We use Kafka as integration point, so we need it. It's published in: GitHub: https://github.com/bwsw/cs-simulator-kafka DockerHub: https://h

Re: No pointer or key board

2017-11-13 Thread Dag Sonstebo
What is the context Asanka? Is this a CloudStack guest? Regards, Dag Sonstebo Cloud Architect ShapeBlue On 10/11/2017, 17:55, "Asanka Gunasekara" wrote: Hi, has any one has the problem of frozen pointer or keyboard not working properly while installing SUSE 11 Thanks and regard

Unable to access guest VM console from internet, behind irewall

2017-11-13 Thread Asanka Gunasekara
Hi my cloudstac setup is behind a firewall (Nated) I am able to access the portal by nating 8080 to an public up. and all works fine but but when I click on a console of a guest VM it is looking for the internal ip (the range I specified as public while creating the Zone) What are the ports that I

Re: No pointer or key board

2017-11-13 Thread Asanka Gunasekara
Hi Dag, thank you for replying, I noticed the same issue from backend (vSphere) by installing vmware tools it went away. But coming to the point where you can install vmware tools was bit of a nightmare. Both Suse and windows 2012 was exhibiting the same problem contrary to Centos. Is there a way

Re: hypervisor choice

2017-11-13 Thread Dag Sonstebo
Hi Ron, We regularly use CentOS6 and 7 for KVM, and have never had an issue with non-booting hosts – but then again our workloads are lab and testing based hence seldom get upgraded and seldom run for more than a few weeks. Saying that – we only ever use the CentOS minimal install, never with G

Re: No pointer or key board

2017-11-13 Thread Dag Sonstebo
Hi Asanka – yes if you are using VMware as your CloudStack hypervisor you would install VMware tools in your templates. It is as you say easier to do that from a direct VMware VC console when you prep your template – but overall it’s just a question of working out the keyboard shortcuts to open

Re: No pointer or key board

2017-11-13 Thread Asanka Gunasekara
Thanks Dug Best Regards Asanka On 13 November 2017 at 15:09, Dag Sonstebo wrote: > Hi Asanka – yes if you are using VMware as your CloudStack hypervisor you > would install VMware tools in your templates. It is as you say easier to do > that from a direct VMware VC console when you prep your t

Re: set password with instance creation

2017-11-13 Thread Dag Sonstebo
Hi Kristian, First thing to work out is whether this is down to your template or ACS. Could you try downloading the Macchinina template and see if this works? http://dl.openvm.eu/cloudstack/macchinina/ If Macchinina does work then likelihood is something with your service configuration isn’t

Re: Unable to access guest VM console from internet, behind irewall

2017-11-13 Thread Asanka Gunasekara
Just some information, public ip of the proxy VM is 172.17.101.230, and the browser is looking for this IP instade of actual nated ip. if I can map this to a name I should be able to use that internally and externally how can I go about doing this and is this a good idea? Thanks and Best Regards

Re: Unable to access guest VM console from internet, behind irewall

2017-11-13 Thread Dag Sonstebo
Hi Asanka, Yes fully doable – we do this ourselves in our own environment. You need to update the global setting for consoleproxy.url.domain. Please note though you may need to review the following old Wiki article - https://cwiki.apache.org/confluence/display/CLOUDSTACK/Realhost+IP+changes - i

Re: set password with instance creation

2017-11-13 Thread Pierre-Luc Dion
Hi Kristian, Have you tried cloud-init with is configurations for cloudstack? Le 13 nov. 2017 06 h 21, "Dag Sonstebo" a écrit : Hi Kristian, First thing to work out is whether this is down to your template or ACS. Could you try downloading the Macchinina template and see if this works? http

Re: HTTPS LB and x-forwarded-for

2017-11-13 Thread Pierre-Luc Dion
Hi, This is looking quite promising, I have a colleague that tested that last Friday, look like the proxy proto v1 work out of the box with Nginx, but would need an extra package for Apache 2.4 ? Otherwise, it seems to be a good way to do https LB without complicated configuration and huge change

Re: HTTPS LB and x-forwarded-for

2017-11-13 Thread Wido den Hollander
> Op 13 november 2017 om 15:14 schreef Pierre-Luc Dion : > > > Hi, > > This is looking quite promising, I have a colleague that tested that last > Friday, look like the proxy proto v1 work out of the box with Nginx, but > would need an extra package for Apache 2.4 ? It depends. You need HTTPd

Re: hypervisor choice

2017-11-13 Thread Ron Wheeler
Thanks for your input. I really like CentOS as well. Partly because I have been using it for so long. If I recall, I went from SCO Unix to Mandrake to CentOS (4?). I am baffled about what changed between the 327 release and the 514 release. The latest 693 release still gives me the same problem.

Re: set password with instance creation

2017-11-13 Thread Kristian Liivak
Hi all I performed several tests with macchinina template. before that i restarted network with clean up option eg new VR was created. But result are: VR password file is not modified after instance creation. Even file is not created when i first time created instance. Shutdown instance and res

Re: set password with instance creation

2017-11-13 Thread Dag Sonstebo
Hi Kristian, Sounds like there may be issues with the initial password configuration. If you’re confident in your testing maybe log a Jira ticket for this. With regards to passwords being reset back to a previous one – we came across this recently (see https://issues.apache.org/jira/browse/CLOU

POLL: ACL default egress policy rule in VPC

2017-11-13 Thread Rene Moser
Hi Devs The last days I fought with the ACL egress rule behaviour and I would like to make a poll in which direction the fix should go. Short Version: We need to define a better default behaviour for acl default egress rule. I see 3 different options: 1. always add a default deny all egress rul

Help co figuring VLANs

2017-11-13 Thread Luis
Hi All I have not much experience co figuring VLANs in a Cisco 3560, i co figured CS 4.10 but SVVM is unable to pi g gateway or internet. This is how i configured the switch. Conf tVlan 65,300-800End Conf tInterface range Gi0/16Switchport trunk encpsulation dot1qSwitchport mode trunkSwitchport

Re: set password with instance creation

2017-11-13 Thread Kristian Liivak
Thanks for suggestion, Dag Im confident. I have made several sets of tests. I noticed issue allready with my previous install ACS 4.9 and systemvms 4.6 But it was not first in my todo list. I have created issue in jira https://issues.apache.org/jira/browse/CLOUDSTACK-10141 Lugupidamisega / Re

Re: Unable to access guest VM console from internet, behind irewall

2017-11-13 Thread Asanka Gunasekara
Thank you Dag, I dont suppose you would recommend of doing this change while the in-progress of the POC :). Thank you and best regards Asanka On 13 November 2017 at 17:05, Dag Sonstebo wrote: > Hi Asanka, > > Yes fully doable – we do this ourselves in our own environment. You need > to update

Re: Secondary storage is not secondary properly

2017-11-13 Thread Asanka Gunasekara
Hi All, sorry for the delay in replying, the hardware that I was playing was taken in for some other testing. After rebuilding from the scratch all storages are visible Thank you for the help all of you extended Hi Dag, just saw your signature with this mail thread; Thank you Best of regards A