[Openstack] Help us grow The Women of OpenStack

2017-08-14 Thread Amy Marrich
Did you know the Women of OpenStack isn't just for people who identify as
female, but allies as well? Well now you do and we're looking for new
members!

Our mission statement is:

The Women of OpenStack (WOO) strive to increase the diversity of the
OpenStack community by overcoming OpenStack's barrier to entry through
educational sessions, professional networking, mentorship, social
inclusion, and enhanced resource access. WOO recognizes that individuals in
minority groups are more likely to have challenges accessing the resources
it takes to learn and participate in complex technologies, which is why WOO
welcomes all women and their allies who share an interest in OpenStack,
open source, and adjacent technologies. These goals are achieved through
leading and sponsorship of educational sessions and social events that
promote inclusion in the OpenStack Community.

We follow this mission by sponsoring ongoing Mentoring throughout the year
and through the Speed Mentoring and Lunch and Learns which are held during
summit as well as other activities through the year.

Our Wiki page can be found here:
https://wiki.openstack.org/wiki/Women_of_OpenStack

And you can join our mailing list here:
http://lists.openstack.org/cgi-bin/mailman/listinfo/women-of-openstack

And of course you can join us in Freenode IRC on the #openstack-women
channel.

Come sit in on a meeting and check us out! Meetings are held every other
Monday with our next meeting scheduled for 08/21/17. You can join us with
the following information:
2000 UTC, 4 PM EDT, 3 PM CDT, 2 PM MDT, 1 PM PDT
Dial In: 1-203-277-8157 <(203)%20277-8157> or *866-619-0383
<(866)%20619-0383>  Participant: 7217256**#* Leader 4018#
webex - https://verizon2.webex.com/verizon2-en/e.php?MTID=
m0e7ba518a2d4487bc0a78d00055f62e2

And if you forget you'll get a reminder on the mailing list before hand!

Hope you join us!

Amy Marrich (spotz)
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] [openstack-ansible][ceilometer]

2017-08-14 Thread Kevin Jackson
I've a weird one that I'm hoping some OpenStack Ansible folk can help with.

I'm installing OpenStack-Ansible 15.1.7 (Ocata) and wanted to include
Telemetry.
So far so good on an install, but I noticed the policy.json files are
screwing up, causing errors.

The containers (API, polling) get the following contents for
/etc/ceilometer/policy.json which cause an error - it's invalid syntax:

{'telemetry:create_samples': u'', 'telemetry:query_sample': u'',
'telemetry:get_resources': u'', 'telemetry:get_meters': u'', 'segregation':
u'rule:context_is_admin', 'telemetry:get_resource': u'', 'context_is_admin':
u'role:admin', 'telemetry:get_sample': u'', 'telemetry:compute_statistics':
u'', 'telemetry:get_samples': u''}

However the policy.json files it is meant to use as  default, if I try and
follow the ansible code chain should be:

{
"context_is_admin": "role:admin",
"segregation": "rule:context_is_admin",

"telemetry:get_samples": "",
"telemetry:get_sample": "",
"telemetry:query_sample": "",
"telemetry:create_samples": "",

"telemetry:compute_statistics": "",
"telemetry:get_meters": "",

"telemetry:get_resource": "",
"telemetry:get_resources": "",
}

Note different formatting and content. These are pulled in during the
install from the git config locations, e.g.
https://git.openstack.org/cgit/openstack/ceilometer/plain/etc/ceilometer/policy.json.


I can't find out where it is trying to get the incorrectly set
"overrides" from - but it definitely has found some to use:

(Output from an os-ceilometer-install.yml run - you can see it rather
unhelpfully making up its own contents and getting it wrong)

TASK [os_ceilometer : Copy ceilometer configuration files] *

Monday 14 August 2017  13:03:24 + (0:00:03.396)   0:00:36.739 *



ok: [controller-01_ceilometer_collector_container-4ca9e11a] =>
(item={u'dest': u'/etc/ceilometer/policy.json-15.1.7',
u'config_overrides': {}, u'config_type': u'json', u'content':
{'telemetry:create_samples': u'', 'telemetry:query_sample': u'',
'telemetry:get_meters': u'', 'telemetry:get_sample': u'',
'telemetry:compute_statistics': u'', 'telemetry:get_samples': u'',
'telemetry:get_resource': u'', 'segregation':
u'rule:context_is_admin', 'context_is_admin': u'role:admin',
'telemetry:get_resources': u''}})


I've tried setting my own ceilometer_policy_overrides in
user_variables.yml but it just causes a different error (weirdly and
possibly related in a weird bug kinda way to the next task which is
the polling policy.)


Can someone help work out what is going on?

My configs for ceilometer are simple, nothing deviating from:
https://docs.openstack.org/openstack-ansible-os_ceilometer/latest/
(and using all defaults apart from what I need set as described
below):

