Mysterious fog error in new compute provider

http://pastie.org/pastes/8990020/text

Im still working on this cloudstack provider and Ive got it to the point
where its making a call to create_vm with what I think are the correct
args.

Fog error: Required network offering id=7 is not in Enabled

I wasnt able to find this error in the fog source either. Any ideas?

I figured this out, fog wants network_ids to be an array.

··· On Wed, Apr 2, 2014 at 4:48 PM, Brian Galura wrote:

http://pastie.org/pastes/8990020/text

Im still working on this cloudstack provider and Ive got it to the point
where its making a call to create_vm with what I think are the correct
args.

Fog error: Required network offering id=7 is not in Enabled

I wasnt able to find this error in the fog source either. Any ideas?


You received this message because you are subscribed to a topic in the
Google Groups “foreman-dev” group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/foreman-dev/cKdnBGdP1J8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Brian,

I have cloudStack in My infra and now need to use foreman with it .

But not getting any plugin for the same .I gone through you doc shared on
GIT

https://github.com/ddoc/foreman-cloudstack ,but I am not able to
understand installation steps for this ,what actually mean by "unzipping
the source code here"

which path exactly also I am using foreman on centos 6.5 .

Thanks in Advance

··· On Thursday, April 3, 2014 5:18:38 AM UTC+5:30, Brian Galura wrote: > > http://pastie.org/pastes/8990020/text > > Im still working on this cloudstack provider and Ive got it to the point > where its making a call to create_vm with what I think are the correct > args. > > Fog error: Required network offering id=7 is not in Enabled > > > I wasnt able to find this error in the fog source either. Any ideas? > >

Any chance you'll be publishing this code? Cloudstack integration would be
nice to have.

··· On Wednesday, April 2, 2014 6:09:06 PM UTC-7, Brian Galura wrote: > > I figured this out, fog wants network_ids to be an array. > > > On Wed, Apr 2, 2014 at 4:48 PM, Brian Galura > wrote: > >> http://pastie.org/pastes/8990020/text >> >> Im still working on this cloudstack provider and Ive got it to the point >> where its making a call to create_vm with what I think are the correct >> args. >> >> Fog error: Required network offering id=7 is not in Enabled >> >> >> I wasnt able to find this error in the fog source either. Any ideas? >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "foreman-dev" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/foreman-dev/cKdnBGdP1J8/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> foreman-dev...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >

I've got this working pretty well for advanced networking in cloudstack.
Basic will take some more work. I'm also trying to get approval to open
source it.

··· On Thursday, June 5, 2014, Alyssa H wrote:

Any chance you’ll be publishing this code? Cloudstack integration would be
nice to have.

On Wednesday, April 2, 2014 6:09:06 PM UTC-7, Brian Galura wrote:

I figured this out, fog wants network_ids to be an array.

On Wed, Apr 2, 2014 at 4:48 PM, Brian Galura bga...@gmail.com wrote:

http://pastie.org/pastes/8990020/text

Im still working on this cloudstack provider and Ive got it to the point
where its making a call to create_vm with what I think are the correct
args.

Fog error: Required network offering id=7 is not in Enabled

I wasnt able to find this error in the fog source either. Any ideas?


You received this message because you are subscribed to a topic in the
Google Groups “foreman-dev” group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/foreman-dev/cKdnBGdP1J8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to a topic in the
Google Groups “foreman-dev” group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/foreman-dev/cKdnBGdP1J8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-dev+unsubscribe@googlegroups.com
<javascript:_e(%7B%7D,‘cvml’,‘foreman-dev%2Bunsubscribe@googlegroups.com’);>
.
For more options, visit https://groups.google.com/d/optout.

>
> I've got this working pretty well for advanced networking in cloudstack.
Basic will take some more work. I'm also trying to get approval to open
source it.

Great, be aware that we now support plugins for compute resources, so you
can maintain your own plugin ( so you don't have to carry the patches every
version).

Ohad
>
>
>>
>> Any chance you'll be publishing this code? Cloudstack integration would
be nice to have.
>>
>>>
>>> I figured this out, fog wants network_ids to be an array.
>>>
>>>
>>>>
>>>> http://pastie.org/pastes/8990020/text
>>>>
>>>> Im still working on this cloudstack provider and Ive got it to the
point where its making a call to create_vm with what I think are the
correct args.
>>>>
>>>> Fog error: Required network offering id=7 is not in Enabled
>>>>
>>>>
>>>> I wasnt able to find this error in the fog source either. Any ideas?
>>>>
>>>> –
>>>> You received this message because you are subscribed to a topic in the
Google Groups "foreman-dev" group.
>>>> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/foreman-dev/cKdnBGdP1J8/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
foreman-dev...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>> –
>> You received this message because you are subscribed to a topic in the
Google Groups "foreman-dev" group.
>> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/foreman-dev/cKdnBGdP1J8/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
foreman-dev+unsubscribe@googlegroups.com.
>>
>> For more options, visit https://groups.google.com/d/optout.
>
> –
> You received this message because you are subscribed to the Google Groups
"foreman-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-dev+unsubscribe@googlegroups.com.

··· On Jun 5, 2014 3:34 PM, "Brian Galura" wrote: > On Thursday, June 5, 2014, Alyssa H wrote: >> On Wednesday, April 2, 2014 6:09:06 PM UTC-7, Brian Galura wrote: >>> On Wed, Apr 2, 2014 at 4:48 PM, Brian Galura wrote: > For more options, visit https://groups.google.com/d/optout.