Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-08-19 Thread via GitHub
GitHub user dcontiveros-nf closed a discussion: Generating credentials prior to install for automated deployment Hello. I am attempting to fully automate an install of cloudstack. I have the management node fully deployed via Salt, so software dependencies are not an issue. My main issue

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-07-02 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment @dcontiveros-nf any updates, like - should we create one or more issues? - can we close this discussion? - do you have more workarounds? GitHub link: https

Re: [D] How to install custum hostallocator module [cloudstack]

2025-07-02 Thread via GitHub
GitHub user hacked473 closed a discussion: How to install custum hostallocator module Hi I developed a custom host allocator and created a jar file. I read cloudstack document about how to install it, but the explanation was about changing tomcat configurations. As I know cloudstack does

Re: [D] How to install custum hostallocator module [cloudstack]

2025-06-24 Thread via GitHub
GitHub user harikrishna-patnala added a comment to the discussion: How to install custum hostallocator module @hacked473 If you've developed your custom host allocator as an adapter similar to [FirstFitAllocator](https://github.com/shapeblue/cloudstack

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-05-01 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment @DaanHoogland Let's leave this open for now. I want to ensure I can programmatically create everything and don't run into any issues, as we may have

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-05-01 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment @dcontiveros-nf are you satisfied you have a way forward now? GitHub link: https://github.com/apache/cloudstack/discussions/10768#discussioncomment-13002809 This

Re: [D] Noob install went well but where can I find templates? [cloudstack]

2025-04-30 Thread via GitHub
GitHub user almostobvious closed a discussion: Noob install went well but where can I find templates? When I go to Compute/Add instance, the "Template/ISO" is empty - there is nothing in featured/community/my templates for either templates or ISOs. I have exactly two templates w

Re: [D] Cloudstack 4.20, kvm install problem. [cloudstack]

2025-04-30 Thread via GitHub
GitHub user rongage1 closed a discussion: Cloudstack 4.20, kvm install problem. I am trying to freshly install 4.20 host agent for KVM on an Oracle Linux host running R9U5. It is not going well, specifically the networking setup is failing. The juxt of the problem is that the setup is

Re: [D] New install - 4.19.1 on Centos Stream 9, database upgrade fails. [cloudstack]

2025-04-30 Thread via GitHub
GitHub user rongage closed a discussion: New install - 4.19.1 on Centos Stream 9, database upgrade fails. # ISSUE TYPE * Bug Report # COMPONENT NAME ~~~ Core startup ~~~ # CLOUDSTACK VERSION ~~~ 4.19.1 ~~~ # CONFIGURATION Separate database server: mysql> sel

Re: [D] New install - 4.19.1 on Centos Stream 9, database upgrade fails. [cloudstack]

2025-04-30 Thread via GitHub
GitHub user DaanHoogland closed the discussion with a comment: New install - 4.19.1 on Centos Stream 9, database upgrade fails. closed this for lack of interaction, please reopen or open a new item if applicable GitHub link: https://github.com/apache/cloudstack/discussions/9913

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-25 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment I have a specific hierarchy I am targetting that looks pretty similar to a barebones distributed setup. The initial bootstrapping is what we really are trying to

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-25 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment I have a specific hierarchy I am targetting that looks pretty similar to a barebones distributed setup. The initial bootstrapping is what we really are trying to get

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-25 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment Your plan sounds accurate. The wizard is what you should totally skip. You can do everything it does by means of APIs, in fact the whole UI is based on APIs. Are you

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment Is there anyway to skip this wizard? I Was attempting to see how the database would look like post wizard so I can add the appropriate zones. However, I cannot get

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment Ok so let's drill down even more: 1. Use default admin credentials to log into API 2. Use `registerUserKeys` to generate `apikey/secretkey` for default admin u

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment Ok so let's drill down even more: 1. Use default admin credentials to log into API 2. Use `registerUserKeys` to generate `apikey/secretkey` for my default user 3

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment I think we are getting out of sync. Let me explain my understanding: 1. when I first deploy a management node via Cloudstack, I only have admin/password default

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment I think we are getting out of sync. Let me explain my understanding: 1. when I first deploy a management node via Cloudstack, I only have admin/password default

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment about "There is no way to modify this on install” I am not sure, but your proposed procedure should work (without using the GUI). you can alternatively - Use de

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment I think we are getting out of sync. Let me explain my understanding: 1. when I first deploy a management node via Cloudstack, I only have admin/password default

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment I think we are getting out of sync. Let me explain my understanding: 1. when I first deploy a management node via Cloudstack, I only have admin/password default

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment @dcontiveros-nf you can call the API without loging into the GUI. see https://cloudstack.apache.org/api/apidocs-4.20/apis/registerUserKeys.html GitHub link: https

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment The entire point of this is to avoid using a GUI. Forcing an admin to log into a GUI to define the proper access is definitely a limiting factor in automation. I

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment The entire point of this is to avoid using a GUI. Forcing an admin to log into a GUI to define the proper information is definitely a limiting factor in automation

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment Sure, it seems valid, though I would not have an implementation strategy yet. Also I am not sure if I am missing something (cc @NuxRo @rajujith ) GitHub link: https

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment So essentially there is no way to fully automate this in a safe manner without defaulting to creating my user post install via API. I'm wondering if I should pl

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment @dcontiveros-nf , you can do most steps using an api-/secret-key pair using the API, you will have to have that generated initially. so the one first call will have to

Re: [D] Noob install went well but where can I find templates? [cloudstack]

2025-04-10 Thread via GitHub
GitHub user JoaoJandre added a comment to the discussion: Noob install went well but where can I find templates? @almostobvious About using ISOs that you already have downloaded, there is currently no way to point ACS towards a ISO/Template that is already on storage so that it is used. ACS

Re: [D] Noob install went well but where can I find templates? [cloudstack]

2025-04-10 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Noob install went well but where can I find templates? most OS providers build cloud images daily/weekly. for testing purpose, you can register some cloud images from ubuntu, debian, rocky, almalinux, etc GitHub link: https

Re: [D] Noob install went well but where can I find templates? [cloudstack]

2025-04-09 Thread via GitHub
GitHub user almostobvious edited a comment on the discussion: Noob install went well but where can I find templates? Thanks Joao, appreciate the clarification. I sort of expected to see a rich set of OSs and appliances ready to go... it just seems like a lot of work every single user needs

Re: [D] Noob install went well but where can I find templates? [cloudstack]

2025-04-09 Thread via GitHub
GitHub user almostobvious added a comment to the discussion: Noob install went well but where can I find templates? Thanks Joao, appreciate the clarification. I soft of expected to see a rich set of OSs and appliances ready to go... it just seems like a lot of work every single user needs to

Re: [D] Noob install went well but where can I find templates? [cloudstack]

2025-04-09 Thread via GitHub
GitHub user JoaoJandre added a comment to the discussion: Noob install went well but where can I find templates? Hi, @almostobvious ACS's focus is on providing a cloud orchestration platform, not cloud templates. Furthermore I would advise you to not trust public templates (to us

Fresh install preproduction Cloudstack 4.20 503 error: anybody using it in Production

2025-02-13 Thread Chi vediamo
I Have a separate trail. eith the title Re: Please help. port 4560 ! Re: I have the same Issue 4.20 I am using a clean install for the Cloudstack 4.20 is in pre-productuction lab. With separate databse and HA. Unable to make it run. Many of the scripts appears or make me think the rel 4.20

Re: [D] Cloudstack 4.20, kvm install problem. [cloudstack]

2024-12-12 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Cloudstack 4.20, kvm install problem. > wow, that is a bad find @rongage1 . As a workaround you could implement a > simple service file that does `nmcli networking off && nmcli networking on` > in the `restart` me

Re: [D] Cloudstack 4.20, kvm install problem. [cloudstack]

2024-12-12 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack 4.20, kvm install problem. wow, that is a bad find @rongage1 . As a workaround you could implement a simple service file that does `nmcli networking off && nmcli networking on` in the `restart` method. As far as I

Re: [D] New install - 4.19.1 on Centos Stream 9, database upgrade fails. [cloudstack]

2024-11-26 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: New install - 4.19.1 on Centos Stream 9, database upgrade fails. @rongage I have tested with latest MariaDB-server 11.6.2, it works ``` curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash dnf install MariaDB

Re: [D] Can we install CloudStack on Oracle linux 9? [cloudstack]

2024-11-12 Thread via GitHub
GitHub user abdullahqureshi1994 closed a discussion: Can we install CloudStack on Oracle linux 9? I just want clarification that cloud stack can be installed on oracle linux or not? GitHub link: https://github.com/apache/cloudstack/discussions/9811 This is an automatically sent email

Re: [D] New install - 4.19.1 on Centos Stream 9, database upgrade fails. [cloudstack]

2024-11-08 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: New install - 4.19.1 on Centos Stream 9, database upgrade fails. I tested mariadb-server 10.6.18-0ubuntu0.22.04.1, it worked well. 10.6.18 is a more recent release (released in May 2024) than 10.5.22 (released in August 2023) can

Re: [D] New install - 4.19.1 on Centos Stream 9, database upgrade fails. [cloudstack]

2024-11-08 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: New install - 4.19.1 on Centos Stream 9, database upgrade fails. @rongage , centos stream is not explicitely supported by ACS. I do not know how far forked it is from the likes of Oracle Linux 9, Alma Linux 9 and Rocky Linux 9

Re: [D] Can we install CloudStack on Oracle linux 9? [cloudstack]

2024-10-16 Thread via GitHub
GitHub user abdullahqureshi1994 added a comment to the discussion: Can we install CloudStack on Oracle linux 9? Thanks @kiranchavala GitHub link: https://github.com/apache/cloudstack/discussions/9811#discussioncomment-10962440 This is an automatically sent email for users

Re: [D] Can we install CloudStack on Oracle linux 9? [cloudstack]

2024-10-16 Thread via GitHub
GitHub user boring-cyborg[bot] added a comment to the discussion: Can we install CloudStack on Oracle linux 9? Thanks for opening your first issue here! Be sure to follow the issue template! GitHub link: https://github.com/apache/cloudstack/discussions/9811#discussioncomment-10962438

Re: [D] Can we install CloudStack on Oracle linux 9? [cloudstack]

2024-10-16 Thread via GitHub
GitHub user kiranchavala added a comment to the discussion: Can we install CloudStack on Oracle linux 9? @abdullahqureshi1994 yes you can use oracle linux https://docs.cloudstack.apache.org/en/4.19.1.1/releasenotes/compat.html#supported-os-versions-for-management-server GitHub link: https

Re: [D] Can we install CloudStack on Oracle linux 9? [cloudstack]

2024-10-16 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Can we install CloudStack on Oracle linux 9? +1 it is also supported by smoke tests ![image](https://github.com/user-attachments/assets/a3013c33-99a0-47dc-b89d-7ddb8459ee5c) GitHub link: https://github.com/apache/cloudstack

Re: SSL Certificate Install Failing

2024-10-07 Thread Granwille Strauss
oot certificate should start with "BEGIN CERTIFICATE" and end with "END CERTIFICATE" On Mon, Oct 7, 2024 at 12:37 PM Granwille Strauss wrote: Hi Guys, I am so confused, we have a newly issued Wildcard certificate that I am trying to install to cloudstack via UI but it seems t

Re: SSL Certificate Install Failing

2024-10-07 Thread Wei ZHOU
The root certificate should start with "BEGIN CERTIFICATE" and end with "END CERTIFICATE" On Mon, Oct 7, 2024 at 12:37 PM Granwille Strauss wrote: > Hi Guys, > > I am so confused, we have a newly issued Wildcard certificate that I am > trying to install to c

SSL Certificate Install Failing

2024-10-07 Thread Granwille Strauss
Hi Guys, I am so confused, we have a newly issued Wildcard certificate that I am trying to install to cloudstack via UI but it seems to fail with consolveVM: 2024-10-07 10:30:21,786 INFO [cloud.consoleproxy.ConsoleProxySecureServerFactoryImpl] (Console-Proxy-Main:null) Start initializing

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-03 Thread Guto Veronezi
udstack.apache.org Sent: Tuesday, 2 July, 2024 19:01:45 Subject: Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME On Tue, Jul 2, 2024 at 12:07 PM Rohit Yadav wrote: Jorge, It appears you’ve some configuration issue that’s specific to your env and you're missing some package or configuratio

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-02 Thread Kristian Liivak
ge - From: "Jorge Ventura" To: users@cloudstack.apache.org Sent: Tuesday, 2 July, 2024 19:01:45 Subject: Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME On Tue, Jul 2, 2024 at 12:07 PM Rohit Yadav wrote: > Jorge, > > It appears you’ve some configuration issue that’s specif

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-02 Thread Jorge Ventura
(and help > improve them or report issues). Here are my setup notes if you may find > them useful: https://rohityadav.cloud/blog/cloudstack-kvm/ > > Regards. > > Regards. > > > > > From: Jorge Ventura > Sent: Tuesday, July 2,

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-02 Thread Rohit Yadav
e are my setup notes if you may find them useful: https://rohityadav.cloud/blog/cloudstack-kvm/ Regards. Regards. From: Jorge Ventura Sent: Tuesday, July 2, 2024 8:04:41 PM To: users@cloudstack.apache.org Subject: Re: Install cloudstack 4.19 , TOTAL WASTE

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-02 Thread Jorge Ventura
; >> Failed to get libvirt connection for domain event lifecycle* >> > Jul 01 15:28:12 host1-kvm java[55609]: org.libvirt.LibvirtException: >> >> internal error: could not initialize domain event timer >> > Jul 01 15:28:12 host1-kvm java[55609]: at >

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-02 Thread Jorge Ventura
> > Jul 01 15:28:12 host1-kvm java[55609]: at > >> > com.cloud.hypervisor.kvm.resource.LibvirtComputingResource.createLocalStoragePool(LibvirtComputingResource.java:3692) > > Jul 01 15:28:12 host1-kvm java[55609]: at > >> > com.cloud.hypervis

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-01 Thread Guto Veronezi
2024 at 11:40 AM Jayanth Babu A wrote: Hi Jorge, The community likes to be supportive as much as possible. Please let us know where you’re stuck. Is that the subject with “Certificate Problem using Ubuntu 22.04/Jammy: ===> unsupported certificate purpose”? Regards, Jayanth Reddy From: Jor

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-01 Thread Jorge Ventura
[cloud.agent.Agent] > (AgentShutdownThread:) (logid:) Stopping the agent: Reason = sig.kill Jul 01 15:28:13 host1-kvm systemd[1]: cloudstack-agent.service: Main > process exited, code=exited, status=1/FAILURE Jul 01 15:28:13 host1-kvm systemd[1]: cloudstack-agent.service: Failed with > re

Re: Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-01 Thread Jayanth Babu A
t 8:03 PM To: users@cloudstack.apache.org Subject: Install cloudstack 4.19 , TOTAL WASTE OF TIME I expected a very mature product but it's not. Absolute waste of time. Disclaimer *** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s)

Install cloudstack 4.19 , TOTAL WASTE OF TIME

2024-07-01 Thread Jorge Ventura
I expected a very mature product but it's not. Absolute waste of time.

Re: [D] Bash script to install CloudStack [cloudstack]

2024-05-31 Thread via GitHub
GitHub user rohityadavcloud added a comment to the discussion: Bash script to install CloudStack Thanks for sharing! I'm trying to build this: https://c8k.in and I might steal something from these scripts :) GitHub link: https://github.com/apache/cloudstack/discussions

Re: [D] How to install SSL certificate on clouds tack 4.19 version [cloudstack]

2024-05-30 Thread via GitHub
GitHub user pcfriek1987 added a comment to the discussion: How to install SSL certificate on clouds tack 4.19 version does it work with a jks? I'm using a pkcs12. GitHub link: https://github.com/apache/cloudstack/discussions/9149#discussioncomment-9604228 This is an automatically

Re: [D] How to install SSL certificate on clouds tack 4.19 version [cloudstack]

2024-05-29 Thread via GitHub
GitHub user titu044 edited a discussion: How to install SSL certificate on clouds tack 4.19 version This is not working anyone help me I have wildcard ssl certificate when i convert PEM to JKS and Upload my management server /etc/cloudstack/management/server.properties https.enable=true

RE: Login issue on new install

2024-05-27 Thread Ian Tobin
a bug. Thanks for letting me know! Best regards Ian -Original Message- From: Stephan Bienek Sent: 27 May 2024 09:03 To: users@cloudstack.apache.org Subject: Re: Login issue on new install Hi Ian, it sounds exactly like the issue we found last week and opened a github issue

Re: Login issue on new install

2024-05-27 Thread Stephan Bienek
gt; > > > -Original Message- > > From: Wei ZHOU > > Sent: 24 May 2024 17:33 > > To: users@cloudstack.apache.org > > Subject: Re: Login issue on new install > > > > clear browser cache or incognito mode? > > > > > > > &

Re: Login issue on new install

2024-05-24 Thread Wei ZHOU
17:33 > To: users@cloudstack.apache.org > Subject: Re: Login issue on new install > > clear browser cache or incognito mode? > > > > On Friday, May 24, 2024, Ian Tobin wrote: > > > Hi, > > > > We've just built a new management server (ubtunu 23.0

RE: Login issue on new install

2024-05-24 Thread Ian Tobin
Tried that on different machines The server loads are also low -Original Message- From: Wei ZHOU Sent: 24 May 2024 17:33 To: users@cloudstack.apache.org Subject: Re: Login issue on new install clear browser cache or incognito mode? On Friday, May 24, 2024, Ian Tobin wrote

Re: Login issue on new install

2024-05-24 Thread Wei ZHOU
clear browser cache or incognito mode? On Friday, May 24, 2024, Ian Tobin wrote: > Hi, > > We've just built a new management server (ubtunu 23.04) and db server. > Login page loads, enter user and pass, then the login box just spins, it > never times out either. > > Any idea what could be the

Login issue on new install

2024-05-24 Thread Ian Tobin
Hi, We've just built a new management server (ubtunu 23.04) and db server. Login page loads, enter user and pass, then the login box just spins, it never times out either. Any idea what could be the issue or log to check? Thanks Ian

Re: Cloudstack 4.19 / Ubuntu 22.04 fresh install fails

2024-02-26 Thread Wei ZHOU
Can you check if there are SQLException in the log ? -Wei On Mon, Feb 26, 2024 at 2:45 PM Ishan Talathi wrote: > Hello, > > Setup is as follows - > > Ubuntu 22.04 fresh VM > Cloudstack 4.19 > MySQL 8 ( same node as management ) > > After deploying, cloudstack-management fails to start with recu

Cloudstack 4.19 / Ubuntu 22.04 fresh install fails

2024-02-26 Thread Ishan Talathi
Hello, Setup is as follows - Ubuntu 22.04 fresh VM Cloudstack 4.19 MySQL 8 ( same node as management ) After deploying, cloudstack-management fails to start with recurring errors like below - 2024-02-26 13:28:52,565 WARN [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] (main:null) (logid:) Failed t

Re: Sporadic no agent.log on clean install

2023-06-21 Thread Daan Hoogland
Kind regards, > > >> > > >> Ruben Bosch > > >> CLDIN > > >> > > >>> On 19 Jun 2023, at 17:18, Ruben Bosch wrote: > > >>> > > >>> Hi guys, > > >>> > > >>> I'm checking in to

Re: Sporadic no agent.log on clean install

2023-06-20 Thread Wei ZHOU
023, at 17:18, Ruben Bosch wrote: > >>> > >>> Hi guys, > >>> > >>> I'm checking in to see if anyone here has seen this behaviour before: > >> when installing a fresh kvm hypervisor (Ubuntu 20.04) using CS version > >> 4.16.1 it&#x

Re: Sporadic no agent.log on clean install

2023-06-20 Thread Ruben Bosch
Bosch wrote: >>> >>> Hi guys, >>> >>> I'm checking in to see if anyone here has seen this behaviour before: >> when installing a fresh kvm hypervisor (Ubuntu 20.04) using CS version >> 4.16.1 it's a roll of the dice whether agent.log w

Re: Sporadic no agent.log on clean install

2023-06-20 Thread Wei ZHOU
n to see if anyone here has seen this behaviour before: > when installing a fresh kvm hypervisor (Ubuntu 20.04) using CS version > 4.16.1 it's a roll of the dice whether agent.log will be populated or does > not get created at all and fails on a class loading failure. This does not >

Re: Sporadic no agent.log on clean install

2023-06-20 Thread Ruben Bosch
reated at all and fails on a class loading failure. This does not happen > each time we install a host, but it does pop up frequently. journalctl will > still return part of the log, but it's never written to > /var/log/cloudstack/agent/agent.log. Has anyone seen this behaviour before

Sporadic no agent.log on clean install

2023-06-19 Thread Ruben Bosch
lure. This does not happen each time we install a host, but it does pop up frequently. journalctl will still return part of the log, but it's never written to /var/log/cloudstack/agent/agent.log. Has anyone seen this behaviour before and have they found a quick fix? We've had to reinstal

Install from source

2022-01-11 Thread Hean Seng
: python (>= 2.7) nodejs (>= 12) The documentation online, seems not know the environment for install/compile it to Ubuntu20 -- Regards, Hean Seng

Re: Can I install all services on same server

2021-10-04 Thread Darren Cole
le" To: "users" Sent: Saturday, October 2, 2021 1:15:49 PM Subject: Re: Can I install all services on same server See: https://rohityadav.cloud/blog/cloudstack-kvm/ On 2021/10/02 16:31:51, Cristian Ciobanu wrote: > Hi, > > Yes, it is possible. ( I would not do that fo

Re: Can I install all services on same server

2021-10-03 Thread James Steele
s.mail > wrote: > > > *Hi,* > > > > Can I install all services on same server? like ACS management, NFS and > > KVM host on same server. > > > > Is it possible or not? > > > > > > Thanks, Alamin > > > > >

Re: Can I install all services on same server

2021-10-02 Thread technologyrss.mail
technologyrss.mail wrote: *Hi,* Can I install all services on same server? like ACS management, NFS and KVM host on same server. Is it possible or not? Thanks, Alamin

Re: Can I install all services on same server

2021-10-02 Thread Cristian Ciobanu
Hi, Yes, it is possible. ( I would not do that for production environment ) Regards Cristian On Sat, Oct 2, 2021, 19:19 technologyrss.mail wrote: > *Hi,* > > Can I install all services on same server? like ACS management, NFS and > KVM host on same server. > > Is

Can I install all services on same server

2021-10-02 Thread technologyrss.mail
*Hi,* Can I install all services on same server? like ACS management, NFS and KVM host on same server. Is it possible or not? Thanks, Alamin

Re: Quick Install, strugling to get ACS working

2020-08-13 Thread Rafael del Valle
gt; On Tue, 2020-08-11 03:06 PM, Rafael del Valle " > > target="_blank"> > > wrote: > > > Hi! > > > > > > Like other users on the list, I am struggling to get ACS working > > following the Quick Install. > > > > > > My

Re: Quick Install, strugling to get ACS working

2020-08-12 Thread Andrija Panic
h seems to me like agent-manager can no longer talk? > > On Tue, 2020-08-11 03:06 PM, Rafael del Valle > wrote: > > Hi! > > > > Like other users on the list, I am struggling to get ACS working > following the Quick Install. > > > > My Setup 3 host test

Re: Quick Install, strugling to get ACS working

2020-08-11 Thread rvalle
agent-manager can no longer talk? On Tue, 2020-08-11 03:06 PM, Rafael del Valle wrote: > Hi! > > Like other users on the list, I am struggling to get ACS working following > the Quick Install. > > My Setup 3 host test cluster: KVM, Ubuntu 18, ACS 4.14 > > I have man

Re: Quick Install, strugling to get ACS working

2020-08-11 Thread rvalle
I can also see a lot of: On Tue, 2020-08-11 03:06 PM, Rafael del Valle wrote: > Hi! > > Like other users on the list, I am struggling to get ACS working following > the Quick Install. > > My Setup 3 host test cluster: KVM, Ubuntu 18, ACS 4.14 > > I have man

Quick Install, strugling to get ACS working

2020-08-11 Thread Rafael del Valle
Hi! Like other users on the list, I am struggling to get ACS working following the Quick Install. My Setup 3 host test cluster: KVM, Ubuntu 18, ACS 4.14 I have managed to create (Advanced Networking)( Zone, Cluster, Pod, Hosts, I am using local primary storage (for VMs and SVMS) and NFS

Re: Cloudstack quick install help

2020-08-09 Thread Rohit Yadav
and have you seeded the 4.14 systemvmtemplate on it? Regards. From: etzkorl gmail Sent: Sunday, August 9, 2020 22:43 To: users@cloudstack.apache.org Subject: Re: Cloudstack quick install help Hi, I used the quick install guide for CentOS. If the primary and

Re: Cloudstack quick install help

2020-08-09 Thread etzkorl gmail
Hi, I used the quick install guide for CentOS. If the primary and secondary storage aren’t running I’m not sure why—see my rpcinfo and exportfs Commands as shown in my first email, nfs is running. Also my system VMs tab says a primary and secondary VM are running. I did define a zone. It

Re: Cloudstack quick install help

2020-08-09 Thread Rohit Yadav
able to register/add templates and ISOs or allow you to deploy VMs. Have you tried the QIG (quick install guide) for CentOS7 - http://docs.cloudstack.apache.org/en/4.14.0.0/quickinstallationguide/qig.html ? If you're a Ubuntu user, you can try https://rohityadav.cloud/blog/cloudstack-kvm/ H

Fwd: Cloudstack quick install help

2020-08-08 Thread Letha Etzkorn
Hi,  I've run all the way through the install multiple times, and I can't create an instance because no templates or ISOs show up in the GUI after I select Add Instance. There are templates and isos visible when I click the Templates tab. I have tried adding my own ISO but I get

Re: Fresh 4.14 install - UI won't start after reboot

2020-08-03 Thread David Jumani
27;t removed the part that adds the rules so existing functionality remains the same but lets the user know that the ports need to be opened. Let me know what you all think! Thanks, David From: Andrija Panic Sent: Friday, July 31, 2020 4:34 PM To: users Subject: R

Re: Fresh 4.14 install - UI won't start after reboot

2020-07-31 Thread Andrija Panic
Fully agree anyone up for a PR that would edit the script to avoid firewall rules setup but instead print a descriptive message advising ports 8080, 8443, 8250 and possibly 8096 should be open? cheers, On Fri, 31 Jul 2020 at 10:26, Riepl, Gregor (SWISS TXT) < gregor.ri...@swisstxt.ch> wrote:

Re: Fresh 4.14 install - UI won't start after reboot

2020-07-31 Thread Riepl, Gregor (SWISS TXT)
Hi Andrija, My idea would be to either ensure (in the cloudstack-setup-management) that both firewalld/ufw are disabled and continue operating with pure iptables OR to not add rules at all, but instead print a message on the requirements to open access to ports 8080/8250/9090 with whatever firew

Re: Fresh 4.14 install - UI won't start after reboot

2020-07-24 Thread Andrija Panic
ke > > > > -Original Message- > From: Andrija Panic > Sent: Tuesday, June 23, 2020 6:05 PM > To: users > Subject: Re: Fresh 4.14 install - UI won't start after reboot > > Hi Mike, > > I've checked the "after" log file - and everything

RE: Fresh 4.14 install - UI won't start after reboot

2020-06-25 Thread Corey, Mike
ation after the reboot. Mike -Original Message- From: Andrija Panic Sent: Tuesday, June 23, 2020 6:05 PM To: users Subject: Re: Fresh 4.14 install - UI won't start after reboot Hi Mike, I've checked the "after" log file - and everything seems fine - there is DB up

Re: Fresh 4.14 install - UI won't start after reboot

2020-06-23 Thread Andrija Panic
Hi Mike, I've checked the "after" log file - and everything seems fine - there is DB update happening from 4.0.0 version all the way to 4.14.0.0 version (this is clean install obviously) and the exception you see "can not ping management server" - is NORMAL, i.e. in ev

RE: Fresh 4.14 install - UI won't start after reboot

2020-06-23 Thread Corey, Mike
gure this out. Thanks! https://tinyurl.com/yc5tebts -Original Message- From: Andrija Panic Sent: Thursday, June 11, 2020 4:23 PM To: users Subject: Re: Fresh 4.14 install - UI won't start after reboot Mike, those are the same packages, built by ShapeBlue and we are using the

Re: Fresh 4.14 install - UI won't start after reboot

2020-06-11 Thread Andrija Panic
irewall, they don't stick > after a reboot. > > > > -Original Message- > From: Corey, Mike > Sent: Thursday, June 11, 2020 1:13 PM > To: users@cloudstack.apache.org > Subject: [CAUTION] RE: Fresh 4.14 install - UI won't start after reboot > > I thi

RE: Fresh 4.14 install - UI won't start after reboot

2020-06-11 Thread Corey, Mike
after a reboot. -Original Message- From: Corey, Mike Sent: Thursday, June 11, 2020 1:13 PM To: users@cloudstack.apache.org Subject: [CAUTION] RE: Fresh 4.14 install - UI won't start after reboot I think I solved my own problem, but may have uncovered a bug with one of the distros.

RE: Fresh 4.14 install - UI won't start after reboot

2020-06-11 Thread Corey, Mike
hursday, June 11, 2020 9:52 AM To: users@cloudstack.apache.org Subject: [CAUTION] Fresh 4.14 install - UI won't start after reboot Hi, Still new here so please be patient. I just ran through a fresh installation (MySQL & CS on same VM) and all looked good (no errors in logs, instal

Fresh 4.14 install - UI won't start after reboot

2020-06-11 Thread Corey, Mike
Hi, Still new here so please be patient. I just ran through a fresh installation (MySQL & CS on same VM) and all looked good (no errors in logs, installation completed, UI console loaded in browser) until I rebooted the management server. The UI came online after the initial setup ran through

Can I install CloudStack on a pre-configured network?

2020-05-09 Thread jl0x61
$2,$8}' DEBUG:root:dev: enp95s0f1 222.200.180.254 is not a network device ``` Did it mean that I must configure a cloudbr0 bridge? I already have a pre-configured network with ip addresses from 11.11.11.21 to 11.11.11.49. Can I install CloudStack without configure a cloudbr0 bridge?

  1   2   3   4   5   >