Saturday, 2020-01-18

*** jawad_axd has joined #openstack-ansible00:09
*** jawad_axd has quit IRC00:14
*** cjloader has joined #openstack-ansible00:23
*** tosky has quit IRC00:29
*** jawad_axd has joined #openstack-ansible00:30
*** jawad_axd has quit IRC00:34
*** jawad_axd has joined #openstack-ansible00:50
*** jawad_axd has quit IRC00:55
*** gyee has quit IRC01:03
*** jawad_axd has joined #openstack-ansible01:32
*** jawad_axd has quit IRC01:36
openstackgerritMerged openstack/openstack-ansible master: Remove log compression before upload  https://review.opendev.org/70268601:45
*** jawad_axd has joined #openstack-ansible01:52
*** jawad_axd has quit IRC01:57
*** jawad_axd has joined #openstack-ansible02:13
*** jawad_axd has quit IRC02:18
openstackgerritMerged openstack/openstack-ansible master: Bump SHAs for master  https://review.opendev.org/70213302:46
openstackgerritMerged openstack/openstack-ansible master: Set fixed version for networking-calico  https://review.opendev.org/70248802:46
*** hwoarang has quit IRC04:02
*** hwoarang has joined #openstack-ansible04:04
*** evrardjp has quit IRC05:34
*** evrardjp has joined #openstack-ansible05:34
*** ahosam has joined #openstack-ansible08:04
*** hwoarang has quit IRC08:45
*** hwoarang has joined #openstack-ansible08:47
openstackgerritJonathan Rosser proposed openstack/openstack-ansible stable/train: Set fixed version for networking-calico  https://review.opendev.org/70322808:55
*** elenalindq has joined #openstack-ansible08:57
*** cyberpear has quit IRC09:17
*** cyberpear has joined #openstack-ansible09:18
*** donnyd has quit IRC09:22
*** donnyd has joined #openstack-ansible09:23
*** aedc has joined #openstack-ansible09:40
*** sshnaidm|off has quit IRC09:48
*** jopdorp has joined #openstack-ansible09:54
jopdorphi!09:54
jopdorpI'm trying to install https://github.com/openstack/openstack-ansible-os_cloudkitty09:54
jopdorpI've successfully installed a production environment of openstack ansible09:55
jopdorpliek the ceph production example09:55
jopdorplike*09:55
jopdorpnow I'm not sure to add this separate role into the setup09:55
jopdorpI want to install the cloudkitty role into the infra hosts09:56
jopdorpi cloned the repo into my home directory09:56
jopdorpadjusted /openstack-ansible-os_cloudkitty/extras/env.d/cloudkitty.yml09:56
jopdorphttps://pastebin.com/j3k6GTQ909:57
jopdorpat the bottom i added the physical skel part09:57
jopdorpthen i added cloudkitty_hosts to /etc/openstack_deploy/openstack_user_config.yml09:57
jopdorpand ran sudo openstack-ansible ~/openstack-ansible-os_cloudkitty/extras/os-cloudkitty-install.yml09:58
jopdorpshould i move the repo to another place? somewhere in /opt/openstack-ansible/ maybe?09:59
jopdorpor somewhere here? /etc/openstack_deploy/10:00
jopdorpor should i add the role to /opt/openstack-ansible/ansible-role-requirements.yml and then run sudo scripts/bootstrap-ansible.sh ?10:06
jrossercustom roles can be added to user-role-requirements if they are not in ansible-role-requirements10:23
jopdorpI tried the latter, and i added cloudkitty_all to /etc/openstack_deploy/openstack_user_config.yml10:23
jrosserthat’s new in train and there is a release note about that10:23
jopdorpnow I'm running setup-hosts10:23
jopdorphmmm10:23
jopdorpi did this: add the role to /opt/openstack-ansible/ansible-role-requirements.yml and then run sudo scripts/bootstrap-ansible.sh10:24
jopdorpit did check out the cloudkitty role repo10:24
jrosserbut the role is already cloned here https://github.com/openstack/openstack-ansible/blob/master/ansible-role-requirements.yml#L9610:24
jopdorpbut there is no lxc container being created for cloudkitty in my infra hosts10:24
jopdorpi see10:25
jopdorpin the master branch10:25
jopdorphttps://github.com/openstack/openstack-ansible/blob/stable/train/ansible-role-requirements.yml#L9610:25
jopdorpI'm on train10:25
jopdorpdo you suggest i update to master?10:25
jrosserno10:26
jrosserI would suggest creating user-role-requirements.yml10:26
jopdorpokay10:26
jopdorpwell10:26
jopdorpI can do that10:26
jopdorpgood suggestion10:26
jopdorpnow I just need to get hosts to match the role10:26
jopdorpcloudkitty_all seems not to be the right key10:27
jrossera-r-r will be rewritten every time you update you osa repo10:27
jopdorpyou're right10:27
*** gixx has quit IRC10:27
*** gixx has joined #openstack-ansible10:27
jopdorpdid you see this paste?10:29
jopdorphttps://pastebin.com/j3k6GTQ910:29
jopdorpshould that enable cloudkitty_hosts: *infrastructure_hosts to work in user_config?10:29
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Fix assurances for federation scenario  https://review.opendev.org/70292010:32
jrossercontainer_release looks suspect10:34
jrosserthe cloudkitty role doesnt have the same test coverage as the more mainstream ones10:35
jopdorpmhmm10:35
jopdorpit's still in development10:35
jopdorpI'd still like to give it a try though..10:36
jrosseralso this isnt really just a case of deploying the cloudkitty service itself10:36
jopdorpno10:36
jopdorpI'm trying to add it to my existing openstack ansible deployment10:36
jrosserfrom the POV of deploying the service that should be do-able, perhaps some stuff needs fixing10:38
jopdorpI'm just lacking some basic knowledge of how to add it10:38
jopdorpprobably if I added it correctly there would be some container created or something10:39
jrosseryes10:39
jopdorpbut I don't see any docs about how to add a role to ansible openstack10:39
jopdorpwell not any that i can follow well enough to get it working yet :p10:40
jopdorphttps://docs.openstack.org/openstack-ansible/train/contributor/testing.html#testing-a-new-role-with-an-aio10:40
jopdorphttps://docs.openstack.org/openstack-ansible/mitaka/developer-docs/extending.html#adding-galaxy-roles10:40
jopdorpis what i found10:40
jopdorphttps://docs.openstack.org/openstack-ansible/mitaka/developer-docs/additional-roles.html10:40
jrosserwell, for the train branch we don't have an 'integrated' deployment of cloudkitty10:42
jrosserbut as you've seen there is the start of that work in master branch10:43
jrosserat this point i would be creating a VM and getting cloudkitty deploying from master branch there10:44
jrosserusing the all-in-one10:44
jopdorpdoes that mean there would not really be a way to get openstack ansible cloudkitty to deploy into my existing infra hosts?10:45
jopdorpand to connect it to my existing deployment?10:45
jopdorpaio wouldn't really give my anythinh10:46
jopdorpI'm setting up a public cloud10:46
jopdorpand need to bill our client10:46
jopdorpclients10:46
*** aedc has quit IRC10:47
jopdorp:) openstack seems the right way to go!10:48
jopdorpI could always see if can get cloudkitty deployed by itself10:48
jopdorpand configure it by hand10:48
jrosseri think you should try to get the cloudkitty role deployed with OSA if thats how you're building your cloud10:49
jopdorpyes10:49
jopdorpit is10:49
jrosseri'm suggesting you might want a dev environment to fiddle in witout breaking your production env, and the AIO is ideal for that10:49
jopdorpif i get it to deploy10:50
jopdorpwell10:50
jopdorpit's okay10:50
jopdorpwe're not in production yet10:50
jopdorpwe'll go to production in a couple of months10:50
jopdorpbut maybe aio will be easier to setup at first10:50
jopdorpand i could try the master branch there10:50
jrosserand if you are wanting to get any of this fixed, and changes need to be created against and committed to the master branch10:50
jopdorpokay10:51
jopdorpi will create a pull request if i need to change anything10:51
jopdorpthis is a big project for me...10:51
jrosseron your existing deploy the first thing to do is get the containers created10:51
jrossersetting up the env.d is the right first step10:51
jopdorpwe have about 3000 vm cores of hardware10:51
jrosseryou can use scrips/inventory_manage.py to examine the host/group layout before you run any playboks10:52
jrosserthat will tell you if youve done the right thing in env.d / openstack_user_config10:52
jopdorpright10:52
jopdorpwhat would arguments would i give inventory manage?10:52
jrosserit has --help, but -G is a goot start10:53
jopdorpokay10:53
jopdorpI've used it to list and to remove hosts10:53
jopdorpthanks10:53
jopdorpI'll be fiddling around with it10:53
jrosserright, so get it to the point you have the cloudkitty containers on the right hosts10:53
jopdorpalright!10:54
jopdorpmaybe you'll hear from me later then :)10:54
jrossertake the playbook from the master branch and see what happens, ymmv obviously as this is totally untested :)10:54
jopdorphaha okay10:54
jopdorpshould i adjust inventory.ini by hand?11:14
jopdorpI'm running setup hosts again11:19
jopdorpnot even sure that makes sense11:19
jopdorpI aded cloudkitty:all to the inventory.ini11:20
jopdorpwith children api and engine11:20
jopdorpI guess i should run this: inventory/dynamic_inventory.py --config /etc/openstack_deploy/11:21
jopdorpi ran this11:28
jopdorpsudo inventory/dynamic_inventory.py --config /etc/openstack_deploy/ | grep -A 10 -B 10 cloudkitty11:28
jopdorpand somehow cloudkitty_containers ended up empty11:28
jopdorpcloudkitty hosts does have my infra1 and infra2 entries11:29
*** sshnaidm|off has joined #openstack-ansible11:32
jopdorpat what step would the containers and their uid be generated?11:34
*** sshnaidm|off has quit IRC11:36
*** sshnaidm has joined #openstack-ansible11:36
jopdorpany ideas?11:42
jopdorpif i understand correctly the dynamic_inventory.py should generate the uuids11:47
jopdorpas per https://github.com/openstack/openstack-ansible/blob/708b51d6d37574d73b1cd4eb666986c9707fa2d1/osa_toolkit/generate.py line 18611:47
jopdorpwhich should be done for each of the children of a container_type?11:48
*** Adri2000 has quit IRC11:51
*** Adri2000 has joined #openstack-ansible11:53
*** sshnaidm has quit IRC12:00
*** sshnaidm has joined #openstack-ansible12:01
*** hwoarang has quit IRC12:54
*** hwoarang has joined #openstack-ansible12:56
*** udesale has joined #openstack-ansible13:02
*** ahosam has quit IRC13:06
*** jopdorp has quit IRC13:11
*** udesale_ has joined #openstack-ansible13:26
*** udesale has quit IRC13:29
*** dave-mccowan has joined #openstack-ansible16:21
*** dave-mccowan has quit IRC16:39
*** evrardjp has quit IRC17:34
*** evrardjp has joined #openstack-ansible17:34
*** udesale_ has quit IRC18:35
*** sshnaidm has quit IRC20:34
*** sshnaidm has joined #openstack-ansible20:36
*** sshnaidm has quit IRC20:36
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: [WIP] Add manila tempest testing  https://review.opendev.org/67465320:40
*** elenalindq has quit IRC20:48
*** DanyC has joined #openstack-ansible22:05
*** gafur has joined #openstack-ansible23:15
*** gafur has quit IRC23:19

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