Re: [ANNOUNCE] Apache CloudStack CloudMonkey v6.1.0

2020-09-21 Thread Dennis Meyer
unsubscribe Am Mo., 27. Juli 2020 um 08:39 Uhr schrieb Rohit Yadav : > Apache CloudStack CloudMonkey v6.1.0 Announcement > > Apache CloudStack, proven as one of the most scalable, free and open > source cloud computing platform for large scale private, public, and hybrid > clouds, today

Re: CloudStack modules in Ansible 2.4

2017-09-01 Thread Dennis Meyer
Hi, first of all great news about contributing known deployment tools, but i have a question about known best practices: Isnt Hashicorps Terraform made for infrastructure stuff like adding a second nic into vms, instead of Ansible? I thought ansible is made to deploy the meaning or behaviour of

Re: Creating a Network inside a vpc which isnt attached to the routervm

2017-08-15 Thread Dennis Meyer
There is the statement of a citrix employee: https://discussions.citrix.com/topic/389152-remove-the-limit-of-seven-nics/ 2017-08-15 14:56 GMT+02:00 Dennis Meyer <snooop...@gmail.com>: > Well, the other point is citrix is supporting more nics than seven if > using the CLI. > How

Re: Creating a Network inside a vpc which isnt attached to the routervm

2017-08-15 Thread Dennis Meyer
; > Any tier or network which is accessible and part of a VPC > requires an interface on the VPC Virtual Router. > > What you can however do is create separate shared networks > and connect these as secondary networks to your VMs – these shared networks > get their

Creating a Network inside a vpc which isnt attached to the routervm

2017-08-15 Thread Dennis Meyer
Hi, im using xenserver as hypervisor so im limited to 7 nic's / vm, so the router vm cant handle more than 7 nics which corresponds to 7 networks inside a vpc. I had created some networks for different drbd and corosync stuff, they dont need a gateway, dhcp and a router vm. How should a network

Fwd: Error on uploading a SSL Certificate with cloudmonkey

2017-08-14 Thread Dennis Meyer
Hi, i want to implement SSL offloading on the vpc router loadbalancer, referencing on this ticket: https://issues.apache. org/jira/browse/CLOUDSTACK-4821 it should be implemented with version 4.3. And following this document: https://cwiki.apache

Re: Error on Terraform with creating many networks

2017-08-14 Thread Dennis Meyer
ovent Garden, London WC2N 4HSUK > @shapeblue > > > > > -Original Message- > From: Rene Moser [mailto:m...@renemoser.net] > Sent: 14 August 2017 11:12 > To: users@cloudstack.apache.org > Subject: Re: Error on Terraform with creating many networks > > Hi Dennis

Error on Terraform with creating many networks

2017-08-14 Thread Dennis Meyer
Hi, i try to create a vpc and some networks with terraform. Thats my main.tf: # creating the vpc resource "cloudstack_vpc" "myvpc" { name = "myvpc" cidr = "10.230.0.0/16" vpc_offering = "Default VPC offering" zone = "${var.zone}" project =