I set the hosts in /etc/openstack_deploy/conf.d/ceilometer.yml and any
configuration for backends for ceilometer and what services to enable
ceilometer for in /etc/openstack_deploy/user_variables.yml. Then run
the install.

Note that when I manually copy the policy.json from the git locations,
ceilometer then works, but I obviously need this automated/fixed in a
far better way.

Cheers!

Kev
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Solaris on openstack

2017-08-14 Thread John van Ommen
You've seen this, right?

https://dcvan24.wordpress.com/2013/07/11/create-a-solaris-10-x86-image-for-openstack/

"*2. Install Solaris*

First of all, create a QCOW2 image. There are several installation options
for Solaris 10, but believe me you want a developer’s installation. You
want bash, you want SSH, say yes… A developer’s installation needs about
6GB space, so it’s safe to create a image larger than 6GB
1
qemu-img create -f qcow2 solaris.qcow2 7G

Then you need a libvirt.xml file to start the VM. libvirt.xml is a
configuration file for a VM. You can define everything about the VM in this
file, including the number of cores, memory size, disk, network, etc. The
following listing is a template of libvirt.xml used for Solaris
installation."

On Aug 14, 2017 7:01 AM, "John van Ommen"  wrote:

> Take a look at this:
>  https://pve.proxmox.com/wiki/Solaris_Guests
>
> And this:
> https://www.linux-kvm.org/page/Guest_Support_Status#UNIX_Family:_Solaris.
> 2FOpenSolaris
>
> In a nutshell, it looks like all versions of Solaris 10 have various
> issues running under kvm but there are workarounds.
>
> Some releases require modification of the grub parameters to get Solaris
> to boot under kvm.
>
>
>
>
> On Aug 14, 2017 6:45 AM, "Shyam Biradar" 
> wrote:
>
> Hello John,
>
> I am using KVM hypervisor with that I want to launch solaris 10 OS as
> guest vm using its ISO image.
> I am able to start installation process but at the final step its failing
> to find installation media through cd/dvd device.
> Attached screenshot.[solaris.JPG]
>
> Error after selecting cd/dvd option: No disks found
>
>
> I tried some other ways like launching solaris on esx and converting its
> vmdk to qcow2, with this approach qcow2 boot process is getting stuck at
> very initial stage(at boot options step).
> Attached screenshot{solaris-qcow2.JPG]
>
>
> Thanks & Regards,
> Shyam Biradar,
> Email: shyambiradarsgg...@gmail.com,
> Contact: +91 8600266938 <+91%2086002%2066938>.
>
> On Mon, Aug 14, 2017 at 3:53 PM, John van Ommen 
> wrote:
>
>> What is the error that you are receiving?
>>
>> On Mon, Aug 14, 2017 at 1:22 AM, Shyam Biradar <
>> shyambiradarsgg...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I am trying to install solaris on OpenStack. I am facing many issues
>>> during os installation process.
>>>
>>> Does OpenStack support solaris in any release/distribution?
>>>
>>>
>>> Thanks & Regards,
>>> Shyam Biradar,
>>> Email: shyambiradarsgg...@gmail.com,
>>> Contact: +91 8600266938 <+91%2086002%2066938>.
>>>
>>> ___
>>> Mailing list: http://lists.openstack.org/cgi
>>> -bin/mailman/listinfo/openstack
>>> Post to : openstack@lists.openstack.org
>>> Unsubscribe : http://lists.openstack.org/cgi
>>> -bin/mailman/listinfo/openstack
>>>
>>>
>>
>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Solaris on openstack

2017-08-14 Thread Shyam Biradar
Yeah, I have tried it, thanks. With this approach also its getting stuck at
very first stage(i.e Configure devices) of install process.
Earlier I was trying on a virtualized KVM box. Now I am trying one bare
metal. Let's see.

Thanks & Regards,
Shyam Biradar,
Email: shyambiradarsgg...@gmail.com,
Contact: +91 8600266938.

On Mon, Aug 14, 2017 at 4:35 PM, John van Ommen 
wrote:

> You've seen this, right?
>
> https://dcvan24.wordpress.com/2013/07/11/create-a-solaris-
> 10-x86-image-for-openstack/
>
> "*2. Install Solaris*
>
> First of all, create a QCOW2 image. There are several installation options
> for Solaris 10, but believe me you want a developer’s installation. You
> want bash, you want SSH, say yes… A developer’s installation needs about
> 6GB space, so it’s safe to create a image larger than 6GB
> 1
> qemu-img create -f qcow2 solaris.qcow2 7G
>
> Then you need a libvirt.xml file to start the VM. libvirt.xml is a
> configuration file for a VM. You can define everything about the VM in this
> file, including the number of cores, memory size, disk, network, etc. The
> following listing is a template of libvirt.xml used for Solaris
> installation."
>
> On Aug 14, 2017 7:01 AM, "John van Ommen"  wrote:
>
>> Take a look at this:
>>  https://pve.proxmox.com/wiki/Solaris_Guests
>>
>> And this:
>> https://www.linux-kvm.org/page/Guest_Support_Status#UNIX_
>> Family:_Solaris.2FOpenSolaris
>>
>> In a nutshell, it looks like all versions of Solaris 10 have various
>> issues running under kvm but there are workarounds.
>>
>> Some releases require modification of the grub parameters to get Solaris
>> to boot under kvm.
>>
>>
>>
>>
>> On Aug 14, 2017 6:45 AM, "Shyam Biradar" 
>> wrote:
>>
>> Hello John,
>>
>> I am using KVM hypervisor with that I want to launch solaris 10 OS as
>> guest vm using its ISO image.
>> I am able to start installation process but at the final step its failing
>> to find installation media through cd/dvd device.
>> Attached screenshot.[solaris.JPG]
>>
>> Error after selecting cd/dvd option: No disks found
>>
>>
>> I tried some other ways like launching solaris on esx and converting its
>> vmdk to qcow2, with this approach qcow2 boot process is getting stuck at
>> very initial stage(at boot options step).
>> Attached screenshot{solaris-qcow2.JPG]
>>
>>
>> Thanks & Regards,
>> Shyam Biradar,
>> Email: shyambiradarsgg...@gmail.com,
>> Contact: +91 8600266938 <+91%2086002%2066938>.
>>
>> On Mon, Aug 14, 2017 at 3:53 PM, John van Ommen 
>> wrote:
>>
>>> What is the error that you are receiving?
>>>
>>> On Mon, Aug 14, 2017 at 1:22 AM, Shyam Biradar <
>>> shyambiradarsgg...@gmail.com> wrote:
>>>
 Hi,

 I am trying to install solaris on OpenStack. I am facing many issues
 during os installation process.

 Does OpenStack support solaris in any release/distribution?


 Thanks & Regards,
 Shyam Biradar,
 Email: shyambiradarsgg...@gmail.com,
 Contact: +91 8600266938 <+91%2086002%2066938>.

 ___
 Mailing list: http://lists.openstack.org/cgi
 -bin/mailman/listinfo/openstack
 Post to : openstack@lists.openstack.org
 Unsubscribe : http://lists.openstack.org/cgi
 -bin/mailman/listinfo/openstack


>>>
>>
>>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Solaris on openstack

2017-08-14 Thread John van Ommen
Take a look at this:
 https://pve.proxmox.com/wiki/Solaris_Guests

And this:
https://www.linux-kvm.org/page/Guest_Support_Status#UNIX_Family:_Solaris.2FOpenSolaris

In a nutshell, it looks like all versions of Solaris 10 have various issues
running under kvm but there are workarounds.

Some releases require modification of the grub parameters to get Solaris to
boot under kvm.




On Aug 14, 2017 6:45 AM, "Shyam Biradar" 
wrote:

Hello John,

I am using KVM hypervisor with that I want to launch solaris 10 OS as guest
vm using its ISO image.
I am able to start installation process but at the final step its failing
to find installation media through cd/dvd device.
Attached screenshot.[solaris.JPG]

Error after selecting cd/dvd option: No disks found


I tried some other ways like launching solaris on esx and converting its
vmdk to qcow2, with this approach qcow2 boot process is getting stuck at
very initial stage(at boot options step).
Attached screenshot{solaris-qcow2.JPG]


Thanks & Regards,
Shyam Biradar,
Email: shyambiradarsgg...@gmail.com,
Contact: +91 8600266938 <+91%2086002%2066938>.

On Mon, Aug 14, 2017 at 3:53 PM, John van Ommen 
wrote:

> What is the error that you are receiving?
>
> On Mon, Aug 14, 2017 at 1:22 AM, Shyam Biradar <
> shyambiradarsgg...@gmail.com> wrote:
>
>> Hi,
>>
>> I am trying to install solaris on OpenStack. I am facing many issues
>> during os installation process.
>>
>> Does OpenStack support solaris in any release/distribution?
>>
>>
>> Thanks & Regards,
>> Shyam Biradar,
>> Email: shyambiradarsgg...@gmail.com,
>> Contact: +91 8600266938 <+91%2086002%2066938>.
>>
>> ___
>> Mailing list: http://lists.openstack.org/cgi
>> -bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe : http://lists.openstack.org/cgi
>> -bin/mailman/listinfo/openstack
>>
>>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Solaris on openstack

2017-08-14 Thread Shyam Biradar
Hello John,

