[GitHub] [cloudstack-kubernetes-provider] rhtyd commented on issue #16: [DISCUSS] Work on next release

2021-08-05 Thread GitBox


rhtyd commented on issue #16:
URL: 
https://github.com/apache/cloudstack-kubernetes-provider/issues/16#issuecomment-893280605


   @onitake @joschi36 David has started a vote thread here - 
https://markmail.org/message/nehouswgefdxe3kj Please help test the RC and vote. 
Hopefully, we'll see our first ever v1.0 soon.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [VOTE] Apache CloudStack Kubernetes Provider v1.0.0 (RC1)

2021-08-05 Thread Abhishek Kumar
+1

Tested kubernetes-provider running on k8s cluster deployed using version 1.15.0 
with a KVM env built using ACS main branch.
Able to deploy test deployment from repo traefik-ingress-controller


From: David Jumani 
Sent: 04 August 2021 17:12
To: dev@cloudstack.apache.org ; users 

Subject: [VOTE] Apache CloudStack Kubernetes Provider v1.0.0 (RC1)

Hi All,

I've created the initial CloudStack Kubernetes Provider release v1.0.0, with 
the following artifacts up for a vote:

Git Branch and Commit SH:
https://github.com/apache/cloudstack-kubernetes-provider/tree/1.0
Commit: a8fccd9fe5c145bc3a12e3681bdf33e9f6ed382c

Source release (checksums and signatures are available at the same
location):
https://dist.apache.org/repos/dist/dev/cloudstack/kubernetes-provider-v1.0.0/

PGP release keys (signed using 92D88ECF4D63C923):
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

The docker image can be found at 
https://hub.docker.com/r/apache/cloudstack-kubernetes-provider

The documentation for the same can be found at
https://github.com/apache/cloudstack-documentation/blob/main/source/plugins/cloudstack-kubernetes-provider.rst
https://github.com/apache/cloudstack-kubernetes-provider/blob/main/README.md#deployment
(be sure to replace the image version 
`apache/cloudstack-kubernetes-provider:v1.0.0` with 
`apache/cloudstack-kubernetes-provider:v1.0.0-RC20210804T0500`)

The vote will be open until 08 August 2021.

For sanity in tallying the vote, can PMC members please be sure to indicate 
"(binding)" with their vote?

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Thanks,
David




 



In place upgrade CentOS 7 to UBUNTU KVM clusters

2021-08-05 Thread Curious Pandora
Hello,

We are planning to replace our CentOS 7 hosts with latest Ubuntu LTS server
and we want to keep all existing keys, hostnames, ips e.t.c

When testing with one host we get the following message which is expected:

java.lang.IllegalArgumentException: Can't add host: repl1 with hostOS:
Ubuntu into a cluster,in which there are CentOS hosts added

Any ideas how to proceed from here ?

Thanks,


Replacing existing Centos 7 KVM hosts with Ubuntu

2021-08-05 Thread Curious Pandora
Hello all,

we are planning to replace all our CENTOS 7 KVM hosts with UBUNTU and keeping 
the same IPs, hostnames, cloudstack agent certs and settings.

When we try to connect a host back to the management server we get.

java.lang.IllegalArgumentException: Can't add host: 10.60.11.13 with hostOS: 
Ubuntu into a cluster,in which there are CentOS hosts added.

Any ideas?


[GitHub] [cloudstack-kubernetes-provider] rhtyd commented on issue #16: [DISCUSS] Work on next release

2021-08-05 Thread GitBox


rhtyd commented on issue #16:
URL: 
https://github.com/apache/cloudstack-kubernetes-provider/issues/16#issuecomment-893280605


   @onitake @joschi36 David has started a vote thread here - 
https://markmail.org/message/nehouswgefdxe3kj Please help test the RC and vote. 
Hopefully, we'll see our first ever v1.0 soon.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on a change in pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


andrijapanicsb commented on a change in pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#discussion_r683449919



