[Openstack-operators] Designate DNS service on Mitaka

2017-10-09 Thread Alexandra Kisin
Hello. 
Is there any installation / configuration guide for Designate service in 
Mitaka release (Ubuntu 14.04) ? 
And also I didn't find any detailed instructions for designate upgrade 
from Liberty to Mitaka. 

Thank you. 


Regards,

Alexandra Kisin
Servers & Network group, IBM R Labs in Israel
Unix & Virtualization Team


Phone: +972-48296172 | Mobile: +972-54-6976172 | Fax: +972-4-8296111









___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] Cinder Volume Multi-attach

2016-09-08 Thread Alexandra Kisin
Hello

I'm running OpenStack Liberty release. 
My question is if cinder supports volume multi-attach ? 
Can the same volume be attached to more than one instances ? 
Should anything be changed in the code level to make it work? 

Currently I was able to create a new volume with --allow-multiattach 
option. 
But it can't be attached to more than one instance. 
I'm getting an error :
"ERROR (BadRequest): Invalid volume: volume 
'08cf47a0-2f31-422b-a124-192155143abf' status must be 'available'. 
Currently in 'in-use' (HTTP 400) (Request-ID: 
req-038db0fa-624d-45a1-a13c-2c5432790019)"

Thank you. 

Regards,

Alexandra Kisin
Servers & Network group, IBM R Labs in Israel
Unix & Virtualization Team


Phone: +972-48296172 | Mobile: +972-54-6976172 | Fax: +972-4-8296111







___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] Designate service

2016-08-25 Thread Alexandra Kisin
Hello, I'm operating Liberty openstack environment and using Designate 
service for DNS based on PowerDNS. 
Everything is working and syncing fine except one important thing - there 
are only A records in dns and no PTR records. 
And we have some applications and services which require reverse naming. 
My question is how it can be implemented in Liberty environment ?
How I can define additional reverse domain in 
/etc/designate/designate.conf file and make reverse naming to be 
registered automatically once the instance was deployed ? 

Thank you. 

Regards,

Alexandra Kisin
Servers & Network group, IBM R Labs in Israel
Unix & Virtualization Team


Phone: +972-48296172 | Mobile: +972-54-6976172 | Fax: +972-4-8296111









___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Cinder attach volume

2016-07-20 Thread Alexandra Kisin
Thank you for the prompt respond. 
How should  [SATA] section look in /etc/cinder/cinder.conf file ? 

Regards,

Alexandra Kisin
Servers & Network group, IBM R Labs in Israel
Unix & Virtualization Team


Phone: +972-48296172 | Mobile: +972-54-6976172 | Fax: +972-4-8296111











From:   "Delatte, Craig" <craig.dela...@twcable.com>
To: Alexandra Kisin/Haifa/IBM@IBMIL, 
"openstack-operators@lists.openstack.org" 
<openstack-operators@lists.openstack.org>
Date:   20/07/2016 04:13 PM
Subject:Re: [Openstack-operators] Cinder attach volume



So the volume type error will require a copy of your cinder.conf.  Or you 
can just verify you have a [SATA] section in it. 

Also, volume type to my knowledge won?t change how libvirt presents the 
volume to the instance.  I am not sure it can be changed, or at least 
never had to explore trying to do what you are needing to do. 


Craig DeLatte
Cloud Engineering & Operations ? OpenStack DevOps
Charter
704-731-3356
610-306-4816


From: Alexandra Kisin
Date: Wednesday, July 20, 2016 at 9:02 AM
To: "openstack-operators@lists.openstack.org"
Subject: [Openstack-operators] Cinder attach volume
Resent-From: Time Warner Cable

Hello. 
I'm working on Liberty Openstack environment using 
ibm.storwize_svc.StorwizeSVCDriver as volume_drivert. 
When I'm creating a new volume and attaching it to the VM - by default it 
will be /dev/vdX on the instance using virtio driver. 
And this way everything is working fine.
 
But I need it to be /dev/sdX for my application needs. 
I tried to create a new type of the volume by running :
cinder type-create SATA
cinder type-key SATA set volume_backend_name=sata
But when I start a volume create process , it fails - the new volume has 
error state and the error in cinder-scheduler.log is :
 ERROR cinder.scheduler.flows.create_volume Failed to run task 
cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: 
No valid host was found. No weighed hosts available

Please advise how a volume can be attached as /dev/sdX device and not 
/dev/vdX. 
The solution of stop the VM first and only then attach a volume can also 
be taken in account. 

Thank you. 

Regards,

Alexandra Kisin
Servers & Network group, IBM R Labs in Israel
Unix & Virtualization Team

Phone: +972-48296172 | Mobile: +972-54-6976172 | Fax: +972-4-8296111










This E-mail and any of its attachments may contain Time Warner Cable 
proprietary information, which is privileged, confidential, or subject to 
copyright belonging to Time Warner Cable. This E-mail is intended solely 
for the use of the individual or entity to which it is addressed. If you 
are not the intended recipient of this E-mail, you are hereby notified 
that any dissemination, distribution, copying, or action taken in relation 
to the contents of and attachments to this E-mail is strictly prohibited 
and may be unlawful. If you have received this E-mail in error, please 
notify the sender immediately and permanently delete the original and any 
copy of this E-mail and any printout.
[attachment "ATT1.jpg" deleted by Alexandra Kisin/Haifa/IBM] 
[attachment "ATT2.gif" deleted by Alexandra Kisin/Haifa/IBM] 


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] Cinder attach volume

2016-07-20 Thread Alexandra Kisin
Hello. 
I'm working on Liberty Openstack environment using 
ibm.storwize_svc.StorwizeSVCDriver as volume_drivert. 
When I'm creating a new volume and attaching it to the VM - by default it 
will be /dev/vdX on the instance using virtio driver. 
And this way everything is working fine.
 
But I need it to be /dev/sdX for my application needs. 
I tried to create a new type of the volume by running :
cinder type-create SATA
cinder type-key SATA set volume_backend_name=sata
But when I start a volume create process , it fails - the new volume has 
error state and the error in cinder-scheduler.log is :
 ERROR cinder.scheduler.flows.create_volume Failed to run task 
cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: 
No valid host was found. No weighed hosts available

Please advise how a volume can be attached as /dev/sdX device and not 
/dev/vdX. 
The solution of stop the VM first and only then attach a volume can also 
be taken in account. 

Thank you. 

Regards,

Alexandra Kisin
Servers & Network group, IBM R Labs in Israel
Unix & Virtualization Team


Phone: +972-48296172 | Mobile: +972-54-6976172 | Fax: +972-4-8296111









___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators