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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

GitHub link:
https://github.com/apache/cloudstack
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
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
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
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
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
(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,
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
; >> 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
>
> > 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
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
[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
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)
I expected a very mature product but it's not.
Absolute waste of time.
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
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
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
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
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?
> >
> >
> >
> &
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
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
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
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
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
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
Kind regards,
> > >>
> > >> Ruben Bosch
> > >> CLDIN
> > >>
> > >>> On 19 Jun 2023, at 17:18, Ruben Bosch wrote:
> > >>>
> > >>> Hi guys,
> > >>>
> > >>> I'm checking in to
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
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
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
>
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
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
: python (>= 2.7)
nodejs (>= 12)
The documentation online, seems not know the environment for
install/compile it to Ubuntu20
--
Regards,
Hean Seng
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
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
> >
> >
>
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
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
*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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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.
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
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
$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 - 100 of 427 matches
Mail list logo