##
File path: source/installguide/management-server/_database.rst
##
@@ -296,10 +316,10 @@ same node for MySQL. See `“Install the Database on the 
Management Server Node
 #. (CentOS and RHEL only; not required on Ubuntu)
 
.. warning::
-  On RHEL and CentOS, MySQL does not set a root password by default. It is 
-  very strongly recommended that you set a root password as a security 
-  precaution. Run the following command to secure your installation. You 
-  can answer "Y" to all questions except "Disallow root login remotely?". 
+  On RHEL and CentOS, MySQL does not set a root password by default. It is

Review comment:
   This is not true anymore with the latest 5.7.latest and 8.x, ( a random 
password is generated), this but doesn't matter... leave it as it is
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on a change in pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


andrijapanicsb commented on a change in pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#discussion_r683467222



##
File path: source/installguide/management-server/_database.rst
##
@@ -287,6 +301,12 @@ same node for MySQL. See `“Install the Database on the 
Management Server Node
 
   service mysqld start
 
+   On SUSE, start MySQL
+
+   .. parsed-literal::
+
+  systemctl start mysql

Review comment:
   Do you also need "systemctl enable mysql" - is the start of MySQL 
enabled on boot (check with systemctl status MySQL - it is reported there 
"vendor" boot on start behaviour and the current/set behaviour on boot - if 
it's set to start automatically or not)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on a change in pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


andrijapanicsb commented on a change in pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#discussion_r683468626



##
File path: source/installguide/management-server/_database.rst
##
@@ -331,6 +351,14 @@ same node for MySQL. See `“Install the Database on the 
Management Server Node
 
  service iptables restart
 
+   .. warning::
+  On CentOS 8 / SUSE, firewalld is the default firewall manager and 
controls iptables. It is
+  recommended that it be disabled ``systemctl stop firewalld ; systemctl 
disable firewalld``
+
+   .. warning::
+  On SUSE, iptables are not persisted on reboot, so it is recommended that 
an iptables and

Review comment:
   ```suggestion
 On SUSE, iptables are not persisted on reboot, so it is recommended 
that iptables and
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on a change in pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


andrijapanicsb commented on a change in pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#discussion_r683470115



##
File path: source/installguide/management-server/_database.rst
##
@@ -331,6 +351,14 @@ same node for MySQL. See `“Install the Database on the 
Management Server Node
 
  service iptables restart
 
+   .. warning::
+  On CentOS 8 / SUSE, firewalld is the default firewall manager and 
controls iptables. It is
+  recommended that it be disabled ``systemctl stop firewalld ; systemctl 
disable firewalld``

Review comment:
   Why? Just explanation - I can agree, since in production (in past) I had 
all local firewall turned off, in small cloud env, since we aggressively 
protected the access from the outside, so internal VM-level firewall was 
completely unneeded and hassle to manage)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on a change in pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


andrijapanicsb commented on a change in pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#discussion_r683481786



##
File path: source/installguide/management-server/_pkg_repo.rst
##
@@ -53,13 +55,33 @@ information.
 
[cloudstack]
name=cloudstack
-   baseurl=http://download.cloudstack.org/centos/$releasever/|version|/
+   baseurl=http://download.cloudstack.org/centos$releasever/|version|/

Review comment:
   I've tested this on CentOS 7.9:
   
   _[root@server ~]# cat /etc/yum.repos.d/cloudstack-deleteme.repo
   [cloudstack]
   name=cloudstack
   baseurl=http://download.cloudstack.org/centos$releasever/4.16/
   enabled=1
   gpgcheck=0_
   
   
   Then I got:
   
   _[root@server1 ~]# yum install cloudstack-management
   Loaded plugins: fastestmirror
   Loading mirror speeds from cached hostfile
   epel/x86_64/metalink 

   |  32 kB  00:00:00
* base: mirrors.netix.net
* epel: mirrors.netix.net
* extras: mirrors.netix.net
* updates: mirrors.netix.net
   base 

   | 3.6 kB  00:00:00
   http://download.cloudstack.org/centos7/4.16/repodata/repomd.xml: [Errno 14] 
HTTP Error 404 - Not Found_
   
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


andrijapanicsb commented on pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#issuecomment-893504157


   @davidjumani conflicts pls


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: Replacing existing Centos 7 KVM hosts with Ubuntu

2021-08-05 Thread Andrija Panic
 Can't add host: 10.60.11.13 with hostOS: Ubuntu into a cluster,in which
there are CentOS hosts added.

You have to have another cluster, for Ubuntu
if you read the manual, it says hosts need to be of the same OS, CPU
architecture etc...
you can't even mix e.g. RHEL and CentOS in the same cluster.

Best,

On Thu, 5 Aug 2021 at 12:32, Curious Pandora  wrote:

> Hello all,
>
> we are planning to replace all our CENTOS 7 KVM hosts with UBUNTU and
> keeping the same IPs, hostnames, cloudstack agent certs and settings.
>
> When we try to connect a host back to the management server we get.
>
> java.lang.IllegalArgumentException: Can't add host: 10.60.11.13 with
> hostOS: Ubuntu into a cluster,in which there are CentOS hosts added.
>
> Any ideas?
>


-- 

Andrija Panić


Re: In place upgrade CentOS 7 to UBUNTU KVM clusters

2021-08-05 Thread Andrija Panic
Send emails to users@ - this is where you will get more attention/help.

On Thu, 5 Aug 2021 at 12:27, Curious Pandora  wrote:

> Hello,
>
> We are planning to replace our CentOS 7 hosts with latest Ubuntu LTS server
> and we want to keep all existing keys, hostnames, ips e.t.c
>
> When testing with one host we get the following message which is expected:
>
> java.lang.IllegalArgumentException: Can't add host: repl1 with hostOS:
> Ubuntu into a cluster,in which there are CentOS hosts added
>
> Any ideas how to proceed from here ?
>
> Thanks,
>


-- 

Andrija Panić


[GitHub] [cloudstack-cloudmonkey] serverchief opened a new issue #90: Disable auto-complete option

2021-08-05 Thread GitBox


serverchief opened a new issue #90:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/90


   In large env with many thousand assets, if I tab by mistake for 
autocompletion - it will take very long time to respond. 
   
   Please kindly provide an ability to disable auto-complete altogether.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [ANNOUNCE] Nicolas Vazquez has joined the PMC

2021-08-05 Thread Andrija Panic
Another one bites the dust...

;)

On Wed, 4 Aug 2021 at 08:27, Abhishek Kumar 
wrote:

> Congrats Nicolas!
> 
> From: Gabriel Beims Bräscher 
> Sent: 03 August 2021 00:58
> To: dev 
> Subject: [ANNOUNCE] Nicolas Vazquez has joined the PMC
>
> Hello @dev,
>
> I am pleased to announce that Nicolas Vazquez was invited to join the
> Project Management Committee (PMC) for Apache CloudStack, and he has
> gracefully accepted.
>
> Nicolas has been working actively on the project since 2015 and has proven
> a great contributor, committer and now will be part of the PMC.
>
> Please join me in congratulating Nicolas and wish him wisdom in his new
> role.
>
> On behalve of the PMC,
> --
> Gabriel Beims Bräscher
> Apache CloudStack PMC Chair
>
>
>
>

-- 

Andrija Panić


[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


andrijapanicsb commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893772642


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


blueorangutan commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893772760


   @andrijapanicsb a Jenkins job has been kicked to build the document. I'll 
keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


blueorangutan commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893773310


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/226. 
(SL-JID 122)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: 1600MHz CPU error when I create Instance

2021-08-05 Thread Andrija Panic
If you actually post full management-server.log somewhere (pastebin, or
elsewhere so we can download) - we can take a look. On your CPU, 2399
should work - and anything less than that.

Best,


On Fri, 30 Jul 2021 at 08:57, Wei ZHOU  wrote:

> The vm cpu speed (in mhz) should not be greater than the physical host
> (hypervisor).
>
> you can find the check in cloudstack here.
> https://github.com/apache/cloudstack/blob/main/server/src/main/java/com/cloud/capacity/CapacityManagerImpl.java#L416
>
> -Wei
>
> On Fri, 30 Jul 2021 at 08:46, technologyrss.mail <
> technologyrss.m...@gmail.com> wrote:
>
>> Hi,
>>
>> I try to create compute offering like 4GB RAM , 4 cpu and 1500MHz  then I
>> create Instance is ok. But when I set 1500MHz+ like 1600MHz it is not
>> working. how can I solve this issue?
>>
>> My KVM server have 24 CPU
>>
>>
>> How can I solve this issue?
>>
>> Please help me.
>>
>> --
>>
>> *Thanks & Regards.*
>>
>> *Support Admin*
>>
>> Facebook | Twitter  | YouTube
>>  | LinkedIn
>> 
>>
>> 116/1 West Malibagh, D. I. T Road
>> Dhaka-1217, Bangladesh
>> *Mob :* +88 01716915504
>> * Email :* support.ad...@technologyrss.com
>> * Web :* www.technologyrss.com
>>
>>

-- 

Andrija Panić


[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


andrijapanicsb commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893827812


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


blueorangutan commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893828226


   @andrijapanicsb a Jenkins job has been kicked to build the document. I'll 
keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


blueorangutan commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893828700


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/226. 
(SL-JID 123)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


andrijapanicsb commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893839444


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


blueorangutan commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893839912


   @andrijapanicsb a Jenkins job has been kicked to build the document. I'll 
keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


blueorangutan commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893841136


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/226. 
(SL-JID 124)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] andrijapanicsb commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


andrijapanicsb commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893865729


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


blueorangutan commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893865952


   @andrijapanicsb a Jenkins job has been kicked to build the document. I'll 
keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #226: Quick install guide update

2021-08-05 Thread GitBox


blueorangutan commented on pull request #226:
URL: 
https://github.com/apache/cloudstack-documentation/pull/226#issuecomment-893866328


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/226. 
(SL-JID 125)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] davidjumani commented on a change in pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


davidjumani commented on a change in pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#discussion_r683949165



##
File path: source/installguide/management-server/_database.rst
##
@@ -287,6 +301,12 @@ same node for MySQL. See `“Install the Database on the 
Management Server Node
 
   service mysqld start
 
+   On SUSE, start MySQL
+
+   .. parsed-literal::
+
+  systemctl start mysql

Review comment:
   Added the line to enable it as well

##
File path: source/installguide/management-server/_database.rst
##
@@ -331,6 +351,14 @@ same node for MySQL. See `“Install the Database on the 
Management Server Node
 
  service iptables restart
 
+   .. warning::
+  On CentOS 8 / SUSE, firewalld is the default firewall manager and 
controls iptables. It is
+  recommended that it be disabled ``systemctl stop firewalld ; systemctl 
disable firewalld``

Review comment:
   Added the reason as well




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] davidjumani commented on pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


davidjumani commented on pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#issuecomment-894002884


   @blueorangutan docbuild


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


blueorangutan commented on pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#issuecomment-894003207


   @davidjumani a Jenkins job has been kicked to build the document. I'll keep 
you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] blueorangutan commented on pull request #224: Adding docs for SUSE / RHEL8 variants support

2021-08-05 Thread GitBox


blueorangutan commented on pull request #224:
URL: 
https://github.com/apache/cloudstack-documentation/pull/224#issuecomment-894003604


   Doc build preview: http://qa.cloudstack.cloud/docs/WIP-PROOFING/pr/224. 
(SL-JID 126)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org