Saturday, 2018-02-10

*** lbragstad has joined #openstack-ansible00:09
*** vadim_ has quit IRC00:13
*** vadim_ has joined #openstack-ansible00:14
*** rodolof has joined #openstack-ansible00:16
*** rodolof has quit IRC00:20
*** rodolof has joined #openstack-ansible00:21
openstackgerritJames E. Blair proposed openstack/ansible-hardening stable/ocata: Zuul: Remove project name  https://review.openstack.org/54305800:34
*** rodolof has quit IRC00:45
*** rodolof has joined #openstack-ansible00:45
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Add nspawn container driver  https://review.openstack.org/47701700:55
*** woodard has quit IRC01:04
*** rama_y has quit IRC01:09
*** sar has quit IRC01:11
*** lbragstad has quit IRC01:18
*** aludwar has quit IRC01:29
*** rodolof has quit IRC01:30
tescracat /opt/openstack-ansible/inventory/dynamic_inventory.py cat: /opt/openstack-ansible/inventory/dynamic_inventory.py: No such file or directory01:30
*** acormier has joined #openstack-ansible01:31
cloudnulltescra: ?01:31
tescracloudnull am trying to deploy produciion env with stable pike01:34
*** acormier has quit IRC01:34
cloudnullfor pike the inventory generator would be at /opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py01:35
*** acormier has joined #openstack-ansible01:35
cloudnullthe path you have there looks like master to me01:35
tescrabut the playbooks are not able to access hosts [WARNING]:  * Failed to parse /opt/openstack-ansible/inventory/dynamic_inventory.py with script plugin: Inventory script (/opt/openstack-ansible/inventory/dynamic_inventory.py)01:35
tescrato check why  i can't locate the file?01:35
cloudnulldid you start a deployment with master01:36
cloudnullthen switch to pike?01:36
cloudnullif so, you will need to rebootstrap ansible.01:37
tescranot sure had ran bootstrap with stable pike01:37
cloudnullok.01:37
tescraok01:37
tescrawhere shall i place the git head?01:37
tescraits currently at01:37
cloudnullthe file is being referenced at /usr/local/bin/openstack-ansible.rc01:37
cloudnullI would do a checkout of the "stable/pike" branch01:38
cloudnullgit fetch --all; git checkout stable/pike01:38
cloudnullthen rebootstrap ansible `./scripts/bootstrap-ansible.sh`01:38
tescraroot@deploy-node:/opt/openstack-ansible# git branch -a   remotes/origin/stable/pike * stable/pike   remotes/origin/HEAD -> origin/master01:39
tescraFrom https://git.openstack.org/openstack/openstack-ansible    30301c2..93a4fd2  stable/ocata -> origin/stable/ocata    01368fc..3f211f6  stable/pike -> origin/stable/pike Already on 'stable/pike'01:39
*** acormier has quit IRC01:40
tescrais that correct cloud null?01:40
cloudnulllooks good.01:41
cloudnullrebase on the origin just to make sure you have the latest patches01:41
cloudnull`git rebase origin/stable/pike`01:41
tescrathanks cloudnull01:41
cloudnullotherwise looks good to me01:41
cloudnullthen rebootstrap and you should be on your way01:42
tescrarebase says to First, rewinding head to replay your work on top of it...01:42
tescrait will lead to same ?01:43
cloudnullyes that'll just make sure that you have the latest patches.01:44
cloudnullif there were no conflicts or errors, you're good to go01:44
tescracloudnull am i to execute ./scripts/pw-token-gen.py --file /etc/openstack_deploy/user_secrets.yml after bootstrap?01:59
tescraor any other changes in tgt nodes?02:00
tescraERROR! Attempted to execute "/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py" as inventory script: Inventory script (/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py) had an execution error: Traceback (most recent call last):   File "/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py", line 80, in <module>     output = generate.main(**all_args)   File "/opt/openstack-ansible/osa_02:06
tescracloudnull i assume have bootstrapped /opt/openstack-ansible + echo 'System is bootstrapped and ready for use.' System is bootstrapped and ready for use.02:10
tescramade no changes else where still exe of playbooks fails even syntax checck02:10
tescrafails02:10
*** rama_y has joined #openstack-ansible02:12
tescra  File "/opt/openstack-ansible/osa_toolkit/generate.py", line 576, in _add_additional_networks     address_prefix   File "/opt/openstack-ansible/osa_toolkit/generate.py", line 653, in _add_additional_networks     phg = user_config[cphg][physical_host] KeyError: u'infra4'02:16
tescrauserconfig syntax check =>02:17
tescraERROR! Attempted to execute "/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py" as inventory script: Inventory script (/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py) had an execution error: Traceback (most recent call last):   File "/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py", line 80, in <module>     output = generate.main(**all_args)   File "/opt/openstack-ansible/osa_02:18
*** acormier has joined #openstack-ansible02:19
cloudnulltescra: what is being run when it failed?02:19
cloudnullbased on the traceback it looks like you may have something wrong in the openstack_user_config.yml02:19
cloudnullseeing "phg = user_config[cphg][physical_host] KeyError: u'infra4'"02:20
tescranothin am simply exe syntax check for openstack_user_config.yml02:20
tescrathereno infra402:20
tescraonly 3 infra nodes02:20
tescra1 compute02:20
cloudnullcan you delete the file /etc/openstack_deploy/openstack_inventory.json02:21
cloudnullthen try again02:21
tescrasuure02:21
cloudnullgotta go feed my dogs02:21
cloudnullback in a min02:21
*** SerenaFeng has joined #openstack-ansible02:22
tescrak cloudnull had a doubt am i to edit images in image_hosts:   infra1:     container_vars:       glance_nfs_client:         -           local_path: /var/lib/glance/images           options: "_netdev,auto"           remote_path: /images02:27
tescraremote path as /volume1/images02:28
tescrain userconfig02:28
*** acormier has quit IRC02:29
*** acormier has joined #openstack-ansible02:29
tescraas am changing  share: /volume1/cinder           volume_backend_name: NFS_VOLUME1           volume_driver: cinder.volume.drivers.nfs.NfsDriver02:30
tescrafor soreage infa nodes02:30
tescraalso yamllint validates my userconfig file but syntax-chek gives an err02:38
tescraopenstack-ansible openstack_user_config.yml --syntax-check Variable files: "-e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml " ERROR! playbooks must be a list of plays  The error appears to have been in '/etc/openstack_deploy/openstack_user_config.yml': line 2, column 1, but may be elsewhere in the file depending on the exact syntax problem.  The offending line appears to be:  --- cid02:39
cloudnullah.02:40
tescra?02:40
cloudnullthat would be `openstack-ansible $PLAYBOOK_FILE --syntax-check`02:40
tescrayes02:40
cloudnull"openstack_user_config.yml" is not a playbook02:40
tescraso its fine if its yaml compilant ?02:41
cloudnullso, `cd /opt/openstack-ansible/playbooks`02:41
cloudnullthen, `openstack-ansible setup-everything.yml --syntax-check`02:41
cloudnullif you want to run something like tha t02:41
tescraf902:41
cloudnullyes the openstack_user_config.yml file is just a config file02:42
cloudnullin yaml format02:42
cloudnullso long as it meets the required config layout, you're good02:42
tescrathanks02:43
cloudnullok gotta run . take care all!02:48
*** aludwar has joined #openstack-ansible02:48
*** rama_y has quit IRC02:57
*** acormier has quit IRC03:03
*** acormier has joined #openstack-ansible03:04
*** acormier has quit IRC03:08
*** acormier has joined #openstack-ansible03:12
*** acormier has quit IRC03:19
*** pbandark has joined #openstack-ansible03:24
*** pbandark has quit IRC03:31
*** sdake has quit IRC03:33
*** sdake has joined #openstack-ansible03:33
*** sdake has quit IRC03:33
*** sdake has joined #openstack-ansible03:33
*** SerenaFeng has quit IRC03:35
*** gkadam has quit IRC03:39
*** woodard has joined #openstack-ansible03:45
*** chyka has joined #openstack-ansible04:26
*** chyka has quit IRC04:31
*** vnogin has joined #openstack-ansible04:47
*** vnogin has quit IRC04:52
*** mislukking has joined #openstack-ansible05:13
*** bhujay has joined #openstack-ansible05:19
*** rama_y has joined #openstack-ansible05:26
tescrahi TASK [lxc_hosts : Ensure that the LXC cache has been prepared]  for setup host yaml fails; have verified it has 48 GB RAM & 500GB HDD05:29
*** SerenaFeng has joined #openstack-ansible05:31
*** dariko has joined #openstack-ansible05:34
openstackgerritTaseer Ahmed proposed openstack/openstack-ansible-os_congress master: Introduce os_congress role in gerrit  https://review.openstack.org/52249105:38
*** jwitko_ has quit IRC05:39
*** mislukking has quit IRC05:47
*** rama_y has quit IRC05:47
*** lbragstad has joined #openstack-ansible06:00
openstackgerritTaseer Ahmed proposed openstack/openstack-ansible-os_congress master: Introduce os_congress role in gerrit  https://review.openstack.org/52249106:16
*** hamza21 has joined #openstack-ansible06:16
*** eumel8 has joined #openstack-ansible06:16
*** lbragstad has quit IRC06:22
*** bhujay has quit IRC06:23
openstackgerritTaseer Ahmed proposed openstack/openstack-ansible-os_congress master: Introduce os_congress role in gerrit  https://review.openstack.org/52249106:49
*** woodard has quit IRC07:06
*** yolanda has joined #openstack-ansible07:18
*** dave-mccowan has quit IRC07:26
evrardjp[m]tescra are you sure it's failing or the asynchronous thing ?07:36
*** woodard has joined #openstack-ansible07:44
*** woodard has quit IRC07:49
*** SmearedBeard has quit IRC07:59
*** taseer1 has joined #openstack-ansible08:29
*** Taseer has quit IRC08:29
*** taseer2 has joined #openstack-ansible08:29
*** taseer1 has quit IRC08:33
*** vnogin has joined #openstack-ansible08:48
*** woodard has joined #openstack-ansible08:49
*** vnogin has quit IRC08:52
*** woodard has quit IRC08:53
*** woodard has joined #openstack-ansible09:48
*** woodard has quit IRC09:53
*** armaan has joined #openstack-ansible09:57
*** sar has joined #openstack-ansible10:02
*** SerenaFeng has quit IRC10:19
*** armaan has quit IRC10:27
*** woodard has joined #openstack-ansible10:46
*** armaan has joined #openstack-ansible10:47
*** woodard has quit IRC10:51
*** mislukking has joined #openstack-ansible11:04
openstackgerritMerged openstack/openstack-ansible-haproxy_server stable/newton: Zuul: Remove project name  https://review.openstack.org/54302811:29
*** chyka has joined #openstack-ansible11:39
mislukkinghi11:42
*** chyka has quit IRC11:43
*** vnogin has joined #openstack-ansible11:48
openstackgerritMerged openstack/openstack-ansible-os_gnocchi stable/newton: Zuul: Remove project name  https://review.openstack.org/54301511:52
*** vnogin has quit IRC11:53
*** persia has quit IRC11:55
*** persia has joined #openstack-ansible11:57
openstackgerritMerged openstack/openstack-ansible-os_ceilometer stable/ocata: Zuul: Remove project name  https://review.openstack.org/54302211:59
*** armaan has quit IRC11:59
*** mislukking has quit IRC12:26
tescracan any one tell why setup hostfails at task TASK [lxc_hosts : Ensure that the LXC cache has been prepared]?12:40
tescrahave formated d sys12:41
tescrait has been recurring since yesterday ?12:45
tescraevrardjp[m] play recap : fatal: [infra3]: FAILED! => {"ansible_job_id": "59242298706.10756", "attempts": 60, "changed": false, "failed": true, "finished": 0, "started": 1}12:48
tescraEXIT NOTICE [Playbook execution failure]12:48
*** woodard has joined #openstack-ansible12:51
*** woodard has quit IRC12:56
odyssey4metescra look in /var/log/lxc-cache-prep-commands.log on the host and it'll show the log of what happened, which may provides some clues12:56
*** dave-mccowan has joined #openstack-ansible13:11
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Revert "Bring idempotency to swapon"  https://review.openstack.org/54310413:43
*** pbandark has joined #openstack-ansible13:46
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Revert "Bring idempotency to swapon"  https://review.openstack.org/54310413:48
*** woodard has joined #openstack-ansible13:49
*** woodard has quit IRC13:54
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: bootstrap-host: Create swap without using a failed task  https://review.openstack.org/54310413:56
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: bootstrap-host: Create swap without using a failed task  https://review.openstack.org/54310413:57
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Join cluster without using a failed task  https://review.openstack.org/54310614:04
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build master: [WIP] Make the git clone and wheel build optional  https://review.openstack.org/53701514:08
eumel8odyssey4me: you have an idea, when you have a stable/queens branch available?14:12
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server master: tests: test-galera-upgrades.sh: Remove the exit trap  https://review.openstack.org/54310914:24
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server master: Restore upgrade check & gate  https://review.openstack.org/54311014:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server stable/pike: Set proper yum repo priority on CentOS 7  https://review.openstack.org/54311114:27
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Join cluster without using a failed task  https://review.openstack.org/54310614:30
tescraodyssey4me : cat: /var/log/lxc-cache-prep-commands.log: No such file or directory14:35
tescranofile in that name14:35
eumel8tescra: that means that the previous task already failed: https://github.com/openstack/openstack-ansible-lxc_hosts/blob/master/tasks/lxc_cache_preparation.yml#L11214:43
tescraeumel8 how may i check that?14:46
*** woodard has joined #openstack-ansible14:46
odyssey4metescra look at the output log given by ansible14:46
odyssey4mefailed tasks are quite clearly shown in red14:47
eumel8tescra: some more logs would be helpful, maybe it's a timeout problem14:47
tescrano such folder in /var/log file14:48
tescrano ansible logs! odyssey4me14:49
odyssey4metescra it logs to your stdout14:49
tescrak let me chek that14:49
odyssey4meit will also log to /openstack/log/ansible-logging/ansible.log - but stdout is your first clue14:50
*** woodard has quit IRC14:50
odyssey4mestdout is your screen - every command you run, puts a bunch of logging out to your screen... scroll back through the screen output to look for the color coded errors14:50
*** nyloc has quit IRC14:51
*** nyloc has joined #openstack-ansible14:53
*** Guy has joined #openstack-ansible15:03
*** lbragstad has joined #openstack-ansible15:04
openstackgerritMerged openstack/openstack-ansible-repo_build stable/ocata: Zuul: Remove project name  https://review.openstack.org/53893115:10
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Join cluster without using a failed task  https://review.openstack.org/54310615:15
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Join cluster without using a failed task  https://review.openstack.org/54310615:16
*** acormier has joined #openstack-ansible15:21
tescraodyssey4me @ i had redirected it also checked the ansible log file it has the same info !!15:24
*** acormier has quit IRC15:25
tescrano lead on how to resolve it?15:26
*** lbragstad has quit IRC15:31
openstackgerritMerged openstack/openstack-ansible-os_glance master: Zuul: Remove project name  https://review.openstack.org/54023015:32
eumel8without information it's difficult15:33
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Allow any scenario to use different container tech  https://review.openstack.org/54311715:35
*** acormier has joined #openstack-ansible15:37
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Join cluster without using a failed task  https://review.openstack.org/54310615:39
odyssey4metescra yes, you should not be redirecting stdout - rather observe it... the log file has everything anyway if your screen buffer isn't big enough to scroll back to a problem or to see what happened15:40
odyssey4mealso, you're asking for help but providing no diagnostic information - that makes it pretty impossible to help15:40
odyssey4meI would suggest that you spend a little time learning how ansible works so that you can understand the output and effectively trace through the playbooks and tasks to see what's happening and to figure out how to debug problems.15:41
odyssey4meIf you're going to be running OpenStack, then you had best learn how to read logs and read code, because that's what it's going to take to be effective at operating it.15:42
*** woodard has joined #openstack-ansible15:42
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Allow any scenario to use different container tech  https://review.openstack.org/54311715:44
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Allow any scenario to use different container tech  https://review.openstack.org/54311715:44
*** olivierbourdon38 has joined #openstack-ansible15:48
tescraodyssey4me Thanks for advice, true my not so familiar with the OSA file structure and can't find the playbooks for respective tasks as they are recursively using d nodes15:49
*** acormier has quit IRC15:49
*** acormier has joined #openstack-ansible15:49
tescrahence asked for help15:50
odyssey4metescra the playbooks are in the integrated build tree, and the roles are in /etc/ansible/roles (the standard role location for ansible), so those are the locations you'll need to look through15:50
tescraok15:50
odyssey4meand again, without you providing diagnostic information in the form of logs or errors posted up to pastebin/gist/whatever we're not going to be able to help15:50
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server master: tests: Remove duplicated container creation  https://review.openstack.org/54312115:56
*** SmearedBeard has joined #openstack-ansible15:59
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Join cluster without using a failed task  https://review.openstack.org/54310616:03
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Join cluster without using a failed task  https://review.openstack.org/54310616:04
*** acormier has quit IRC16:08
*** acormier has joined #openstack-ansible16:10
*** acormier has quit IRC16:14
tescraodyssey4me have created the gist <script src="https://gist.github.com/ankita-anil-verma/727a074b56d01c1055655cfb2b0cdfa0.js"></script>16:17
tescrahttps://gist.github.com/ankita-anil-verma/727a074b56d01c1055655cfb2b0cdfa016:18
odyssey4metescra the task is failing, so the log file should be present on the host16:18
odyssey4metry executing this to see more data in the task output; cd /opt/openstack-ansible/playbooks; openstack-ansible lxc-hosts-setup.yml -vvv16:19
*** acormier has joined #openstack-ansible16:25
tescraok16:26
odyssey4metescra the file /var/log/lxc-cache-prep-commands.log is on the lxc host, not your deployment host16:27
tescrai thought if the service fails then d log would be in hosts thanks for info16:27
*** acormier has quit IRC16:29
*** acormier has joined #openstack-ansible16:30
*** acormier has quit IRC16:30
*** acormier has joined #openstack-ansible16:31
*** acormier has quit IRC16:34
*** acormier has joined #openstack-ansible16:34
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Clean-up old systemd prep and allow machinctl to grow  https://review.openstack.org/52759216:43
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance stable/pike: Update glance NFS for systemd  https://review.openstack.org/53957716:44
*** SmearedBeard has quit IRC16:48
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Update all SHAs for 17.0.0  https://review.openstack.org/54312316:49
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Allow any scenario to use different container tech  https://review.openstack.org/54311716:49
*** SerenaFeng has joined #openstack-ansible16:49
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-pip_install master: Set pip to use the pypi-server when locked down  https://review.openstack.org/52688916:55
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Allow neutron_provider_networks to be user defined  https://review.openstack.org/52389916:56
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Zuul: Remove project name  https://review.openstack.org/53850817:07
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Join cluster without using a failed task  https://review.openstack.org/54310617:08
odyssey4meif any cores are around, https://review.openstack.org/539955 needs a review to unblock patches to rabbitmq17:09
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Add nspawn container driver  https://review.openstack.org/47701717:09
cloudnullodyssey4me: done.17:09
odyssey4meta17:10
*** acormier has quit IRC17:11
*** acormier has joined #openstack-ansible17:12
sarI'm attempting to configure availability zones on a per-host basis in openstack_user_config.yml. See https://hastebin.com/cihixinebe.css17:13
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-pip_install master: Set pip to use the pypi-server when locked down  https://review.openstack.org/52688917:13
sarThis is obviously only part of the config. For some reason the config is only reflected in dhcp_agent.ini and l3_agent.ini. No changes are made to nova.conf in the containers. Does anyone happen to know the reason why?17:13
sarThe config looks correct to me. I'm following the guide @ https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/app-advanced-config-override.html17:14
cloudnullsar: Do you want that AZ to be in the nova conf on all of your compute hosts?17:14
cloudnullor just within the controllers ?17:15
cloudnull(api nodes)17:15
*** acormier has quit IRC17:15
*** acormier has joined #openstack-ansible17:15
*** acormier has quit IRC17:15
sarJust within the controllers, in this case. I have other lines in the config for the compute nodes17:15
*** acormier has joined #openstack-ansible17:16
sarI'm just wondering why the first example, which should change nova.conf, doesn't work, but the one for l3_agent and dhcp_agent works17:16
cloudnullthat all looks right.17:18
cloudnulldo you have nova_nova_conf_overrides defined elsewhere?17:18
cloudnullmaybe in a user_variable file?17:18
sar...that's probably it. I forgot i added a line like this for cors overrides: nova_nova_conf_overrides: "{{ cors_overrides }}"17:19
sarThanks ^^17:20
*** acormier has quit IRC17:20
cloudnullcool!17:23
* cloudnull is glad it was something simple :)17:24
cloudnullgotta run, might be back later.17:24
cloudnulltake care all17:24
*** SerenaFeng has quit IRC17:25
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-rabbitmq_server master: Implement seperate deploy and upgrade tests  https://review.openstack.org/54312917:31
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Bump upstream SHAs  https://review.openstack.org/54313117:46
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Use systemd module instead of command  https://review.openstack.org/53995517:50
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Update all SHAs for 17.0.0  https://review.openstack.org/54312317:50
*** rama_y has joined #openstack-ansible18:02
*** acormier has joined #openstack-ansible18:03
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Bump upstream SHAs  https://review.openstack.org/54313118:08
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Bump upstream SHAs  https://review.openstack.org/54313118:08
*** acormier has quit IRC18:13
*** rama_y has quit IRC18:29
*** hamza21 has quit IRC18:31
GuyAny thoughts on what could be causing this?18:34
Guyhttps://www.irccloud.com/pastebin/bnvZ72tR/18:34
GuyThis was during the openstack-ansible setup-openstack.yml playbook. Pike 16.0618:38
evrardjpyour provider entwork doesn't have a net_name18:47
GuyThank you18:47
evrardjpcould you compare openstack_user_config with an example?18:47
evrardjpthat should give you a hint18:48
Guyah, great advice. Thanks again, really appreciate the help.18:48
evrardjpGuy: it's probably on your vlan/flat/vlan net18:49
Guyim going to start troubleshooting now. Thanks again18:49
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Test keystone with a memcached pool  https://review.openstack.org/54000118:55
*** rama_y has joined #openstack-ansible19:01
evrardjpGuy: yw19:08
Guyyeah I think so19:09
evrardjpcloudnull: have a nice week-end19:09
evrardjp:)19:09
Guywhat you suggested checks out19:09
Guythanks19:09
Guyyou too19:09
evrardjpsame to you Guy : have a nice week-end, don't work too late!19:09
evrardjp:D19:09
Guythis is not work19:09
Guy;)19:09
evrardjpoh.19:09
Guyyou too19:09
evrardjpFor me it kinda is, so I am generally not here during week-ends.19:10
Guywell thanks for all the help, I really wanna get over this hurdle. Said that before im sure. Have a great weekend.19:10
evrardjpNo worries Guy , I'm just sorry you won't have much help in the weekend I am afraid. Not as certain as you'd get in the week at least.19:12
GuyFair enough. I'll give it a proper go though. You're  a star.19:13
*** hamza21 has joined #openstack-ansible19:24
*** rama_y has quit IRC19:31
openstackgerritMerged openstack/openstack-ansible-os_trove master: Replace virtualenv-tools by a script  https://review.openstack.org/53366819:35
*** acormier has joined #openstack-ansible20:11
*** hamza21 has quit IRC20:15
*** acormier has quit IRC20:40
*** acormier has joined #openstack-ansible20:47
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] Testing pip_install and repo_server changes  https://review.openstack.org/52689020:59
idleminddoing some operational scripting ... i have an array of "user" dictionaries. each user dictionary contains an array called "keypairs" which contains a dictionary for the name and public key of the keypair. i'd like to be able to iterate through "users" and run a "create keypairs" task which iterates through "keypairs" ... it seems to be possible by "including" a separate play file, can i do within a single play or20:59
idlemindplaybook? tags?20:59
*** SmearedBeard has joined #openstack-ansible21:03
idlemindhmmm might be possible using "when"21:05
*** acormier has quit IRC21:06
*** acormier has joined #openstack-ansible21:07
*** acormier has quit IRC21:11
*** acormier has joined #openstack-ansible21:13
*** acormier has quit IRC21:13
*** acormier has joined #openstack-ansible21:14
*** Johnny has joined #openstack-ansible21:17
*** Johnny is now known as Guest1014121:17
idlemindyup i'm starting to cook w/gas now i think thanks to "when" and "register"21:28
*** acormier_ has joined #openstack-ansible21:31
*** dariko has quit IRC21:33
*** acormier_ has quit IRC21:35
*** acormier has quit IRC21:37
*** ianychoi has quit IRC21:37
*** lhinds has quit IRC21:37
*** jhesketh has quit IRC21:37
*** kukacz has quit IRC21:37
*** rcarrillocruz has quit IRC21:37
*** bndzor_ has quit IRC21:37
*** dave-mccowan has quit IRC21:37
*** adrianreza has quit IRC21:37
*** berendt has quit IRC21:37
*** ivve has quit IRC21:37
*** abelur has quit IRC21:37
*** tinwood has quit IRC21:37
*** DimGR has quit IRC21:37
*** kencjohnston has quit IRC21:37
*** galstrom_zzz has quit IRC21:37
*** mugsie has quit IRC21:37
*** FoXMaN has quit IRC21:37
*** spotz has quit IRC21:37
*** trident has quit IRC21:38
*** johnsom has quit IRC21:38
*** serverascode has quit IRC21:38
*** evrardjp[m] has quit IRC21:38
*** exodusftw has quit IRC21:38
*** Miouge has quit IRC21:38
*** git-harry has quit IRC21:38
*** SamYaple has quit IRC21:38
*** MasterofJOKers has quit IRC21:38
*** vaishali has quit IRC21:38
*** ChanServ has quit IRC21:38
*** acormier has joined #openstack-ansible21:41
*** trident has joined #openstack-ansible21:42
*** johnsom has joined #openstack-ansible21:42
*** serverascode has joined #openstack-ansible21:42
*** ChanServ has joined #openstack-ansible21:42
*** evrardjp[m] has joined #openstack-ansible21:42
*** exodusftw has joined #openstack-ansible21:42
*** git-harry has joined #openstack-ansible21:42
*** Miouge has joined #openstack-ansible21:42
*** SamYaple has joined #openstack-ansible21:42
*** MasterofJOKers has joined #openstack-ansible21:42
*** vaishali has joined #openstack-ansible21:42
*** barjavel.freenode.net sets mode: +o ChanServ21:42
*** armaan has joined #openstack-ansible21:45
*** dave-mccowan has joined #openstack-ansible21:45
*** adrianreza has joined #openstack-ansible21:45
*** berendt has joined #openstack-ansible21:45
*** ivve has joined #openstack-ansible21:45
*** ianychoi has joined #openstack-ansible21:45
*** lhinds has joined #openstack-ansible21:45
*** abelur has joined #openstack-ansible21:45
*** tinwood has joined #openstack-ansible21:45
*** jhesketh has joined #openstack-ansible21:45
*** rcarrillocruz has joined #openstack-ansible21:45
*** kukacz has joined #openstack-ansible21:45
*** DimGR has joined #openstack-ansible21:45
*** bndzor_ has joined #openstack-ansible21:45
*** kencjohnston has joined #openstack-ansible21:45
*** galstrom_zzz has joined #openstack-ansible21:45
*** mugsie has joined #openstack-ansible21:45
*** spotz has joined #openstack-ansible21:45
*** FoXMaN has joined #openstack-ansible21:45
*** evrardjp[m] has quit IRC21:46
*** csmart has quit IRC21:46
Guest10141Anyone familiar with getting ARA to work with OSA outside a CI context?  After setting the ARA env variables, the OSA standard OS installation playbooks throw errors:21:48
Guest10141ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path. The error appears to have been in '/etc/ansible/roles/pip_install/tasks/configure.yml': line 39, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: Drop pip config21:48
Guest10141This is probably a real newb problem, but if anyone has ideas, let me know, thanks!21:48
Guest10141If I remove the ARA env variables, the play executes normally without error.21:49
idlemindwhat's ara?21:52
jrosserGuest10141: paste your env variables if possible?21:54
jrosserpastebin or similar21:54
Guest10141ARA: Ansible Runtime Analysis (https://ara.readthedocs.io/en/latest/)21:55
Guest10141Pastebin snippet: https://pastebin.com/LkYEprgz21:59
openstackgerritMerged openstack/openstack-ansible-os_designate master: Zuul: Remove project name  https://review.openstack.org/53982422:00
*** vnogin has joined #openstack-ansible22:00
jrosserGuest10141: i think that your environment variables have probably got in the way of openstack-ansible picking up it's own plugins22:04
Guest10141Here is the full env vars, sorry didn't include it in the last paste: https://pastebin.com/8TbXhNT422:07
*** vnogin has quit IRC22:07
Guest10141Yeah, it kind of seems that way.  Any suggestions on how to debug to try and fix?22:08
Guest10141ARA also suggests an alternative config of dropping in an ansible.cfg file in the playbook dir and not using env vars, but that has similar problems.22:10
jrosserlook at /usr/local/bin/openstack-ansible.rc for where OSA expects to find its own plugins22:10
*** armaan has quit IRC22:12
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Update paste, policy and rootwrap configurations 2018-01-30  https://review.openstack.org/53913422:14
*** acormier has quit IRC22:18
*** acormier has joined #openstack-ansible22:19
Guest10141jrosser: testing some things now  -- will post to channel if I make progress.  Thanks for the tip -- yes there is a name collision and ARA var is overwriting what OSA is expecting.22:20
jrosserGuest10141: in fact the issue is right there in that .rc file22:21
jrosserthat :- syntax is a ternary operator, so your var takes precedence22:21
*** acormier has quit IRC22:24
Guest10141jrosser: Yup -- working with one of the ARA devs right now to see if we can find an alternative solution.22:38
Guest10141This is pretty far outside of my normal line of experience, so I'm on a steep learning curve even though it may be a simple solution :)22:39
*** SmearedBeard has quit IRC22:41
*** vnogin has joined #openstack-ansible22:52
*** vnogin has quit IRC22:56
*** csmart has joined #openstack-ansible23:04
*** rodolof has joined #openstack-ansible23:05
*** eumel8 has quit IRC23:05
*** rodolof has quit IRC23:05
*** rodolof has joined #openstack-ansible23:06
*** Guy has quit IRC23:21
Guest10141deployed ara into virtualenv (after executing source /opt/ansible-runtime/bin/activate, did pip install tox, pip install ara, generated new config file in the /opt/openstack-ansible/playbook directory).  No errors now, but not populating any data into ara either.23:21
*** evrardjp[m] has joined #openstack-ansible23:27
*** dave-mccowan has quit IRC23:30
*** dave-mccowan has joined #openstack-ansible23:48
*** acormier has joined #openstack-ansible23:48
*** acormier has quit IRC23:52

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