I am using KVM hypervisor with that I want to launch solaris 10 OS as guest
vm using its ISO image.
I am able to start installation process but at the final step its failing
to find installation media through cd/dvd device.
Attached screenshot.[solaris.JPG]

Error after selecting cd/dvd option: No disks found


I tried some other ways like launching solaris on esx and converting its
vmdk to qcow2, with this approach qcow2 boot process is getting stuck at
very initial stage(at boot options step).
Attached screenshot{solaris-qcow2.JPG]


Thanks & Regards,
Shyam Biradar,
Email: shyambiradarsgg...@gmail.com,
Contact: +91 8600266938.

On Mon, Aug 14, 2017 at 3:53 PM, John van Ommen 
wrote:

> What is the error that you are receiving?
>
> On Mon, Aug 14, 2017 at 1:22 AM, Shyam Biradar <
> shyambiradarsgg...@gmail.com> wrote:
>
>> Hi,
>>
>> I am trying to install solaris on OpenStack. I am facing many issues
>> during os installation process.
>>
>> Does OpenStack support solaris in any release/distribution?
>>
>>
>> Thanks & Regards,
>> Shyam Biradar,
>> Email: shyambiradarsgg...@gmail.com,
>> Contact: +91 8600266938 <+91%2086002%2066938>.
>>
>> ___
>> Mailing list: http://lists.openstack.org/cgi
>> -bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe : http://lists.openstack.org/cgi
>> -bin/mailman/listinfo/openstack
>>
>>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Solaris on openstack

2017-08-14 Thread John van Ommen
What is the error that you are receiving?

On Mon, Aug 14, 2017 at 1:22 AM, Shyam Biradar  wrote:

> Hi,
>
> I am trying to install solaris on OpenStack. I am facing many issues
> during os installation process.
>
> Does OpenStack support solaris in any release/distribution?
>
>
> Thanks & Regards,
> Shyam Biradar,
> Email: shyambiradarsgg...@gmail.com,
> Contact: +91 8600266938 <+91%2086002%2066938>.
>
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Solaris on openstack

2017-08-14 Thread Volodymyr Litovka

Hi Shyam,

Openstack control infrastructure (hypervisors, networking, storage, 
etc), not guest VMs. So, it's rather question to hypervisor (e.g. KVM) 
whether it support Solaris as guest OS.



On 8/14/17 11:22 AM, Shyam Biradar wrote:

Hi,

I am trying to install solaris on OpenStack. I am facing many issues 
during os installation process.


Does OpenStack support solaris in any release/distribution?


Thanks & Regards,
Shyam Biradar,
Email: shyambiradarsgg...@gmail.com ,
Contact: +91 8600266938.


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


--
Volodymyr Litovka
  "Vision without Execution is Hallucination." -- Thomas Edison

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Solaris on openstack

2017-08-14 Thread Shyam Biradar
Ok.  Thanks Fawaz, thanks Volodymyr.



Thanks & Regards,
Shyam Biradar,
Email: shyambiradarsgg...@gmail.com,
Contact: +91 8600266938.

On Mon, Aug 14, 2017 at 2:13 PM, Fawaz Mohammed <
fawaz.moh.ibrah...@gmail.com> wrote:

> Check the supported guest OS on the  hypervisor that you are using.
>
> On Aug 14, 2017 12:31 PM, "Shyam Biradar" 
> wrote:
>
>> Hi,
>>
>> I am trying to install solaris on OpenStack. I am facing many issues
>> during os installation process.
>>
>> Does OpenStack support solaris in any release/distribution?
>>
>>
>> Thanks & Regards,
>> Shyam Biradar,
>> Email: shyambiradarsgg...@gmail.com,
>> Contact: +91 8600266938.
>>
>> ___
>> Mailing list: http://lists.openstack.org/cgi
>> -bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe : http://lists.openstack.org/cgi
>> -bin/mailman/listinfo/openstack
>>
>>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Solaris on openstack

2017-08-14 Thread Fawaz Mohammed
Check the supported guest OS on the  hypervisor that you are using.

On Aug 14, 2017 12:31 PM, "Shyam Biradar" 
wrote:

> Hi,
>
> I am trying to install solaris on OpenStack. I am facing many issues
> during os installation process.
>
> Does OpenStack support solaris in any release/distribution?
>
>
> Thanks & Regards,
> Shyam Biradar,
> Email: shyambiradarsgg...@gmail.com,
> Contact: +91 8600266938.
>
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/
> openstack
>
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Solaris on openstack

2017-08-14 Thread Shyam Biradar
Hi,

I am trying to install solaris on OpenStack. I am facing many issues during
os installation process.

Does OpenStack support solaris in any release/distribution?


Thanks & Regards,
Shyam Biradar,
Email: shyambiradarsgg...@gmail.com,
Contact: +91 8600266938.
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack