*** goldyfruit_ has joined #openstack-ansible | 00:05 | |
*** nicolasbock has joined #openstack-ansible | 00:16 | |
*** markvoelker has joined #openstack-ansible | 00:16 | |
tmartins | Is it possible to get rid of lxcbr0 and the internal NAT and plug LXC container's directly in a Linux Bridge at the host? Much like eth1 -> br-mgmt... I would like "eth0 -> br-infra". | 00:20 |
---|---|---|
*** schwicht has quit IRC | 00:25 | |
*** markvoelker has quit IRC | 00:27 | |
*** markvoelker has joined #openstack-ansible | 00:36 | |
*** gyee has quit IRC | 00:45 | |
*** markvoelker has quit IRC | 00:46 | |
*** weifan has quit IRC | 00:50 | |
*** schwicht has joined #openstack-ansible | 00:51 | |
*** weifan has joined #openstack-ansible | 01:03 | |
*** weifan has quit IRC | 01:19 | |
*** weifan has joined #openstack-ansible | 01:20 | |
*** weifan has quit IRC | 01:24 | |
*** weifan has joined #openstack-ansible | 01:43 | |
*** spsurya has joined #openstack-ansible | 01:59 | |
*** weifan has quit IRC | 02:08 | |
*** markvoelker has joined #openstack-ansible | 02:47 | |
*** markvoelker has quit IRC | 02:51 | |
*** elduderino80 has joined #openstack-ansible | 02:55 | |
*** jeffreylebowski8 has joined #openstack-ansible | 02:56 | |
*** dave-mccowan has quit IRC | 02:56 | |
*** jeffreylebowski8 has left #openstack-ansible | 02:57 | |
*** elduderino80 has quit IRC | 02:58 | |
*** elduderino80 has joined #openstack-ansible | 02:58 | |
*** nicolasbock has quit IRC | 03:01 | |
*** elduderino80 has quit IRC | 03:25 | |
*** weifan has joined #openstack-ansible | 04:04 | |
*** weifan has quit IRC | 04:12 | |
*** raukadah is now known as chandankumar | 04:29 | |
*** pcaruana has joined #openstack-ansible | 04:37 | |
*** weifan has joined #openstack-ansible | 04:58 | |
*** weifan has quit IRC | 05:03 | |
*** weifan has joined #openstack-ansible | 05:05 | |
*** weifan has quit IRC | 05:13 | |
*** pcaruana has quit IRC | 05:14 | |
*** int_0x21 has joined #openstack-ansible | 05:26 | |
int_0x21 | Hi im strugling a bit with openstack-ansible, i do not understand how to do the inventory, when i do inventory/dynamic_inventory.py i dont understand how to get that to /etc/openstack_deploy/inventory.ini | 05:27 |
int_0x21 | So when i do openstack-ansible setup-hosts.yml i only get skipping: no hosts matched | 05:27 |
int_0x21 | Is it something i have not understood ? | 05:27 |
*** udesale has joined #openstack-ansible | 05:44 | |
*** DanyC has joined #openstack-ansible | 05:45 | |
int_0x21 | I figured it out, it was me that was stupid. I had wrong indentation in the config files | 05:51 |
jrosser | tmartins: yes, that is possible, you can create an environment without lxcbr0 if you want | 05:53 |
jrosser | tmartins: but why would you need to do that? | 05:54 |
*** jawad_axd has joined #openstack-ansible | 05:59 | |
*** DanyC has quit IRC | 06:01 | |
*** pcaruana has joined #openstack-ansible | 06:13 | |
*** prometheanfire has quit IRC | 06:27 | |
*** prometheanfire has joined #openstack-ansible | 06:28 | |
*** cshen has joined #openstack-ansible | 06:55 | |
*** cshen has quit IRC | 07:00 | |
*** tosky has joined #openstack-ansible | 07:17 | |
*** ivve has joined #openstack-ansible | 07:19 | |
*** cshen has joined #openstack-ansible | 07:22 | |
*** trident has quit IRC | 07:27 | |
*** lkoranda has joined #openstack-ansible | 07:30 | |
*** trident has joined #openstack-ansible | 07:31 | |
*** rgogunskiy has joined #openstack-ansible | 07:55 | |
ioni | on rocky, is there a way to use mix setup, with ubuntu 16 and ubuntu 18? | 07:56 |
ioni | i know on stein, the building of venv are on the compute node directly | 07:57 |
*** DanyC has joined #openstack-ansible | 08:00 | |
*** DanyC has quit IRC | 08:04 | |
*** DanyC has joined #openstack-ansible | 08:04 | |
*** DanyC has quit IRC | 08:05 | |
ioni | but on rocky, still tries to download venv from the repo build container | 08:06 |
*** DanyC has joined #openstack-ansible | 08:11 | |
*** rpittau|afk is now known as rpittau | 08:12 | |
*** DanyC has quit IRC | 08:12 | |
*** DanyC has joined #openstack-ansible | 08:14 | |
noonedeadpunk | mornings | 08:29 |
noonedeadpunk | ioni: yep, you can use mixed setup for rocky as well | 08:29 |
ioni | noonedeadpunk, without having a controller on ubuntu 18 | 08:29 |
ioni | i tried with controllers on ubuntu 16 and one compute node with 18 | 08:29 |
ioni | setup nova failed to download venv | 08:30 |
noonedeadpunk | but you'll need to run repo_build role with the first node on ubuntu 18 as well | 08:30 |
noonedeadpunk | I can't instantly recall exact steps, but I had such environment | 08:30 |
ioni | yes, i wanted to avoid having a new controller on ubuntu 18 | 08:30 |
ioni | stein has other building strategy | 08:31 |
noonedeadpunk | rocky is the release of migration from ubuntu 16 to 18, so yes, you absolutely should be able to do that | 08:31 |
noonedeadpunk | Actually I think that repo_build should check available distros among gathered facts. But you may set repo_build_os_distro_version to be sure that venvs will be build for the correct version https://opendev.org/openstack/openstack-ansible-repo_build/src/branch/master/defaults/main.yml#L41 | 08:34 |
jrosser | i think even on stein you need a bionic repo server | 08:56 |
jrosser | becasue there is a lot of C compiling done as part of the wheel builds so that needs to be in the same environment, or dynamic library linking will quite likley go wrong | 08:57 |
*** starborn has joined #openstack-ansible | 09:08 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-python_venv_build master: PDF Documentation Build tox target https://review.opendev.org/688795 | 09:18 |
noonedeadpunk | jrosser: I thought that we don't use repo_build role since stein at all... | 09:20 |
jrosser | no we don't | 09:20 |
jrosser | but the wheel build all happens on the repo server, when you have one | 09:20 |
jrosser | via the python_venv_build role | 09:21 |
noonedeadpunk | yeah, but it can be build locally as well... | 09:21 |
noonedeadpunk | or on the deploy host | 09:21 |
noonedeadpunk | but yeah, basically you're right | 09:21 |
jrosser | i guess it's all rooted here https://github.com/openstack/ansible-role-python_venv_build/blob/fb243ea7583a1d64c2ecbc51c841c6a2eedabbf9/defaults/main.yml#L121 | 09:27 |
noonedeadpunk | I'd say https://github.com/openstack/ansible-role-python_venv_build/blob/fb243ea7583a1d64c2ecbc51c841c6a2eedabbf9/vars/main.yml#L65 | 09:30 |
int_0x21 | Is there a way to do a purge and restart the deployment ? | 09:34 |
noonedeadpunk | not really | 09:34 |
noonedeadpunk | ofc you can drop lxc containers via playbook | 09:34 |
int_0x21 | That would probably be good :P i think i screwed up somewhere , how is that done ? | 09:35 |
noonedeadpunk | openstack-ansible /opt/openstack_deploy/playbooks/containers-lxc-destroy.yml --limit cinder_api (for instance) | 09:38 |
noonedeadpunk | if you want do destroy all containers you can run without limit | 09:39 |
noonedeadpunk | but this won't affect deploy host | 09:39 |
noonedeadpunk | and stuff deployed on bare metal | 09:40 |
int_0x21 | Ah nice thank you | 09:40 |
int_0x21 | If the current try dosnt work i will try that | 09:40 |
int_0x21 | I thought i had the deployment to only install on bare metal and not use containers buuuuut that didnt happen :P | 09:41 |
noonedeadpunk | also you may probably want to drop stored facts in /etc/ansible/facts.d/openstack_ansible.fact on controllers and compute nodes | 09:42 |
int_0x21 | ah | 09:42 |
int_0x21 | That folder is actualy empty | 09:43 |
int_0x21 | not entierly sure when that gets populated but probably not at the point where i gotten to | 09:43 |
noonedeadpunk | yeah, ok, just worth doble-checking:) | 09:43 |
zbr | i need a bit of feedback regarding on how pytest-molecule would test ansible roles, https://github.com/pycontribs/pytest-molecule/issues/45 (short poll) | 09:44 |
int_0x21 | Yea good hint, its always not understand why something gets the same over and over again | 09:44 |
int_0x21 | and then its some little tiny part somewhere else | 09:44 |
int_0x21 | Spent over 4 houers yesterday on a faulty inline in user yaml | 09:44 |
int_0x21 | And i thought it was the inventory that i just didnt understand how to do :P | 09:45 |
int_0x21 | failing on the same place again | 10:08 |
int_0x21 | TASK [python_venv_build : Upgrade pip/setuptools/wheel to the versions we want] | 10:08 |
int_0x21 | seems like the internal vip dosnt start | 10:09 |
int_0x21 | HTTPConnectionPool(host='10.0.21.99', port=8181): Max retries exceeded with url: /os-releases/20.0.0.0b2.dev25/ubuntu-18.04-x86_64 | 10:09 |
*** starborn has quit IRC | 10:18 | |
noonedeadpunk | is keepalived running? | 10:19 |
int_0x21 | Not entierly sure | 10:20 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/stein: Bump heat service sha https://review.opendev.org/688894 | 10:23 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_heat stable/stein: Fix keystone endpoint for heat servers https://review.opendev.org/688895 | 10:24 |
int_0x21 | added keepalived_use_latest_stable: True to variables now | 10:24 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_heat stable/stein: Fix keystone endpoint for heat servers https://review.opendev.org/688895 | 10:25 |
jrosser | int_0x21: do you have a good reason to do that? :) | 10:25 |
jrosser | just to check, you are deploying master, is that what you want? | 10:26 |
int_0x21 | Im not entierly sure, im having some trouble getting this to work and having some trouble understanding whats needed to get things to work | 10:26 |
int_0x21 | im doing the infrastructure step | 10:27 |
int_0x21 | And it failes constatly on the same step but im having a hard time understanding why that service dosnt work | 10:27 |
jrosser | ok, so deploying master, going straight for a metal deployment rather than the stock containers one...... | 10:29 |
jrosser | this is probably making things harder | 10:29 |
int_0x21 | Maybe im missunderstanding the configuration | 10:30 |
jrosser | int_0x21: can you describe a bit what you want to acheive? | 10:30 |
jrosser | is this just an AIO or multnode | 10:30 |
jrosser | *multinode | 10:30 |
int_0x21 | multi | 10:30 |
int_0x21 | 1 deployument host 7 other hosts | 10:30 |
*** kopecmartin|off is now known as kopecmartin | 10:31 | |
jrosser | have you got an AIO working properly first? | 10:33 |
int_0x21 | No havnt tried that | 10:33 |
jrosser | i would do that, maybe just in a VM if you can, then you have a simple reference which you can use to compare against your multinode deploy | 10:34 |
int_0x21 | openstack-ansible setup-hosts.yml this step works fine | 10:34 |
int_0x21 | Its when im doing this openstack-ansible setup-infrastructure.yml | 10:34 |
int_0x21 | I get this error "HTTPConnectionPool(host='10.0.21.99', port=8181): Max retries exceeded with url: /os-releases/20.0.0.0b2.dev25/ubuntu-18.04-x86_64" | 10:34 |
int_0x21 | at TASK [python_venv_build : Upgrade pip/setuptools/wheel to the versions we want] | 10:35 |
noonedeadpunk | arg.... don't like latex and pdf stuff.... | 10:36 |
noonedeadpunk | for latex "_" is a special symbol which needs to be escaped... | 10:37 |
jrosser | int_0x21: the standard way to debug this stuff is to use curl on the backend service that haproxy would connect to, usually the repo server for port 8181 | 10:40 |
jrosser | then you try the same curl via the loadbalancer virtual ip | 10:40 |
jrosser | and start to narrow down which bit is not working | 10:40 |
int_0x21 | Ah yea didnt think about trying to repo host on port 8181 will do that once this step is done | 10:41 |
jrosser | and on a multnode (multi-controller specifically) you may need to configure the actual interfaces you are using on your specific hardware to bind keepalived to | 10:41 |
jrosser | OSA lets you do pretty much anything you like with the host networking, which means some things like which specific interface is used for keepalived must be in the config | 10:43 |
int_0x21 | OSA ? | 10:43 |
jrosser | openstack-ansible | 10:43 |
int_0x21 | Ah :P | 10:44 |
*** DanyC has quit IRC | 10:47 | |
int_0x21 | haproxy_keepalived_external_interface: br-mgmt have this in | 10:47 |
*** DanyC has joined #openstack-ansible | 10:48 | |
int_0x21 | internal to :P | 10:49 |
*** markvoelker has joined #openstack-ansible | 10:50 | |
*** markvoelker has quit IRC | 10:56 | |
*** nicolasbock has joined #openstack-ansible | 10:57 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-python_venv_build master: PDF Documentation Build tox target https://review.opendev.org/688795 | 10:58 |
int_0x21 | yea i can curl repo host but not the vip | 10:59 |
*** lkoranda has quit IRC | 11:01 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rabbitmq_server master: PDF Documentation Build tox target https://review.opendev.org/688798 | 11:14 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: PDF Documentation Build tox target https://review.opendev.org/688800 | 11:15 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_client master: PDF Documentation Build tox target https://review.opendev.org/688806 | 11:15 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-haproxy_server master: PDF Documentation Build tox target https://review.opendev.org/688810 | 11:17 |
jrosser | int_0x21: find out what keepalived is happy / not happy about | 11:18 |
jrosser | assuming you have multiple controller nodes | 11:18 |
int_0x21 | Yea im starting to think i know what is happening | 11:19 |
int_0x21 | Not entierly sure why ansible sets it like this but i think i must have missed something | 11:19 |
int_0x21 | virtual_ipaddress { | 11:19 |
int_0x21 | 10.0.21.0/24 dev br-mgmt | 11:19 |
int_0x21 | 11:19 | |
int_0x21 | That dosnt look like right :P from keepalived.conf | 11:20 |
jrosser | i have this in my user_variables http://paste.openstack.org/show/784091/ | 11:21 |
int_0x21 | Yea going to try and put a /32 there instead mine has a subnet with 24 there | 11:22 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-python_venv_build master: PDF Documentation Build tox target https://review.opendev.org/688795 | 11:25 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-rabbitmq_server master: PDF Documentation Build tox target https://review.opendev.org/688798 | 11:26 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_server master: PDF Documentation Build tox target https://review.opendev.org/688800 | 11:26 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-galera_client master: PDF Documentation Build tox target https://review.opendev.org/688806 | 11:26 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-haproxy_server master: PDF Documentation Build tox target https://review.opendev.org/688810 | 11:27 |
int_0x21 | I think this might work, now just a bit of time wating for the deployment to roll through :P | 11:28 |
noonedeadpunk | folks, can you kimdly re-vote on https://review.opendev.org/#/c/679101/ ? | 11:31 |
*** DanyC has quit IRC | 11:39 | |
*** hwoarang has quit IRC | 11:44 | |
*** markvoelker has joined #openstack-ansible | 11:44 | |
*** hwoarang has joined #openstack-ansible | 11:45 | |
*** schwicht has quit IRC | 11:49 | |
*** dave-mccowan has joined #openstack-ansible | 11:50 | |
*** markvoelker has quit IRC | 11:55 | |
*** asettle has joined #openstack-ansible | 11:55 | |
int_0x21 | Got further now :P thanks for the keepalived tip | 11:58 |
int_0x21 | and thanks for the config file jroseer | 11:58 |
int_0x21 | Anyone recognise this ? | 11:59 |
int_0x21 | fatal: [vst-lab2_utility_container-65597175]: FAILED! => {"changed": true, "cmd": "openstack complete > /etc/bash_completion.d/openstack_client", "delta": "0:00:00.004896", "end": "2019-10-16 11:57:48.222588", "msg": "non-zero return code", "rc": 127, "start": "2019-10-16 11:57:48.217692", "stderr": "/bin/bash: openstack: command not found", "stderr_lines": ["/bin/bash: openstack: command not found"], "stdout": "", | 11:59 |
int_0x21 | "stdout_lines": []} | 11:59 |
*** ivve has quit IRC | 12:03 | |
*** starborn has joined #openstack-ansible | 12:04 | |
*** schwicht has joined #openstack-ansible | 12:06 | |
jrosser | int_0x21: root@haproxy1-utility-container-ec8755d0:~# which openstack | 12:09 |
jrosser | /usr/local/bin/openstack | 12:09 |
*** markvoelker has joined #openstack-ansible | 12:10 | |
int_0x21 | It was from the infrastructre part inside on of the lxc but im doing a bit of a refresh now, il give it some hammering, just wondered if anyone at once recognised it | 12:11 |
*** DanyC has joined #openstack-ansible | 12:11 | |
jrosser | the openstack executable should be there | 12:13 |
jrosser | the error is fairly clear that it can't find it | 12:14 |
int_0x21 | Yea i just assumed that the deployment would have taken care of that :P | 12:14 |
*** DanyC has quit IRC | 12:16 | |
*** DanyC has joined #openstack-ansible | 12:17 | |
*** schwicht has quit IRC | 12:17 | |
*** strobelight has joined #openstack-ansible | 12:18 | |
*** ivve has joined #openstack-ansible | 12:18 | |
*** schwicht has joined #openstack-ansible | 12:18 | |
*** strobelight has quit IRC | 12:23 | |
jrosser | int_0x21: you are right, it should take care of that | 12:27 |
int_0x21 | Cleaned everything up and trying again, removed all ealier lxc containers maybe something got confused somewhere | 12:29 |
int_0x21 | So il know if that solved it in 30 minutes or so :P | 12:30 |
jrosser | int_0x21: did anything fail prior to that message about openstack missing command? | 12:34 |
jrosser | because that is run as an ansible hander here https://github.com/openstack/openstack-ansible/blob/master/playbooks/utility-install.yml#L28-L35 | 12:34 |
jrosser | it will run at the end of the play | 12:34 |
jrosser | which may be directly after something else failed, meaning that the cli tools were not yet installed | 12:35 |
int_0x21 | Yea, doing openstack-ansible setup-hosts.yml from a more clean slate now takes a while but at least my earlier errors wont be the cause of it | 12:36 |
int_0x21 | I "might" have missed to reserve some ip:s that belong to a switch | 12:37 |
int_0x21 | Hopefully that is the root of it | 12:38 |
*** CeeMac has quit IRC | 12:41 | |
*** schwicht has quit IRC | 12:42 | |
mensis | Hello, when i run "setup-openstack" playbook it gets stuck at python_venv_build task and when i inspect it on the debug mode it seems like SSH connection broken. Here is the link; http://paste.openstack.org/show/784094/ What would you suggest? | 12:42 |
jrosser | checking that you can manually ssh to infra1 from the deploy host is a first step | 12:46 |
jrosser | ansible just builds off standard ssh behaviour | 12:47 |
*** strobelight has joined #openstack-ansible | 12:53 | |
*** strobelight_ has joined #openstack-ansible | 13:02 | |
*** strobelight is now known as Guest63503 | 13:02 | |
*** strobelight_ is now known as strobelight | 13:03 | |
*** Guest63503 has quit IRC | 13:05 | |
*** strobelight has quit IRC | 13:10 | |
*** strobelight has joined #openstack-ansible | 13:11 | |
*** starborn has quit IRC | 13:12 | |
int_0x21 | Got alot further now | 13:25 |
int_0x21 | fatal: [vst-lab2_ceph-mon_container-fdd4cf5e]: FAILED! => {"msg": "template error while templating string: no filter named 'ips_in_ranges'. String: {{ _monitor_addresses | default([]) + [{ 'name': item, 'addr': hostvars[item]['ansible_all_ipv4_addresses'] | ips_in_ranges(hostvars[item]['monitor_address_block'].split(',')) | first }] }}"} | 13:25 |
*** DanyC_ has joined #openstack-ansible | 13:26 | |
*** DanyC has quit IRC | 13:26 | |
*** udesale has quit IRC | 13:37 | |
*** udesale has joined #openstack-ansible | 13:37 | |
*** markvoelker has quit IRC | 13:46 | |
*** jawad_axd has quit IRC | 13:51 | |
*** strobelight_ has joined #openstack-ansible | 13:54 | |
*** strobelight is now known as Guest49078 | 13:54 | |
*** strobelight_ is now known as strobelight | 13:55 | |
*** markvoelker has joined #openstack-ansible | 13:56 | |
*** Guest49078 has quit IRC | 13:58 | |
*** jawad_axd has joined #openstack-ansible | 14:05 | |
*** selvakumarnms has joined #openstack-ansible | 14:06 | |
selvakumarnms | Hi | 14:06 |
selvakumarnms | I have question regarding the teardown scripts in openstack-ansible | 14:06 |
selvakumarnms | can you please help me in this regard? | 14:07 |
*** strobelight_ has joined #openstack-ansible | 14:20 | |
*** strobelight is now known as Guest33628 | 14:20 | |
*** strobelight_ is now known as strobelight | 14:21 | |
*** Guest33628 has quit IRC | 14:24 | |
*** DanyC_ has quit IRC | 14:25 | |
*** DanyC has joined #openstack-ansible | 14:26 | |
*** DanyC has quit IRC | 14:27 | |
*** DanyC has joined #openstack-ansible | 14:27 | |
int_0x21 | Im getting a error template error while templating string: no filter named 'ips_in_ranges' when doing openstack-ansible setup-infrastructure.yml | 14:27 |
int_0x21 | However /etc/ansible/roles/ceph-ansible/plugins/filter/ipaddrs_in_ranges.py is availible | 14:28 |
*** DanyC_ has joined #openstack-ansible | 14:29 | |
*** DanyC has quit IRC | 14:29 | |
*** spatel has joined #openstack-ansible | 14:30 | |
jrosser | int_0x21: just in a meeting can look later | 14:32 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_glance master: Drop duplicated keys https://review.opendev.org/688944 | 14:32 |
int_0x21 | jrosser, thanks | 14:34 |
noonedeadpunk | selvakumarnms not sure that we can help without the question itself:) | 14:35 |
*** chandankumar is now known as raukadah | 14:35 | |
selvakumarnms | @noonedeadpunk | 14:35 |
selvakumarnms | I have question regarding the teardown scripts in openstack-ansible | 14:36 |
selvakumarnms | is there any playbook available to cleanup all packages before re-install? | 14:36 |
selvakumarnms | also I have question regarding stable/stein release works well for openstack-ansible. | 14:36 |
noonedeadpunk | Oh, I see. No, unfortunatelly we don't have anything for full clean-up | 14:36 |
sshnaidm|pto | cloudnull, mnaser, odyssey4me and others, can you review please? https://github.com/ansible/ansible/pull/63538 | 14:37 |
noonedeadpunk | We have a playbook for dropping containers only, but it won't remove lxc and installed packages | 14:37 |
selvakumarnms | I have issues regarding ./keystone-manage --debug db_sync keystone | 14:37 |
selvakumarnms | it returns 1 | 14:37 |
selvakumarnms | can I refer any sample inventories for the multi node setup for centos node | 14:38 |
selvakumarnms | your help is greatly appreciated | 14:38 |
jrosser | int_0x21: in the meantime can you put in paste.openstack.org a bit more of the output from the failed run | 14:39 |
jrosser | note you can run the individual playbooks | 14:39 |
selvakumarnms | thanks jrosser for offering helpo | 14:40 |
jrosser | look inside the setup-*.yml ones for a hint there | 14:40 |
selvakumarnms | I will re-run again and paste there | 14:40 |
Nick_A | We' | 14:42 |
Nick_A | oops | 14:42 |
int_0x21 | jrosser, http://paste.openstack.org/show/784104/ and yea just found out i could do that playbook so i didnt have to wait :P | 14:43 |
*** spatel has quit IRC | 14:45 | |
*** jawad_axd has quit IRC | 14:48 | |
Nick_A | Is there a way to run setup playbooks against a specific host rather than an entire region? We have a new network configuration we want to apply to a couple new hosts without modifying existing ones. | 14:50 |
*** neolee has joined #openstack-ansible | 14:50 | |
neolee | hello guys | 14:51 |
neolee | i was trying the kolla-ansible deployment and got stuck with this | 14:51 |
neolee | TASK [baremetal : Install pip] ************************************************************************************************************************************************************************************************************** | 14:51 |
neolee | template error while templating string: no test named 'version'. String: {{ not (ansible_distribution == 'Ubuntu' and\n ansible_distribution_major_version is version(18, 'ge'))\n and\n not (ansible_distribution == 'Debian' and\n ansible_distribution_major_version is version(10, 'ge')) }}\n\nThe error appears to have been in | 14:51 |
neolee | '/usr/share/kolla-ansible/ansible/roles/baremetal/tasks/install.yml': line 104, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Install pip\n ^ here\n"} | 14:51 |
neolee | any idea?? | 14:51 |
*** markvoelker has quit IRC | 14:54 | |
*** markvoelker has joined #openstack-ansible | 14:54 | |
noonedeadpunk | neolee: try reach #openstack-kolla as we're a bit another project (not related to kolla) | 15:00 |
*** ivve has quit IRC | 15:05 | |
jrosser | int_0x21: so i asked you earlier if you were really sure you wanted to be deploying master | 15:09 |
int_0x21 | Ahh you meen master branch | 15:10 |
int_0x21 | My brain was a bit ... yea | 15:10 |
int_0x21 | i did try with 19.0.2 and 19.0.4 and got other errors but that was before i did a clean ofc | 15:10 |
int_0x21 | So im guessing there is no fix for this without removing everything again and going down to 19.0.4 ? | 15:11 |
*** trident has quit IRC | 15:13 | |
int_0x21 | Il try that i guess :P | 15:15 |
jrosser | well i'm just trying to understand what the ceph-ansible people have actually done | 15:15 |
openstackgerrit | Merged openstack/openstack-ansible master: Add unified linters check https://review.opendev.org/679101 | 15:16 |
int_0x21 | Aparently about 14 days ago they change ipaddr to ips_in_ranges | 15:16 |
Nick_A | I found https://docs.openstack.org/openstack-ansible/latest/admin/maintenance-tasks/ansible-modules.html but it sounds like it won't set up everything on controller that's required for a new compute? | 15:16 |
*** trident has joined #openstack-ansible | 15:17 | |
noonedeadpunk | Nick_A: you can just provide --limit flag | 15:21 |
noonedeadpunk | for example openstack-ansible /opt/openstack_deploy/playbooks/os-nova-install.yml --limit new-compute.hostname.com | 15:22 |
noonedeadpunk | or openstack-ansible /opt/openstack_deploy/playbooks/setup-everything.yml --limit new-compute.hostname.com | 15:22 |
*** cshen has quit IRC | 15:23 | |
redkrieg | noonedeadpunk: when we've tried to set up a new host like that it seems to get the packages installed but it didn't work correctly until the playbook was run against the controller/service containers as well. last time around I didn't have enough time to troubleshoot what was missing though, I just ran playbooks everywhere and called it a day. guess I'll need to do some extra testing | 15:24 |
redkrieg | that method does work fine for making changes to an existing hypervisor though | 15:24 |
noonedeadpunk | redkrieg: so you'll need run some staff against everything (like nova key against all compute node for live migration to work) | 15:25 |
int_0x21 | jrosser, checking out 19.0.4 now and seeing if it works better | 15:25 |
noonedeadpunk | but basic stuff should work fine running that manner | 15:25 |
redkrieg | is there an opposite to limit where you can exclude certain hosts? | 15:26 |
jrosser | int_0x21: i'm still looking at it | 15:26 |
jrosser | int_0x21: but this is your problem https://github.com/ceph/ceph-ansible/commit/5fea830414e7eb4cf6f1d0008834e2c4b205b131 | 15:26 |
jrosser | and becasue you've deployed master the versions of all the dependant things also point to master | 15:26 |
jrosser | and have pulled in some fairly breaking changes they made to ceph-ansible | 15:27 |
noonedeadpunk | redkrieg: --limit 'all:!bad_host' | 15:27 |
int_0x21 | Yea that looks like it :P im figuring if i get this version up and running i can upgrade later | 15:28 |
*** gyee has joined #openstack-ansible | 15:28 | |
redkrieg | noonedeadpunk: thanks, that should do it for us. comma separated? 'all:!badhost1,!badhost2' ? | 15:28 |
noonedeadpunk | actually don't remember, but you may use some simple playbook to test it out | 15:28 |
int_0x21 | As i understood it it needs to be ceph-ansible 4 to get it to ceph nautilus but i might have read it, however for this first test shot i dont need that version i just need proof of concept atm and iron out the other steps :P | 15:29 |
redkrieg | thanks | 15:29 |
jrosser | int_0x21: yes thats right you need ceph-ansible 4.0 | 15:30 |
jrosser | but they seem to constantly commit stuff to the stable-4.0 branch of ceph-ansible which breaks things | 15:30 |
jrosser | important thing is that if you deploy from an OSA tagged version then all of the dependacies are well defined and fixed by their git SHA | 15:31 |
jrosser | that is not the case if you checkout master | 15:31 |
int_0x21 | Cleaned all the lxc:s away and doing a setup-host from 19.0.4 branch now | 15:34 |
int_0x21 | Not getting the same issues now that i got before i had cleaned everything | 15:35 |
int_0x21 | Later on i guess i can do a upgrade | 15:35 |
neolee | thanks noonedeadpunk | 15:35 |
spotz | master is the work in progress so unless you need the latest for some reason it's recommended you use a tagged version fpr the reason jrosser gave | 15:37 |
*** jawad_axd has joined #openstack-ansible | 15:47 | |
*** jawad_axd has quit IRC | 15:52 | |
*** spatel has joined #openstack-ansible | 15:54 | |
spatel | Morning folks.. :) | 15:54 |
spatel | after longtime i got sometime to hop on | 15:54 |
*** rgogunskiy has quit IRC | 16:00 | |
jamesdenton | hello there | 16:00 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use parallel git clone https://review.opendev.org/588372 | 16:05 |
*** macz has joined #openstack-ansible | 16:14 | |
ThiagoCMC | Heeey James! :-D | 16:14 |
*** spatel has quit IRC | 16:15 | |
jamesdenton | hi ThiagoCMC! | 16:23 |
ThiagoCMC | ^_^ | 16:23 |
*** neolee has quit IRC | 16:24 | |
*** jawad_axd has joined #openstack-ansible | 16:24 | |
*** jbadiapa has quit IRC | 16:27 | |
*** jbadiapa has joined #openstack-ansible | 16:35 | |
*** markvoelker has quit IRC | 16:39 | |
*** udesale has quit IRC | 16:40 | |
*** markvoelker has joined #openstack-ansible | 16:49 | |
*** rpittau is now known as rpittau|afk | 16:50 | |
*** DanyC_ has quit IRC | 16:50 | |
*** DanyC has joined #openstack-ansible | 16:51 | |
*** markvoelker has quit IRC | 17:01 | |
*** goldyfruit has joined #openstack-ansible | 17:03 | |
*** goldyfruit_ has quit IRC | 17:05 | |
*** DanyC has quit IRC | 17:09 | |
*** markvoelker has joined #openstack-ansible | 17:13 | |
*** markvoelker has quit IRC | 17:13 | |
*** markvoelker has joined #openstack-ansible | 17:14 | |
*** weifan has joined #openstack-ansible | 17:19 | |
*** elduderino80 has joined #openstack-ansible | 17:27 | |
*** spatel has joined #openstack-ansible | 17:56 | |
spatel | jamesdenton: glad to see you!!! | 17:56 |
spatel | jamesdenton: look like you are here in stealth mode.. | 17:57 |
*** spsurya has quit IRC | 17:58 | |
*** kopecmartin is now known as kopecmartin|off | 18:24 | |
jamesdenton | yes spatel i'm sneaky like that | 18:31 |
spatel | ++ | 18:31 |
*** weifan has quit IRC | 19:04 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-galera_client master: Switch to opensuse-15 nodeset https://review.opendev.org/689010 | 19:19 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-lxc_container_create master: Switch to opensuse-15 nodeset https://review.opendev.org/689011 | 19:20 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-lxc_hosts master: Switch to opensuse-15 nodeset https://review.opendev.org/689012 | 19:21 |
*** jawad_axd has quit IRC | 19:30 | |
*** tosky has quit IRC | 19:30 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_octavia master: Remove broken experimental job https://review.opendev.org/689016 | 19:36 |
*** lbragsta_ has joined #openstack-ansible | 19:48 | |
redkrieg | does anyone know if vxlan based private lans in a linuxbridge neutron setup send traffic through the controller/network node or does it only rely on that for dhcp/gateway? | 19:54 |
*** ThiagoCMC has quit IRC | 19:56 | |
*** markvoelker has quit IRC | 19:58 | |
*** markvoelker has joined #openstack-ansible | 19:58 | |
jrosser | redkrieg: east/west traffic between virtual machines does not go via the controller/network node | 20:08 |
redkrieg | jrosser: thanks! | 20:08 |
jrosser | just the same as with vlan, anything needing a router will go via the network node | 20:08 |
*** spatel has quit IRC | 20:09 | |
*** pcaruana has quit IRC | 20:28 | |
*** ThiagoCMC has joined #openstack-ansible | 20:33 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_client master: PDF Documentation Build tox target https://review.opendev.org/688806 | 20:39 |
openstackgerrit | Merged openstack/ansible-config_template master: PDF Documentation Build tox target https://review.opendev.org/688753 | 20:53 |
*** DanyC has joined #openstack-ansible | 20:58 | |
openstackgerrit | Merged openstack/ansible-role-python_venv_build master: PDF Documentation Build tox target https://review.opendev.org/688795 | 20:59 |
*** DanyC has quit IRC | 21:31 | |
*** DanyC has joined #openstack-ansible | 21:33 | |
*** DanyC has quit IRC | 21:56 | |
openstackgerrit | Merged openstack/openstack-ansible-os_heat stable/stein: Fix keystone endpoint for heat servers https://review.opendev.org/688895 | 22:01 |
*** jamesdenton has quit IRC | 22:13 | |
*** jamesden_ has joined #openstack-ansible | 22:13 | |
*** markvoelker has quit IRC | 22:14 | |
*** lbragsta_ has quit IRC | 22:26 | |
*** nicolasbock1 has joined #openstack-ansible | 22:55 | |
*** macz has quit IRC | 22:56 | |
*** nicolasbock has quit IRC | 22:56 | |
*** nicolasbock1 is now known as nicolasbock | 22:56 | |
*** gyee has quit IRC | 23:16 | |
*** lbragsta_ has joined #openstack-ansible | 23:34 | |
*** lbragsta_ has quit IRC | 23:45 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!