Re: Instance with SSH Key pair

2023-01-31 Thread Nux
Or if you want something _very_ small & quick to deploy which supports password feature, sshkey as well as user scripts: http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-kvm.qcow2.bz2 If you add it without "password enabled", then you can login as root/password similar to CentOS one.

Re: Adding Host in new Zone fails

2023-01-31 Thread Nux
Glad you got it working. Usually you'd have a regular interface such as "eth0" connected in that bridge. On 2023-01-31 20:02, Evan Marchman wrote: Thank you for the help Nux! Your comment on the bridges put me on the right path. Everything was indeed configured correctly. BUT, as VMs were cr

Re: Instance with SSH Key pair

2023-01-31 Thread Wei ZHOU
Hi, The built-in centos 5.5 template does not support sshkey in configdrive iso. You can use my template for testing , which is also used by component test test_configdrive.py. You can register the template with url http://people.apache.org/~weizhou/centos55-sshkey-configdrive.qcow2.bz2 -Wei O

Re: Adding Host in new Zone fails

2023-01-31 Thread Evan Marchman
Thank you for the help Nux! Your comment on the bridges put me on the right path. Everything was indeed configured correctly. BUT, as VMs were created the MAC address of cloudbr0 changed. This explains why the host was mostly configured and then dropped off at the end. My fix was to add a dummy i

Re: Instance with SSH Key pair

2023-01-31 Thread Vivek Kumar
I am not sure if that template has cloud-init installed or not, so cloud-init enabled templates with cloudstack datasource are usually work with ssh-keys. So check if you have cloud-init package installed or not. https://docs.cloudstack.apache.org/en/latest/adminguide/templates/_cloud_init.htm

Instance with SSH Key pair

2023-01-31 Thread Stuart Whitman
Hello, When I launch an instance with an SSH key pair selected using the CentOS 5.5(64-bit) no GUI (KVM) template that comes with CloudStack, I cannot sign in using the SSH key. I configured the zone with basic networking and enabled the ConfigDrive network service provider. The instance runs,

[RELEASE][4.18]

2023-01-31 Thread Daan Hoogland
LS, a small update. I was aiming to create a first RC before the end of the month, but there are two PRs still open that I would really want in: 1. the tungsten PR: https://github.com/apache/cloudstack/pull/7065 2. 2 factor authentication: https://github.com/apache/cloudstack/pull/6924 Other than

Re: Adding Host in new Zone fails

2023-01-31 Thread Nux
Making sure that indeed all your bridges are in order, your agent can connect to the management server (eg telnet to mgmt:8250) and starting with a clean /etc/cloudstack/agent as well as libvirtd set to listen_tcp=1 and listen_tls=0, try to add the host again and if it fails send us again DEBUG

Re: AW: AW: VNC Console Problems with Ubuntu 22.04

