CLOUDSTACK-4828 remove nic fails if dhcp wasn't enabled in network offering

2013-10-17 Thread Patrick Miller
Hi all,

   Is CLOUDSTACK-4828  slated for the 4.2.1 update.

 We currently do not use the Virtual Routers, Our ACS world share a common
network infrastructure with the rest of lab servers.

 Having to run a clean up sql job each night is not elegant.


 Thanks for all the great work.

 Patrick


Re: [ASF4.2.1] Progress

2013-10-21 Thread Patrick Miller
 Hi,
   I posted a question on dev Friday regarding Cloudstack-4828.  This was
broken between 4.1 and 4.2.
   What is the corrrect process to get this in the queue for 4.2.1.

 Thanks for all the great work all of you have put in to this.

 Patrick


On Sun, Oct 20, 2013 at 8:42 PM, Abhinandan Prateek <
abhinandan.prat...@citrix.com> wrote:

> With active help of community and dedicated engineers from Citrix we have
> made some tremendous progress in fixing blockers and criticals targeted for
> this maintenance release. In last two weeks around 70 tickets were resolved
> (~38 blockers and criticals).
>
> There are roughly 15 criticals/blockers ticket open now. Our target is to
> be code complete early this week and we are on our way to meet it. A timely
> maintenance release will also help the next big release.
>
> -abhi
>


[ACS 43] Install Guide error

2014-03-27 Thread Patrick Miller
http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/installation.html#management-server-installation

 Looks like the template names are wrong.

   - For Hyper-V

# /usr/share/cloudstack-common/scripts/storage/secondary/cloud-install-sys-tmplt
-m /mnt/secondary -u
http://download.cloud.com/templates/4.3/systemvm64template-2013-12-23-hyperv.vhd.bz2
-h hyperv -s  -F


   - For XenServer:

# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt
-m /mnt/secondary -u
http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2
-h xenserver -s  -F


   - For vSphere:

# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt
-m /mnt/secondary -u
http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova
-h vmware -s   -F


   - For KVM:

# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt
-m /mnt/secondary -u
http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2
-h kvm -s  -F


   - For LXC:

# /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt
-m /mnt/secondary -u
http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2
-h lxc -s  -F



patrick


[QUESTION] any one tried direct.attach.network.externalIpAllocator.url

2014-05-16 Thread Patrick Miller
​All,

  I am trying to insert a cloudstack infrastructure into and existing lab
environment.
  I would like to utilize my existing DHCP infrastructure because I will be
sharing guest the address spaces with existing servers, real and virtual.
  I can not find a sample configuration for using the externalIpAllocator.
 Has anyone used this feature?

direct.attach.network.externalIpAllocator.enabled
direct.attach.network.externalIpAllocator.url

​ Thanks in advance.
 Patrick​


2481 Deerwood Dr, San Ramon, Ca 94583 ▪  Office: 925-831-7738Patrick Miller
▪ Senior Systems Engineer ▪ Sungard Availability Services
patrick.mil...@sungard.com ▪ www.sungardas.com


Re: Review Request 24936: RPM build failing with RHEL7

2014-08-21 Thread Patrick Miller
Since this is a new Major Centos/RHEL version change. why not
packaging/centos7.x
So when it is time to deprecate centos6 there is an issue.

Just a thought.

Patrick

Patrick Miller ▪ Senior Systems Engineer ▪ Sungard Availability Services
2481 Deerwood Dr, San Ramon, Ca 94583 ▪  Office: 925-831-7738
patrick.mil...@sungard.com ▪ www.sungardas.com


CONFIDENTIALITY:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this e-mail in error,
please notify the sender and delete this e-mail from your system.


On Thu, Aug 21, 2014 at 10:39 AM, Santhosh Edukulla <
santhosh.eduku...@citrix.com> wrote:

>
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/24936/#review51191
> ---
>
>
>
> packaging/centos63/cloud.spec
> <https://reviews.apache.org/r/24936/#comment89221>
>
> A small typo. Change "_pyhto.." to "_pyth.."
>
>
> - Santhosh Edukulla
>
>
> On Aug. 21, 2014, 4:15 p.m., Damodar Reddy Talakanti wrote:
> >
> > ---
> > This is an automatically generated e-mail. To reply, visit:
> > https://reviews.apache.org/r/24936/
> > ---
> >
> > (Updated Aug. 21, 2014, 4:15 p.m.)
> >
> >
> > Review request for cloudstack, Rayees Namathponnan and Hugo Trippaers.
> >
> >
> > Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-7106
> >
> https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/CLOUDSTACK-7106
> >
> >
> > Repository: cloudstack-git
> >
> >
> > Description
> > ---
> >
> > RPM Build was failing on RHEL7 due to the packages changed in RHEL7.
> Refactored the cloud.spec to make it specific to OS builds.
> >
> >
> > Diffs
> > -
> >
> >   client/tomcatconf/server-nonssl.xml.in 847197c
> >   client/tomcatconf/server-ssl.xml.in 37bc53d
> >   packaging/centos63/cloud-management.rc 2f04793
> >   packaging/centos63/cloud.spec 7565f95
> >   packaging/centos63/default/macros.spec PRE-CREATION
> >   packaging/centos63/default/tomcat.sh PRE-CREATION
> >   packaging/centos63/package.sh 07f95fc
> >   packaging/centos63/rhel7/cloud-management.service PRE-CREATION
> >   packaging/centos63/rhel7/macros.spec PRE-CREATION
> >   packaging/centos63/rhel7/tomcat.sh PRE-CREATION
> >   python/lib/cloudutils/serviceConfigServer.py 2c19d7e
> >
> > Diff: https://reviews.apache.org/r/24936/diff/
> >
> >
> > Testing
> > ---
> >
> > Tested on RHEL7 and Centos 6.3
> >
> >
> > Thanks,
> >
> > Damodar Reddy Talakanti
> >
> >
>
>


