Tuesday, 2018-08-28

*** markstur has joined #openstack-manila02:26
*** markstur has quit IRC02:27
*** sage_ has quit IRC04:13
*** pcaruana has joined #openstack-manila06:39
*** vivsoni has quit IRC07:11
*** vivsoni has joined #openstack-manila07:16
*** assassin has joined #openstack-manila07:23
*** assassin has quit IRC07:23
*** assassin has joined #openstack-manila08:08
*** vivsoni has quit IRC08:21
*** vivsoni has joined #openstack-manila08:22
*** e0ne has joined #openstack-manila08:43
*** takamatsu has joined #openstack-manila09:15
*** hoonetorg has quit IRC09:20
*** erlon has joined #openstack-manila09:44
*** vivsoni has quit IRC10:03
*** vivsoni has joined #openstack-manila10:04
*** zul has joined #openstack-manila10:19
*** vivsoni has quit IRC10:20
*** vivsoni has joined #openstack-manila10:30
*** luizbag has joined #openstack-manila10:46
*** erlon has quit IRC11:22
*** vivsoni has quit IRC11:33
*** tpsilva has joined #openstack-manila11:36
*** mmethot has joined #openstack-manila11:48
*** vivsoni has joined #openstack-manila11:50
openstackgerritTobias Urdin proposed openstack/puppet-manila stable/rocky: Update Gemfile for stable/rocky  https://review.openstack.org/59707912:10
*** eharney has quit IRC12:58
*** dustins has joined #openstack-manila13:18
*** eharney has joined #openstack-manila13:50
*** pcaruana has quit IRC14:29
*** erlon has joined #openstack-manila14:29
*** pcaruana has joined #openstack-manila14:30
*** eharney_ has joined #openstack-manila14:37
*** eharney has quit IRC14:37
*** e0ne has quit IRC14:56
openstackgerritMerged openstack/puppet-manila stable/rocky: Update Gemfile for stable/rocky  https://review.openstack.org/59707914:59
*** pcaruana has quit IRC15:00
tbarronganso: bswartz: erlon: tpsilva - would one of your triage and take https://bugs.launchpad.net/manila/+bug/1784791 ?15:07
openstackLaunchpad bug 1784791 in Manila "NetApp driver does not support workgroup authentication" [Undecided,New]15:07
erlontbarron, hey, we'll do that15:08
erlonthanks for pointing it up15:08
tbarronerlon: ty!!15:08
*** eharney_ is now known as eharney16:04
*** e0ne has joined #openstack-manila16:06
*** dustins has quit IRC16:29
openstackgerritGoutham Pacha Ravi proposed openstack/python-manilaclient master: Stop encoding "~" in query parameters  https://review.openstack.org/59718117:01
*** dustins has joined #openstack-manila17:17
*** dustins_ has joined #openstack-manila17:21
*** dustins has quit IRC17:22
*** dustins_ has quit IRC17:25
openstackgerritGoutham Pacha Ravi proposed openstack/python-manilaclient master: Stop encoding "~" in query parameters  https://review.openstack.org/59718117:32
*** dustins has joined #openstack-manila17:34
*** DorZ has joined #openstack-manila18:32
DorZHey. I'm trying to be a contributer for the project. I installed (I think) successfully devstack&manila. now I want to create a manila-share of 1MB for the experience. what is the easiest way? is there a updated guide?18:33
gouthamrDorZ: hi! Welcome, the minimum size you can create is 1GB18:34
gouthamrhave you looked here: https://docs.openstack.org/manila/latest/18:34
gouthamrwe document the CLI examples here: https://docs.openstack.org/manila/latest/user/create-and-manage-shares.html18:35
DorZI did. but I get the error: ERROR: You must provide a tenant_name, tenant_id, project_id or project_name (with project_domain_name or project_domain_id) via --os-tenant-name or env[OS_TENANT_NAME], --os-tenant-id or env[OS_TENANT_ID], --os-project-id or env[OS_PROJECT_ID], --os-project-name or env[OS_PROJECT_NAME], --os-project-domain-id or env[OS_PROJECT_DOMAIN_ID] and --os-project-domain-name or env[OS_PROJECT_DOMAIN_NAME].18:36
gouthamrDorZ: what storage backend did you setup your devstack with? (i.e, did you specify any?)18:36
DorZfor every command I try to provide18:36
DorZI think I didn't.18:36
gouthamrDorZ: ah, you need to grab a keystone token18:36
DorZhow to do so?18:36
gouthamrDorZ: do `source DEVSTACK_FOLDER/openrc demo demo" for starters18:37
DorZnow I get ERROR: Unable to establish connection to http://w.x.y.z/identity: HTTPConnectionPool(host='w.x.y.z', port=80): Max retries exceeded with url: /identity (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4ef96898d0>: Failed to establish a new connection: [Errno -2] Name or service not known',))18:40
DorZmaybe its because I did in the HOST_IP in the local.conf = w.x.y.z ?18:40
gouthamryep18:40
DorZshould I put over there 127.0.0.1?18:40
gouthamryes, that will work18:41
DorZshould I run unstack and stack again? or is there a fastest way to change it18:41
gouthamrhmmm, been a while since i mucked with that, i think you should be able to edit a few config files, starting with /etc/keystone/keystone.conf18:43
gouthamryou can also add w.x.y.z to your /etc/hosts file as an alias to /etc/hosts18:46
gouthamrgrr, alias to "localhost"18:46
DorZI'm trying to write a script of the installation. I prefer just write in the local.conf HOST_IP=127.0.0.118:50
DorZ(already run stack.sh)18:50
DorZI just did the manila contributer guide18:50
DorZdo I need follow this guide? https://docs.openstack.org/install-guide/environment-networking-controller.html18:51
DorZall of the openstack guide? its pretty huge (and full of bugs..)18:51
gouthamrDorZ: yeah, rerunning stack.sh is a good idea, i usually just omit the HOST_IP, here's my super concise local.conf: http://paste.openstack.org/show/729001/18:52
gouthamrDorZ: If you want a simple backend to exercise most of the features, i suggest starting with the LVM backend, it doesn't need any networking setup, or creation of "share networks"18:54
gouthamrDorZ: here's a tiny recipe for setting up the LVM backend via devstack: http://paste.openstack.org/show/729003/18:56
DorZSo ill do those both settings, run stack and I should be setted up?19:00
gouthamrDorZ: yep, then you can source "demo", "alt_demo" or "admin" credentials with the help of the openrc script and create shares19:04
DorZOk i'll try. (handling some ubuntu bugs right now)19:05
DorZmany thanks! ill annoy you later maybe (:19:05
gouthamrDorZ: yep, anytime19:06
*** e0ne has quit IRC19:08
*** DorZ has quit IRC19:12
*** dustins_ has joined #openstack-manila19:13
*** dustins_ has quit IRC19:15
*** dustins has quit IRC19:16
*** hoonetorg has joined #openstack-manila19:22
*** e0ne has joined #openstack-manila19:23
*** hoonetorg has quit IRC19:24
*** dustins has joined #openstack-manila19:49
*** vivsoni has quit IRC20:03
*** vivsoni has joined #openstack-manila20:03
*** erlon has quit IRC20:15
*** luizbag has quit IRC20:38
*** e0ne has quit IRC20:58
*** eharney has quit IRC21:16
*** hoonetorg has joined #openstack-manila21:36
*** ganso has quit IRC22:21
*** tpsilva has quit IRC23:04
*** dustins has quit IRC23:25
*** erlon has joined #openstack-manila23:34
*** threestrands has joined #openstack-manila23:54

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!