2023-01-31 Thread Nux
cat << 'EOF' > /etc/cloud/cloud.cfg.d/99_cloudstack.cfg disable_root: false system_info: default_user: name: root ssh_pwauth: true datasource_list: ['CloudStack'] cloud_config_modules: - [ set-passwords, always ] - disable-ec2-metadata EOF (obviously, if you are not interested in direct

Re: Adding Host in new Zone fails

2023-01-31 Thread Evan Marchman
I've tried a few more things with no luck. Fully re-installed the agent, further verified open ports, checked the disks, etc. I keep getting the same errors. Any pointers are appreciated! Thanks! -Evan On Thu, Jan 26, 2023 at 5:47 PM Evan Marchman wrote: > I'm stumped. I am trying to add a new

Re: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Sanjay Kumar
Yes! we have re-created the ssvm but the issue still the same.

Re: Fwd: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Mevludin Blazevic
Hi Sanjay, we had the same issue. We resolved that by installing the ceph-common packages on each host. See https://docs.ceph.com/en/quincy/install/get-packages/ After that, we were able to add Ceph as a RBD primary storage cluster. Regards, Mevludin Am 31.01.2023 um 09:31 schrieb Sanjay K

AW: AW: VNC Console Problems with Ubuntu 22.04

2023-01-31 Thread me
Hey Sven, we create our image for Ubuntu 22.04 with some added parameters and we got password feature working. IF you interested I can share our settings. Regards, Swen -Ursprüngliche Nachricht- Von: Sven Barczyk Gesendet: Dienstag, 31. Januar 2023 15:09 An: users@cloudstack.apache.or

AW: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread me
Did you recreate the ssvm? -Ursprüngliche Nachricht- Von: Sanjay Kumar Gesendet: Dienstag, 31. Januar 2023 14:37 An: users@cloudstack.apache.org Betreff: Re: Facing issue while integration ceph with apache cloudstack Hi Wei, Yes we did Sanjay Kumar KV IT-Solutions Pvt. Ltd. m:

RE: Override DNS IP addresses

2023-01-31 Thread Gary Dixon
Hi Hm - I've been pondering whether cloudbase-init would be of use to us. I plan on testing it in the near future when time allows. I'll report back with my findings Thx Gary 2SN Gary Dixon Senior Technical Consultant T: +44 161 537 4990 E: v...@quadris-support.com W: www.quadris.co.uk Th

AW: AW: VNC Console Problems with Ubuntu 22.04

2023-01-31 Thread Sven Barczyk
SSH-Key works, password not really with Ubuntu 22.04. The only Image which works for us with Password is a Debian Cloudimage. K,R, Sven Barczyk -Ursprüngliche Nachricht- Von: Nux Gesendet: Dienstag, 31. Januar 2023 14:54 An: users@cloudstack.apache.org Cc: Sven Barczyk Betreff: Re: AW:

Re: AW: VNC Console Problems with Ubuntu 22.04

2023-01-31 Thread Nux
Can you use the password and ssh keys Cloudstack feature with that image? On 2023-01-31 12:50, Sven Barczyk wrote: It turned out as an Layer8 problem. There a 2 kind of Images on https://cloud-images.ubuntu.com/jammy/current/ jammy-server-cloudimg-amd64-disk-kvm.img jammy-server-cloudimg-am

Re: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Sanjay Kumar
Hi Wei, Yes we did Sanjay Kumar KV IT-Solutions Pvt. Ltd. m: 9891015813 a: 26th ,Badarpur Delhi s: sslinuxpath.blogspot.in e: sslinuxp...@gmail.com On Tue, Jan 31, 2023 at 7:01 PM Wei ZHOU wrote: > Hi Sa

Re: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Wei ZHOU
Hi Sanjay, Have you restarted the ssvm and mgmt server yet? -Wei On Tue, 31 Jan 2023 at 14:15, Sanjay Kumar wrote: > Hi Wei, > > We have changed the global setting for nfs4 but it is not working.. > > ACS_Version: 4.17.2 > > > On Tue, Jan 31, 2023 at 4:36 PM Wei ZHOU wrote: > > > Hi Sanjay, >

Re: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Sanjay Kumar
Hi Wei, We have changed the global setting for nfs4 but it is not working.. ACS_Version: 4.17.2 On Tue, Jan 31, 2023 at 4:36 PM Wei ZHOU wrote: > Hi Sanjay, > > You may face the issue > https://github.com/apache/cloudstack/issues/5741#issuecomment-990669423 > > You can use nfs4 as secondary s

Re: VNC Console Problems with Ubuntu 22.04

2023-01-31 Thread Wei ZHOU
Thanks Sven for sharing -Wei On Tue, 31 Jan 2023 at 13:52, Sven Barczyk wrote: > It turned out as an Layer8 problem. > > There a 2 kind of Images on https://cloud-images.ubuntu.com/jammy/current/ > jammy-server-cloudimg-amd64-disk-kvm.img >

AW: VNC Console Problems with Ubuntu 22.04

2023-01-31 Thread Sven Barczyk
It turned out as an Layer8 problem. There a 2 kind of Images on https://cloud-images.ubuntu.com/jammy/current/ jammy-server-cloudimg-amd64-disk-kvm.img jammy-server-cloudimg-amd64.img without any context to it. My thoughts on this where like ... im using kvm , than disk-kvm should be the right

Re: VNC Console Problems with Ubuntu 22.04

2023-01-31 Thread Nux
I believe I know why. That image is really made more for Openstack/EC2, if you check the kernel parameters (cat /proc/cmdline) you will probably notice they redirect the output to the serial console. Something like "console=ttyS0,115200n8", if you remove that you should get all output to your r

Re: Override DNS IP addresses

2023-01-31 Thread Nux
Hello, That's an unfortunate behaviour. Wonder what the culprit is. Did you try to use cloudbase-init in the Windows VMS? Does it make things better/worse? REgards On 2023-01-30 15:32, Gary Dixon wrote: Thx Nux - this is good news The issue doesn't happen all the time - we have seen it occa

understand Cloudstack Database performance

2023-01-31 Thread jordan j
Hello everyone! ACS 4.17.2 with a separate database. ACS currently has no vm instances. While creating some /16 user networks we noticed some timeouts on the API. After some tests - the smaller the new network the less the issues. Checking the database - there were 600 slow queries on average. T

Re: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Wei ZHOU
Hi Sanjay, You may face the issue https://github.com/apache/cloudstack/issues/5741#issuecomment-990669423 You can use nfs4 as secondary storage. You need to change global setting secstorage.nfs.version to "4" -Wei On Tue, 31 Jan 2023 at 10:47, Sanjay Kumar wrote: > Hello! > > Thanks for the q

VNC Console Problems with Ubuntu 22.04

2023-01-31 Thread Sven Barczyk
Hi there, has anybody encountered this phenomenon, with the official Cloud-Images from Ubuntu 22.04? After booting, the VNC Console from ConsoleProxy is frozen with bios post information. The instance from this Ubuntu 22.04 cloud-image, when configured with proper network, is bootable and is a

Re: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Sanjay Kumar
Hello! Thanks for the quick update. root@NVCOMP03:~# apt install libvirt-daemon-driver-storage-rbd Reading package lists... Done Building dependency tree Reading state information... Done libvirt-daemon-driver-storage-rbd is already the newest version (6.0.0-0ubuntu8.16). libvirt-daemon-driver-st

Re: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Wei ZHOU
HiSanjay, Have you installed the "libvirt-daemon-driver-storage-rbd" package on kvm hosts ? -Wei On Tue, 31 Jan 2023 at 09:29, Sanjay Kumar wrote: > Hello! > > We are facing while integration of ceph and issue while adding the storage > with apache cloudstack. Please help me out get it fix

Fwd: Facing issue while integration ceph with apache cloudstack

2023-01-31 Thread Sanjay Kumar
Hello! We are facing while integration of ceph and issue while adding the storage with apache cloudstack. Please help me out get it fix and how easy integrate the ceph with apache cloudstack. OS for ceph node: centos 8. OS for compute node: ubuntu 20 OS for DB: ubuntu 18 2023-01-30 12:01:40,9