*** irclogbot_2 has quit IRC | 00:16 | |
*** irclogbot_0 has joined #openstack-ansible | 00:19 | |
openstackgerrit | Satish Patel proposed openstack/openstack-ansible-os_aodh master: Add centos-8 support https://review.opendev.org/739401 | 00:32 |
---|---|---|
openstackgerrit | Satish Patel proposed openstack/openstack-ansible-os_gnocchi master: Add centos-8 support https://review.opendev.org/740513 | 00:33 |
*** markvoelker has joined #openstack-ansible | 01:36 | |
*** markvoelker has quit IRC | 01:41 | |
*** dave-mccowan has joined #openstack-ansible | 03:11 | |
*** dave-mccowan has quit IRC | 03:57 | |
*** raukadah is now known as chandankumar | 04:04 | |
*** udesale has joined #openstack-ansible | 05:48 | |
jrosser | watersj: the config file you need is templated out here https://github.com/openstack/openstack-ansible-os_masakari/blob/master/tasks/masakari_post_install.yml#L42-L46 | 06:22 |
jrosser | OSA uses something called 'config_template' rather than the standard ansible template module, so it's work knowing about this https://docs.openstack.org/openstack-ansible/latest/reference/configuration/using-overrides.html#overriding-openstack-configuration-defaults | 06:23 |
jrosser | you would want somthing like this in your user_variables http://paste.openstack.org/show/796098/ | 06:25 |
*** this10nly has joined #openstack-ansible | 06:44 | |
*** shyamb has joined #openstack-ansible | 07:01 | |
*** shyamb has quit IRC | 07:20 | |
*** yolanda has joined #openstack-ansible | 07:31 | |
*** tosky has joined #openstack-ansible | 07:34 | |
*** jbadiapa has joined #openstack-ansible | 07:51 | |
*** andrewbonney has joined #openstack-ansible | 07:58 | |
*** markvoelker has joined #openstack-ansible | 08:04 | |
*** markvoelker has quit IRC | 08:09 | |
*** markvoelker has joined #openstack-ansible | 08:14 | |
*** markvoelker has quit IRC | 08:24 | |
*** mjwales has joined #openstack-ansible | 08:25 | |
mjwales | Hi, attempting an upgrade from Rocky to Stein on 19.1.2 tag but keystone fails to deploy with the error "No matching distribution found for keystone==15.0.2.dev3". I cannot find where this can be changed to 15.0.1 as there is no 15.0.2dev3 listed on https://pypi.org/project/keystone/#history | 08:27 |
*** markvoelker has joined #openstack-ansible | 08:27 | |
*** markvoelker has quit IRC | 08:32 | |
jrosser | mjwales: openstack-ansible installs python packages like keystone from source code rather than pypi | 08:37 |
mjwales | jrosser: okay that ends that idea. Any ideas how to resolve "ERROR: Could not find a version that satisfies the requirement keystone==15.0.2.dev3" in the keystone task "TASK [python_venv_build : Install python packages into the venv]" | 08:38 |
jrosser | i would expect that there will be better infomation in the venv build log | 08:40 |
mjwales | The only thing that sticks out is " Could not fetch URL http://172.29.236.9:8181/os-releases/19.1.2/ubuntu-18.04-x86_64: 404 Client Error: Not Found for url: http://172.29.236.9:8181/os-releases/19.1.2/ubuntu-18.04-x86_64/ - skipping" | 08:42 |
mjwales | So the ubuntu-18.04-x86_64 directory exists on the infra1 repo container but has not synced across to infra2 or infra3. Is there any way to force a sync? | 08:43 |
*** shyamb has joined #openstack-ansible | 08:46 | |
mjwales | Looking at lsyncd log on infra the log contains "rsync: failed to open "/var/www/repo/repo_prepost_cmd.sh", continuing: Permission denied (13)" | 08:46 |
mjwales | The permissions on that file are "-rwxr-x--- 1 root root 385 Jul 17 09:14 /var/www/repo/repo_prepost_cmd.sh". By chance does anyone know if they are correct? | 08:46 |
jrosser | i have -rwxr-x--- 1 root root 471 Jun 17 2019 repo_prepost_cmd.sh | 08:49 |
mjwales | infra1 has root:root where as infra2 and infra3 have "-rwxr-x--- 1 nginx www-data 385 Jul 17 09:14 repo_prepost_cmd.sh" | 08:50 |
*** shyam89 has joined #openstack-ansible | 08:55 | |
jrosser | mjwales: if you systemctl restart lysncd on infra1 it will retry the sync, then you can look at whats failing | 08:57 |
jrosser | until it is synced across the 3 hosts you are in a bit of trouble becasue the loadbalancer will round-robin around the built wheels on the infra hosts | 08:57 |
jrosser | and only one in three of those will succeed | 08:57 |
*** shyamb has quit IRC | 08:58 | |
mjwales | There was a syntax error in /etc/lsyncd/lsyncd.conf.lua on line 594 'exclude = links"', should be 'exclude = "links"' | 09:01 |
admin0 | morning | 09:05 |
mjwales | jrosser: I don't currently have the time to patch this but the error relates to https://opendev.org/openstack/openstack-ansible-repo_server/src/branch/stable/stein/templates/lsyncd.lua.j2. Missing opening '"' on line 596 | 09:10 |
jrosser | mjwales: https://review.opendev.org/#/c/731779 | 09:14 |
mjwales | jrosser: will this get ported back to Stein? It's fixed in Train. | 09:15 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-repo_server stable/stein: add missing quote to lsyncd.lua template https://review.opendev.org/741896 | 09:15 |
*** kleini has joined #openstack-ansible | 09:16 | |
*** sshnaidm|off is now known as sshnaidm | 09:27 | |
mjwales | Is there a process for upgrading the Ceph cluster? After running the run-upgrade.sh (R -> S) our Ceph cluster in still on luminous but Ceph clients in container (e.g. cinder) are running Mimic. | 09:39 |
*** also_stingrayza is now known as stingrayza | 09:58 | |
*** shyamb has joined #openstack-ansible | 09:59 | |
*** shyam89 has quit IRC | 10:01 | |
*** tosky has quit IRC | 10:08 | |
*** irclogbot_0 has quit IRC | 10:08 | |
*** NewJorg has quit IRC | 10:08 | |
*** vesper11 has quit IRC | 10:08 | |
*** mmethot has quit IRC | 10:09 | |
*** gokhani has quit IRC | 10:09 | |
*** tosky has joined #openstack-ansible | 10:10 | |
*** irclogbot_0 has joined #openstack-ansible | 10:10 | |
*** NewJorg has joined #openstack-ansible | 10:10 | |
*** vesper11 has joined #openstack-ansible | 10:10 | |
*** mmethot has joined #openstack-ansible | 10:10 | |
*** gokhani has joined #openstack-ansible | 10:10 | |
*** this10nly has quit IRC | 10:17 | |
*** arkan has joined #openstack-ansible | 10:18 | |
arkan | Hi masters :) | 10:19 |
arkan | guys I have installed "Designate" | 10:19 |
arkan | and I have integrated it with neutron | 10:21 |
arkan | everything it seems to work | 10:21 |
arkan | my vms have automatic "A" records added into the zone | 10:21 |
arkan | and I can ping them | 10:22 |
arkan | what it remained is: | 10:22 |
*** shyamb has quit IRC | 10:22 | |
arkan | I see that the vms are using the domain that I've set in dns_domain = arkan.cloud. in /etc/neutron/neutron.conf | 10:27 |
arkan | the instructions are here https://docs.openstack.org/neutron/train/admin/config-dns-int.html | 10:27 |
arkan | I'm just asking if this is possible | 10:27 |
arkan | I want to use another project "development" and I want that the vms to be in the forms | 10:28 |
arkan | ex. vm1.development.arkan.cloud | 10:28 |
arkan | I tried different things but I could not succeed | 10:29 |
arkan | I've also created a zone development.arkan.cloud but the vms always are in the form vm1.arkan.cloud | 10:29 |
arkan | this is because I have dns_domain = arkan.cloud in /etc/neutron/neutron.conf | 10:30 |
arkan | is there a solution for this ? | 10:30 |
kleini | The names and networks for VMs are transported through metadata to the VMs. AFAIK the main source for the metadata is Nova and not Neutron. So maybe Nova needs to know about installed Designate, too. | 10:30 |
arkan | kleini: I just did what the docs have | 10:31 |
arkan | and it worked for me related to the docs | 10:31 |
arkan | but in my usecase I don't know how can I have different subdomains for the vms | 10:31 |
arkan | I even tried to give vm name test.development, and the result was test.development.arkan.cloud | 10:32 |
arkan | but it had problem of creating the networking | 10:32 |
arkan | this happens when the vm boots | 10:32 |
arkan | Ok, this was my first problem | 10:33 |
kleini | I just found: openstack network set --dns-domain sample.openstack.org | 10:33 |
kleini | So DNS domain in Neutron networks needs to be linked with Zone in Designate somehow | 10:34 |
kleini | if that is possible at all | 10:34 |
arkan | I did this also | 10:34 |
arkan | I have added openstack network set --dns-domain development.arkan.cloud. internal-net | 10:35 |
arkan | but the vms that are using internal-net also they used .arkan.cloud not development.arkan.cloud | 10:35 |
*** trident has quit IRC | 10:35 | |
*** trident has joined #openstack-ansible | 10:36 | |
kleini | https://docs.openstack.org/neutron/latest/admin/config-dns-int.html | 10:36 |
kleini | Did you redeploy all Neutron components after configurating Designate for internal DNS resolution? | 10:36 |
arkan | no I did not redeploy all neutron components | 10:37 |
arkan | I restarted the services to check the dns integration | 10:37 |
arkan | in the beginning I didn't have DNS integration | 10:38 |
arkan | after what I've done (reading the docs), the DNS integration worked | 10:39 |
arkan | after applying what the docs has, the DNS integration worked | 10:40 |
kleini | I am sure, some Neutron components require now a different configuration. Like ml2 extension_drivers = dns_domain_ports | 10:40 |
*** stingrayza has quit IRC | 10:40 | |
arkan | I have them configured | 10:40 |
jrosser | mjwales: https://review.opendev.org/#/c/711440/ | 10:40 |
arkan | kleini: I have them configured in /etc/neutron/plugins/ml2/ml2_conf.ini | 10:41 |
arkan | [ml2] | 10:41 |
arkan | extension_drivers = port_security,dns_domain_ports | 10:41 |
kleini | Than I am out of ideas. | 10:41 |
*** npalladium has joined #openstack-ansible | 10:42 | |
arkan | what you have in the doc, is configured in my case | 10:42 |
mjwales | jrosser: thank you | 10:42 |
arkan | kleini: ok, this was my first problem | 10:43 |
arkan | the other one | 10:43 |
arkan | how can I set from dnsmasq, to not let it go outside to get into my domain | 10:43 |
jrosser | mjwales: that patch is not merged yet but if you are able to see if the method is working it would help with knowing it's correct | 10:43 |
arkan | kleini: for example my public domain is openstack.arkan.cloud which has public (ISP) | 10:44 |
arkan | I want to set dnsmasq to not call that IP, and to call 192.168.50.210 | 10:44 |
arkan | I want my vms, to call this ip, otherwise it will go outside and call the public ip (assigned by ISP) | 10:45 |
npalladium | I'm having some trouble understanding internal_lb_vip_address/external_lb_vip_address. I've gone through docs/playbook comments but I'm still unable to understand them. Could someone please give a simple explanation of what they are? | 10:45 |
arkan | kleini: in the controller node I have it in /etc/hosts | 10:46 |
arkan | but the vms are using dnsmasq, I need to set it somewhere | 10:46 |
arkan | I searched the net for finding some place to add: | 10:47 |
jrosser | npalladium: in general production deployments of openstack (rather than very simple test environments) have a quite distinct separation between "internal" and "external" networks | 10:47 |
arkan | address=/openstack.arkan.cloud/192.168.50.210 | 10:47 |
arkan | but I think lxc-dnsmasq is not using /etc/dnsmaq/dnsmasq.conf | 10:48 |
npalladium | More specifically, does openstack-ansible (Ussuri) setup the lbs? If no, how do I configure them? (For context, I'm getting the pip error described in https://ask.openstack.org/en/question/104307/openstack-ansible-pip-issues-while-installing-the-infrastructure/ as the load balancer IPs haven't been configured by me.) | 10:48 |
jrosser | npalladium: the inner workings of the cloud all communicates on the internal network, like rabbitmq, galera and the API services | 10:48 |
jrosser | an end user of your cloud will only be able to see the external network | 10:48 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible master: [WIP] improve ironic tempest testing https://review.opendev.org/736507 | 10:50 |
jrosser | npalladium: openstack-ansible will configure a haproxy on your controller, that is the loadbalancer | 10:50 |
jrosser | npalladium: you need to give an address for haproxy on the internal (br-mgmt) network, and also whatever your external network is | 10:51 |
npalladium | jrosser: Thanks! Quick clarification that this is a test setup. The internal and external explanation makes sense. I have given both internal and external lb vips to IPs (which are not being used) on the management network.The HAProxy host is same as my infra host. I don't see a HAProxy service going up on it. | 10:55 |
jrosser | there is a playbook to deploy haproxy a part of setup_infrastructure.yml | 10:56 |
jrosser | perhaps run the haproxy playbook on its own and try to see what it does | 10:56 |
mjwales | jrosser: will give the Ceph upgrade a go once setup-openstack.yml is done | 10:56 |
npalladium | The HAProxy play has run successfully. | 10:57 |
jrosser | then you should see haproxy running on the controller? | 11:00 |
*** shyamb has joined #openstack-ansible | 11:01 | |
CeeMac | npalladium: its worth noting, if you haven't done so already, that the ip used for the internal vip should also be added to the 'used ips' list on openstack_user_config, so you don't end up accidentally having it allocated out to a container | 11:02 |
CeeMac | that totally didn't happen to me once, honestly >_> | 11:03 |
jrosser | oh yes! out of a whole /24 or greater it does seem to have an uncanny way of allocating the one you picked by hand | 11:06 |
CeeMac | indeed | 11:06 |
npalladium | jrosser: Yup. I goofed up with that. Although, I don't think that IP is occupied, I'll fix it right way. Assuming external vip should be added too? (We don't really have an external network; so just alloting an IP in the management network itself.) | 11:09 |
jrosser | npalladium: yes, add them both to used_ips | 11:10 |
CeeMac | npalladium: if the 'external' ip is from one your defined container networks, yes | 11:10 |
jrosser | it's completely fine to have them both on the mangement network | 11:10 |
watersj | jrosser, ya i found it - by setting restrict_to_remotes = True under host section. thx for response | 11:12 |
jrosser | watersj: do you think this should be a default in the template? i've not really any experience of masakari to say about that | 11:13 |
watersj | jrosser, for me I am going have about 200 nodes, past 16 node limit. | 11:14 |
watersj | yes | 11:14 |
watersj | jrosser, osa not setting up corosync|pacemaker (yet). Maybe having it in doc would be a start. | 11:15 |
jrosser | watersj: yes it looks like noonedeadpunk is still working on the corosync part | 11:16 |
npalladium | jrosser: Thanks again! Anything else I need to look out for? | 11:16 |
*** mjwales has quit IRC | 11:17 | |
jrosser | npalladium: you should be fine i think, you need to have put the IP for the internal/external endpoint on an interface yourself if it's just a single controller node | 11:18 |
npalladium | jrosser: Didn't quite understand the last message. Could you please elaborate on that? | 11:21 |
jrosser | you have just a single controller don't you? | 11:21 |
npalladium | My setup has an infra node and a compute node. | 11:23 |
jrosser | npalladium: when you have the normal 3 controllers, haproxy is installed onto each of them | 11:24 |
jrosser | then keepalived is also installed automatically but only when controllers > 1 | 11:25 |
jrosser | keepalived normally is responsible for assigning the VIP to an interface that you specify | 11:25 |
jrosser | but with only one controller keepalived is not deployed, so you must manually assign the internal/external endpoint IP addresses to an interface on your single controller node | 11:26 |
npalladium | jrosser: I did not do the assignment. Must be the reason why it's unreachable. | 11:28 |
*** stingrayza has joined #openstack-ansible | 11:36 | |
*** shyamb has quit IRC | 11:38 | |
*** pcaruana has quit IRC | 11:40 | |
*** shyamb has joined #openstack-ansible | 11:41 | |
*** soren has left #openstack-ansible | 11:47 | |
*** pcaruana has joined #openstack-ansible | 11:51 | |
*** rh-jelabarre has joined #openstack-ansible | 12:03 | |
*** shyamb has quit IRC | 12:07 | |
*** mjwales has joined #openstack-ansible | 12:10 | |
*** yolanda has quit IRC | 12:14 | |
*** yolanda has joined #openstack-ansible | 12:15 | |
*** rh-jelabarre has quit IRC | 12:23 | |
*** rh-jelabarre has joined #openstack-ansible | 12:28 | |
*** also_stingrayza has joined #openstack-ansible | 12:35 | |
*** stingrayza has quit IRC | 12:37 | |
*** also_stingrayza is now known as stingrayza | 12:37 | |
*** spatel has joined #openstack-ansible | 12:53 | |
spatel | jrosser: I am stuck here, i did as you mention but now its failing on something else https://review.opendev.org/#/c/739400/ | 12:56 |
spatel | thinking to delete all these patch and start with fresh one | 12:56 |
jrosser | spatel: dont delete them | 12:58 |
spatel | ok | 12:58 |
jrosser | look at this file https://github.com/openstack/openstack-ansible/blob/master/ansible-role-requirements.yml | 12:59 |
jrosser | then look at it for the ussuri branch https://github.com/openstack/openstack-ansible/blob/stable/ussuri/ansible-role-requirements.yml | 12:59 |
jrosser | all of the version is switched from master to be a specific SHA on ussuri | 13:00 |
spatel | oh yeahh | 13:00 |
spatel | Zuul only work with master right? | 13:01 |
spatel | why it got switched from master to sha? | 13:02 |
*** udesale_ has joined #openstack-ansible | 13:03 | |
*** udesale has quit IRC | 13:06 | |
spatel | jrosser: this is what Zuul is fetching right? https://87a1a9986bdad83ca04a-c8f1fa3a42531750546fabcdaf4f3d24.ssl.cf1.rackcdn.com/739400/3/check/openstack-ansible-deploy-aio_metal-centos-8/14cdd3b/logs/etc/host/openstack_deploy/user_variables_zuulrepos.yml.txt | 13:08 |
jrosser | spatel: it is switched from master to a sha because it is a stable branch, that is how we do releases in OSA | 13:09 |
jrosser | it's not really anything to do with zuul | 13:09 |
jrosser | on a stable branch it's necessary to update the SHA in openstack-ansible/ansible-role-requirements in order to update the versions of the ansible roles used on that branch | 13:09 |
spatel | got it | 13:11 |
spatel | jrosser: you think that is my issue ? | 13:11 |
jrosser | yes, becasue you need fixes for centos-8 from all sorts of ansible roles | 13:12 |
jrosser | we need to move the SHA forward for all the roles on ussuri in order to merge the main centos-8 patch | 13:12 |
jrosser | i was trying to find the script/instructions for doing this didnt find it | 13:12 |
spatel | oh! okay | 13:13 |
spatel | i am standby until you say do something :) | 13:13 |
*** dave-mccowan has joined #openstack-ansible | 13:17 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Bump role SHA for ussuri https://review.opendev.org/741939 | 13:31 |
spatel | +1 | 13:37 |
jrosser | its -2 tbh | 13:37 |
spatel | ouch! | 13:38 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_keystone master: Add CADF notifications for federated keystone https://review.opendev.org/741946 | 13:45 |
*** mjwales has quit IRC | 13:51 | |
*** d34dh0r53 has joined #openstack-ansible | 13:55 | |
*** spatel has quit IRC | 14:04 | |
chandankumar | jrosser: from ironic testing https://dcdef67f370bf151c86e-9e1e29a469f8f669289667ecce245a85.ssl.cf1.rackcdn.com/727067/4/check/openstack-ansible-deploy-aio_metal-centos-7/67c4e85/logs/openstack/aio1-utility/stestr_results.html without any patch | 14:04 |
chandankumar | jrosser: let me try with https://review.opendev.org/727692 and https://review.opendev.org/#/c/727692/ with additional config in https://review.opendev.org/736507 and see how it goes | 14:08 |
*** aedc has joined #openstack-ansible | 14:10 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Bump role SHA for ussuri https://review.opendev.org/741939 | 14:33 |
*** mgariepy has quit IRC | 14:41 | |
*** mgariepy has joined #openstack-ansible | 14:51 | |
*** kaiokmo has joined #openstack-ansible | 15:01 | |
kaiokmo | hi folks | 15:02 |
kaiokmo | does anyone know a way to hide openstack openrc variables from an ansible execution in debug mode? that means, if I have openstack env vars (OS_*) already exported and I run some playbook with verbosity 3 (either with -vvv or having it set on ansible.cfg), the playbook will output the env vars. | 15:05 |
kaiokmo | for instance: <127.0.0.1> EXEC /bin/sh -c 'OS_PROJECT_NAME=xpto OS_USERNAME=foo OS_USER_DOMAIN_NAME=bar OS_PASSWORD=passwd .....' | 15:05 |
*** jgwentworth is now known as melwitt | 15:19 | |
*** mjwales has joined #openstack-ansible | 15:28 | |
mjwales | jrosser: trying to run the ceph-mimic-upgrades.yml results in 'ansible_pkg_mgr' is undefined. Does an extra argument need to be provided to the openstack-ansible command? | 15:29 |
*** spatel has joined #openstack-ansible | 15:29 | |
jrosser | mjwales: that should be a ansible fact i think | 15:38 |
jrosser | perhaps it is missing running the ansible setup module at some point? | 15:39 |
mjwales | gather_facts: false is declared in the yaml. Assuming this is incorrect and it needs to gather facts to determine package manager? | 15:40 |
jrosser | as it's only targetting the mon and mgr you could just switch that to be true | 15:50 |
*** gyee has joined #openstack-ansible | 15:51 | |
*** sshnaidm is now known as sshnaidm|afk | 15:57 | |
*** udesale_ has quit IRC | 16:28 | |
*** andrewbonney has quit IRC | 17:06 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/ussuri: Add Centos-8 support https://review.opendev.org/740289 | 17:33 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_ceilometer master: Remove installation of python2 distro packages for debian https://review.opendev.org/741996 | 17:47 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-ops master: Install virtualenv https://review.opendev.org/741997 | 17:50 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-ops master: Collect keystone apache federation files https://review.opendev.org/741236 | 17:51 |
jrosser | spatel: for your ceilometer patch i think this is important to understand https://review.opendev.org/#/c/712096/ | 18:05 |
jrosser | it is probably an example of a place that we do need redhat-7.yml and redhat-8.yml variables files so that the conditional logic stays simple | 18:06 |
spatel | jrosser: oh! that is nice catch | 18:07 |
jrosser | yeah so i think split that into two files | 18:07 |
spatel | jrosser: will do that sure | 18:08 |
jrosser | maybe it is possible to use just one file | 18:09 |
jrosser | the actual error on centos-8 is because it is trying to build the wheel for libvirt-python | 18:10 |
jrosser | becasue this is unconditional https://github.com/openstack/openstack-ansible-os_ceilometer/blob/master/vars/redhat-7.yml#L46-L47 | 18:10 |
spatel | jrosser: but same patch work on my lab (but it failed in zuul) | 18:11 |
jrosser | the error is because the distro package libvirt-devel is not installed | 18:12 |
jrosser | perhaps that was present on your test | 18:12 |
jrosser | here is the log http://paste.openstack.org/show/796136/ | 18:13 |
jrosser | 2020-07-19T22:21:30,233 Package libvirt was not found in the pkg-config search path. | 18:14 |
jrosser | 2020-07-19T22:21:30,234 Perhaps you should add the directory containing `libvirt.pc' | 18:14 |
jrosser | thats the root cause | 18:14 |
mjwales | After upgrading from Rocky to Stein we are getting 'OSError: [Errno 22] failed to open netns' errors logged against neutron services. Is this a known issue? | 18:15 |
spatel | jrosser: i have notice that error also but thought it passed in my lab so it should be something else | 18:15 |
mjwales | The netns error is preventing any networks from starting so our cluster is down :( | 18:39 |
*** spatel has quit IRC | 18:42 | |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-ops master: Install virtualenv https://review.opendev.org/741997 | 18:44 |
*** tosky has quit IRC | 18:57 | |
*** spatel has joined #openstack-ansible | 19:49 | |
arkan | hi guys | 19:51 |
arkan | I've solved the problem | 19:51 |
arkan | now I can ping my openstack.arkan.cloud from inside (not from outside world through my ISP IP) | 19:52 |
arkan | now it works from vms and also it works from containers | 19:52 |
arkan | I solved it with dnsmasq | 19:52 |
arkan | this is important because I had problem with magnum kube-master, which was connecting to my openstack.arkan.cloud from outside | 19:54 |
arkan | now I will see what will happen, maybe it will work :) | 19:54 |
*** mjwales has quit IRC | 20:18 | |
*** dave-mccowan has quit IRC | 20:44 | |
*** dave-mccowan has joined #openstack-ansible | 20:46 | |
*** markvoelker has joined #openstack-ansible | 20:58 | |
*** markvoelker has quit IRC | 21:02 | |
*** spatel has quit IRC | 21:06 | |
*** aedc has quit IRC | 21:14 | |
*** aedc has joined #openstack-ansible | 21:15 | |
npalladium | jrosser: I have a working OpenStack setup now. Thanks a lot! | 21:17 |
*** markvoelker has joined #openstack-ansible | 21:19 | |
*** aedc has quit IRC | 21:20 | |
jrosser | npalladium: awesome :) well done! | 21:21 |
*** markvoelker has quit IRC | 21:23 | |
*** jbadiapa has quit IRC | 21:24 | |
*** arkan has quit IRC | 21:47 | |
*** arkan has joined #openstack-ansible | 21:49 | |
*** npalladium has quit IRC | 21:51 | |
*** kaiokmo has quit IRC | 22:36 | |
*** markvoelker has joined #openstack-ansible | 22:53 | |
*** markvoelker has quit IRC | 23:03 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!