For HA Setup ACS Environment

2021-08-26 Thread technologyrss.mail

*Hi,*

I have three servers is centos 8, one is ACS mgmt, one is hypervisor is 
kvm and another one is nfs storage server.

Please give me idea for full HA setup.

1. 1 ACS mgmt server with DB.
2. Have 1 kvm host.
3. 5TB NFS storage.

1. How can I setup HA?
2. How many more server needed for HA? (Note : Must be minimum required)



*Regards, **Alamin.*



[ANNOUNCE] CloudStack Kubernetes Provider v1.0.0 Release

2021-08-26 Thread David Jumani
# CloudStack Kubernetes Provider v1.0.0 Release

The Apache CloudStack project is pleased to announce the first release of 
CloudStack Kubernetes Provider v1.0.0 that facilitates Kubernetes deployments 
on Cloudstack.

It allows Kubernetes to dynamically allocate IP addresses and the respective 
networking rules on CloudStack to ensure seamless TCP, UDP and TCP-Proxy 
LoadBalancer deployments on Kubernetes. This was historically part of the 
Kubernetes codebase which was later removed and donated to the project to allow 
for further maintenance of the provider plugin.

# Documentation

https://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-provider.html

# Downloads

The official source code for the v1.0.0 release can be downloaded from the 
archive page:
https://archive.apache.org/dist/cloudstack/releases/kubernetes-provider-v1.0.0/

In addition to the official source code release, individual contributors have 
also made convenient images which can be found on DockerHub:
https://hub.docker.com/layers/apache/cloudstack-kubernetes-provider/v1.0.0/images/sha256-8c2408eccd30eef24cfa72cfbdd912aa4261bc032406d2d078a85dd7246b368d?context=explore


 



[GitHub] [cloudstack-documentation] rhtyd merged pull request #229: Setup db schema only

2021-08-26 Thread GitBox


rhtyd merged pull request #229:
URL: https://github.com/apache/cloudstack-documentation/pull/229


   


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




CloudStack Collaboration Conference: Registration is now open

2021-08-26 Thread Ivet Petrova
Hello All,

Writing with some great news!
- We have the CloudStack Collaboration Conference Registration open. Take a few 
minutes to register for the event and complete your online profile: 
https://events.hubilo.com/cloudstack-collaboration-conference/register
- The Call for Speakers is also open and active till September 20th! Submit 
your talk here: https://forms.gle/QHdVzUBVaaB747tq7
- The conference website is also live: http://cloudstackcollab.org/
Huge thanks to Will Stevens for the help on website!

Do not wait - register for the event and help us prove we are the most awesome 
community!

Kind regards,


 



[GitHub] [cloudstack-cloudmonkey] pdion891 opened a new issue #94: add human readable output

2021-08-26 Thread GitBox


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


   when displaying volume info, it would be great if we could see the size 
attribute in human readable form instead of scientific,
   example: 
   
   current output:
   ```
   > list volumes type=DATADISK filter=size
   count = 1
   volume:
   +-+
   |  SIZE   |
   +-+
   | 5.36870912e+10  |
   +-+
   ```
   
   new output: 
   ```
   > list volumes type=DATADISK filter=size
   count = 1
   volume:
   +-+
   |  SIZE   |
   +-+
   |  50 GB  |
   +-+
   ```
   
   Maybe we could have a configuration `humanformat=true` in the config file 
too ?
   


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




golang lib for cloudstack-api

2021-08-26 Thread Pierre-Luc Dion
Hello,

I've just found that we have a go library for cloudstack [1],
I'm curious to know if we are using this lib in cloudmonkey and our
terraform driver?
Is it considered as a stable lib ?

Cheers,

[1] https://github.com/apache/cloudstack-go


Re: golang lib for cloudstack-api

2021-08-26 Thread Rohit Yadav
Hi PL,

This is used by the Terraform provider only and perhaps a few other external 
integrations such as CloudStack Packer support. Not used by cloudmonkey.

Regards.

From: Pierre-Luc Dion 
Sent: Friday, August 27, 2021 2:50:17 AM
To: dev 
Subject: golang lib for cloudstack-api

Hello,

I've just found that we have a go library for cloudstack [1],
I'm curious to know if we are using this lib in cloudmonkey and our
terraform driver?
Is it considered as a stable lib ?

Cheers,

[1] https://github.com/apache/cloudstack-go

 



[GitHub] [cloudstack-go] pdion891 opened a new pull request #5: fix #4: only work on 4.15

2021-08-26 Thread GitBox


pdion891 opened a new pull request #5:
URL: https://github.com/apache/cloudstack-go/pull/5


   This PR fix the HostService failing json parsing, but only for  CloudStack 
4.15. 
   
   Prior to acs 4.15, `Managementserverid` was an integer as ID.  help would be 
required on how to convert the API response or we create branch of this repo 
depending on the CloudStack version ?


-- 
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-go] rhtyd merged pull request #5: fix #4: only work on 4.15

2021-08-26 Thread GitBox


rhtyd merged pull request #5:
URL: https://github.com/apache/cloudstack-go/pull/5


   


-- 
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-go] rhtyd commented on pull request #5: fix #4: only work on 4.15

2021-08-26 Thread GitBox


rhtyd commented on pull request #5:
URL: https://github.com/apache/cloudstack-go/pull/5#issuecomment-906972660


   @pdion891 generally for every release we have to update this sdk based on 
list APIs json file and auto-generate the codebase. 


-- 
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-go] rhtyd closed issue #4: HostService response types are broken

2021-08-26 Thread GitBox


rhtyd closed issue #4:
URL: https://github.com/apache/cloudstack-go/issues/4


   


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