Hello,
I am setting up a new proof of concept for deployment. I am hitting a few
snags here and there but thanks to some users in the IRC chat, I have made
some progress.
I have tried to deploy this cluster about 5 times now. I am having a
problem where I did not have a problem before.
I am trying to join my first KVM host into "Cluster1."
The KVM and Management hosts are all on 10.32.0.0/24.
When I use the Web GUI to add the host, I see this in the management server
logs:
Trying to add a new host at http://node01.clt.bigbrainglobal.net in data
center 1
Executing cmd: lsmod|grep kvm
lsmod|grep kvm output:kvm_intel 55656 0
kvm 345659 1 kvm_intel
2016-04-30 11:47:45,135 DEBUG [c.c.u.s.SSHCmdHelper]
(catalina-exec-22:ctx-4374bac7 ctx-d5ac14f7) (logid:71d7250d) Executing
cmd: cloudstack-setup-agent -m 10.32.0.97 -z 1 -p 1 -c 1 -g
c8a7b6d9-f24f-3725-bc00-9151d14a0239 -a --pubNic=cloudbr1 --prvNic=cloudbr0
--guestNic=cloubr1 --hypervisor=kvm
Executing cmd: cloudstack-setup-agent -m 10.32.0.97 -z 1 -p 1 -c 1 -g
c8a7b6d9-f24f-3725-bc00-9151d14a0239 -a --pubNic=cloudbr1 --prvNic=cloudbr0
--guestNic=cloubr1 --hypervisor=kvm
cloudstack-setup-agent -m 10.32.0.97 -z 1 -p 1 -c 1 -g
c8a7b6d9-f24f-3725-bc00-9151d14a0239 -a --pubNic=cloudbr1 --prvNic=cloudbr0
--guestNic=cloubr1 --hypervisor=kvm output:Starting to configure your
system:
Configure Cgroup ... [OK]
Configure SElinux ... [OK]
Configure Network ... [OK]
Configure Libvirt ... [OK]
Configure Firewall ... [OK]
Configure Nfs ... [OK]
Configure cloudAgent ... [OK]
CloudStack Agent setup is done
I did noticed that when I kick off the add cluster prompt in the web gui,
IPTables seems to start up, even if it is disabled. Perhaps this is a
script on the cloudstack-agent setup.
Any help would be greatly appreciated.
|