Re: [QUESTION] ACS 4.8 Centos 7 ARM / Raspberry PI B 2 with Intel KVM hypervisor

2016-05-17 Thread Patrick Miller
MethodInvocation.java:172)

at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

at com.sun.proxy.$Proxy116.findClusterAllocationState(Unknown Source)

at
com.cloud.storage.StorageManagerImpl.createCapacityEntry(StorageManagerImpl.java:986)

at
com.cloud.alert.AlertManagerImpl.recalculateCapacity(AlertManagerImpl.java:295)

at
com.cloud.alert.AlertManagerImpl.checkForAlerts(AlertManagerImpl.java:432)

at
com.cloud.alert.AlertManagerImpl$CapacityChecker.runInContext(AlertManagerImpl.java:422)

at
org.apache.cloudstack.managed.context.ManagedContextTimerTask$1.runInContext(ManagedContextTimerTask.java:30)

at
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)

at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)

at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)

at
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)

at
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)

at
org.apache.cloudstack.managed.context.ManagedContextTimerTask.run(ManagedContextTimerTask.java:27)

at java.util.TimerThread.mainLoop(Timer.java:555)

at java.util.TimerThread.run(Timer.java:505)



Patrick Miller ▪ Senior Systems Engineer ▪ Sungard Availability Services
2481 Deerwood Dr, San Ramon, Ca 94583 ▪  Office: 925-831-7738
patrick.mil...@sungardas.com  ▪
www.sungardas.com


CONFIDENTIALITY:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this e-mail in error,
please notify the sender and delete this e-mail from your system.

On Wed, Apr 20, 2016 at 4:54 AM, Daan Hoogland 
wrote:

> H Patrick, nobody is answerring but I know they have, Not to start off with
> as you intent to, though. Let us know.
>
> On Tue, Apr 19, 2016 at 6:25 PM, Patrick Miller <
> patrick.mil...@sungardas.com> wrote:
>
> > I built  ACS 4.8 on Centos 7 ARM on a Raspberry PI B 2.  With ACS 4.8
> built
> > on a Centos 7 x86_68 for the cloudstack_agent code.
> >
> > And I am planning on managing a cluster of  Intel Centos 7 kvm
> hypervisors.
> >
> >  I was wonder if anyone has tried a mixed platform configuration before.
> I
> > will report back my progress.
> >
> > Thanks
> >   Patrick
> >
> > Patrick Miller ▪ Senior Systems Engineer ▪ Sungard Availability Services
> > 2481 Deerwood Dr, San Ramon, Ca 94583 ▪  Office: 925-831-7738
> > patrick.mil...@sungardas.com  ▪
> > www.sungardas.com
> >
> >
> > CONFIDENTIALITY:  This e-mail (including any attachments) may contain
> > confidential, proprietary and privileged information, and unauthorized
> > disclosure or use is prohibited.  If you received this e-mail in error,
> > please notify the sender and delete this e-mail from your system.
> >
>
>
>
> --
> Daan
>


[QUESTION] ACS 4.8 Centos 7 ARM / Raspberry PI B 2 with Intel KVM hypervisor

2016-04-19 Thread Patrick Miller
I built  ACS 4.8 on Centos 7 ARM on a Raspberry PI B 2.  With ACS 4.8 built
on a Centos 7 x86_68 for the cloudstack_agent code.

And I am planning on managing a cluster of  Intel Centos 7 kvm hypervisors.

 I was wonder if anyone has tried a mixed platform configuration before. I
will report back my progress.

Thanks
  Patrick

Patrick Miller ▪ Senior Systems Engineer ▪ Sungard Availability Services
2481 Deerwood Dr, San Ramon, Ca 94583 ▪  Office: 925-831-7738
patrick.mil...@sungardas.com  ▪
www.sungardas.com


CONFIDENTIALITY:  This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this e-mail in error,
please notify the sender and delete this e-mail from your system.