Friday, 2021-01-22

*** jamesdenton has quit IRC00:02
*** jamesdenton has joined #openstack-ansible00:02
*** sshnaidm|ruck is now known as sshnaidm|afk00:08
*** tosky has quit IRC00:09
*** spatel has joined #openstack-ansible00:13
*** spatel has quit IRC00:18
*** dave-mccowan has quit IRC01:15
*** macz_ has quit IRC01:16
*** maharg101 has joined #openstack-ansible01:27
*** dave-mccowan has joined #openstack-ansible01:30
*** maharg101 has quit IRC01:32
*** rh-jelabarre has quit IRC02:22
*** macz_ has joined #openstack-ansible03:17
*** macz_ has quit IRC03:21
*** maharg101 has joined #openstack-ansible03:28
*** maharg101 has quit IRC03:33
*** gyee has quit IRC03:36
*** macz_ has joined #openstack-ansible03:38
*** macz_ has quit IRC03:43
*** djhankb has quit IRC04:35
*** djhankb has joined #openstack-ansible04:35
*** maharg101 has joined #openstack-ansible05:29
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-ansible05:33
*** maharg101 has quit IRC05:34
*** yasemind has joined #openstack-ansible06:07
*** pto_ has quit IRC06:21
*** pto has joined #openstack-ansible06:21
*** miloa has joined #openstack-ansible06:38
frickleradmin0: I don't think that you can override the gateway with host-route, only more specific routes. do you have a router in that subnet at all? usually the gateway is set via RA07:23
frickleralso your command doesn't include the --ipv6-ra-mode and -address-mode options, did you set both of those to dhcpv6-stateful?07:25
*** klamath_atx has joined #openstack-ansible07:27
*** rpittau|afk is now known as rpittau07:34
*** luksky has joined #openstack-ansible08:03
CeeMacfrickler: admin0: normally the default route is set based on the IP set to the routers interface in a subnet, without a router interface in a subnet i've been able to set an ip4v default route with host-route, i've not got an IPv6 implementation to test against but I'd assume it would be the same08:05
CeeMacbut yeah, if you added a default route via host-route to a subnet with an attached router interface, you may end up with 2 default routes which could lead to issues, unless you can override the priority of one08:06
fricklerCeeMac: no, v6 is different because it splits what DHCPv4 does between RAs and DHCPv608:06
CeeMacfrickler, ah ok. I must admit my ipv6 skills are weak, i seem to recall it doesnt use dhcp as such but some kind of link state discovery process and thats about as far as it goes08:08
fricklerCeeMac: there are different options, this has some overview https://docs.openstack.org/neutron/latest/admin/config-ipv6.html08:10
CeeMacthanks, i've bookmarked that for later study :)08:10
*** andrewbonney has joined #openstack-ansible08:13
*** tosky has joined #openstack-ansible08:44
*** maharg101 has joined #openstack-ansible08:47
*** jamesdenton has quit IRC08:49
*** jamesdenton has joined #openstack-ansible08:50
ptoI asked for help some days about auto shelving instances, and I have not finished a script which can auto shelve instances: https://github.com/pertoft/openstack-auto-shelve-instance Sould this be pulled to an ops contrib dir or something like this?08:52
*** cshen has joined #openstack-ansible08:53
fricklerpto: sounds like a good fit for https://opendev.org/openstack/openstack-ansible-ops08:55
ptoWhere should I put it?08:55
jrosserif you make a directory in there such as auto-shelve-instance that will be fine, the ops repo is kind of 'free form' exactly for this sort of thing08:56
*** rgogunskiy has joined #openstack-ansible09:08
*** janno has quit IRC09:14
*** PrinzElvis has quit IRC09:14
*** zigo has quit IRC09:14
*** janno has joined #openstack-ansible09:15
*** PrinzElvis has joined #openstack-ansible09:15
*** zigo has joined #openstack-ansible09:15
*** masterpe has quit IRC09:17
*** fridtjof[m] has quit IRC09:21
*** csmart has quit IRC09:21
*** manti has quit IRC09:21
*** ioni has quit IRC09:21
*** yasemind has quit IRC09:47
*** ioni has joined #openstack-ansible10:10
*** masterpe has joined #openstack-ansible10:36
*** fridtjof[m] has joined #openstack-ansible10:36
*** csmart has joined #openstack-ansible10:36
*** manti has joined #openstack-ansible10:36
*** yasemind has joined #openstack-ansible10:41
*** yasemind has quit IRC10:41
*** pto has quit IRC11:08
openstackgerritMerged openstack/openstack-ansible master: [doc] Release Victoria  https://review.opendev.org/c/openstack/openstack-ansible/+/77178611:36
*** klamath_atx has quit IRC11:54
*** klamath_atx has joined #openstack-ansible11:54
*** rh-jelabarre has joined #openstack-ansible12:55
mgariepyjrosser, hmm.. well indeed it's serial13:16
mgariepyhttp://paste.openstack.org/show/801868/13:21
mgariepyprobably the haproxy endpoint with the restart .. made the mysql unavalaible for a minute or 2.13:21
mgariepyor.. 40 sec13:22
mgariepyanyway not a big deal.13:24
*** pto has joined #openstack-ansible13:44
jrossermgariepy: does look like the behaviour is wrong there in the handler13:53
*** cshen_ has joined #openstack-ansible13:55
*** cshen has quit IRC13:57
*** pto has quit IRC13:59
*** cshen_ has quit IRC14:00
*** spatel has joined #openstack-ansible14:03
*** strattao has joined #openstack-ansible14:12
spateljrosser: How do you running shell script with ubuntu 20.04 autoinstall?14:18
spatelI am having hard time14:18
spatelUbuntu 20.04 mount file system in /target14:19
*** jamesdenton has quit IRC14:20
*** jbadiapa has quit IRC14:20
mgariepyspatel, late-commands?14:25
mgariepyspatel, https://paste.ubuntu.com/p/bPytTJWCHQ/14:25
spateli am using late-commands but when my script execute its saying bunch of command not found in script14:25
spateli believe /target causing my binaries not in PATH14:26
mgariepymaybe do specify the whole path to the bin.14:26
spatelI may use - curtin in-target --target=/target -- myscript.sh14:26
spatelmy bash script is super log and little complicated so changing PATH will be little messy :) i can do that but trying to avoid because its universal script which we use for all platform14:27
spatelcentos/ubuntu14:27
mgariepyexport the PATH env var to the correct one ?14:27
mgariepyin your script14:28
spatelmgariepy: let me try  - curtin in-target --target=/target/ -- cmd14:29
spateli think that is perfect way to go14:29
mgariepylet me know if it works or not.14:30
spatelsure, doing it right now14:30
mgariepyjrosser, yep but the haproxy stuff would also make the DB unaccessible14:31
mgariepyanyway not like the connection to the DB are presistent when the haproxy change backend or the haproxy fip move to a different server.14:32
mgariepyis there really someone not wanting ara ? https://github.com/openstack/openstack-ansible/blob/master/scripts/bootstrap-ansible.sh#L3314:33
* dmsimard ara senses tingling14:33
dmsimardmgariepy: I think it's seen as more of a CI thing14:33
mgariepywell,. depends14:33
mgariepywhen you encounter issues on a deploy it makes the debuging / info gathering a lot easier14:34
*** cshen has joined #openstack-ansible14:42
*** jamesdenton has joined #openstack-ansible14:45
spatelmgariepy: same error, saying some command not found14:45
spatellet me experiment with PATH14:45
mgariepymaybe you can source /etc/environment at the start ?14:50
*** rpittau is now known as rpittau|afk14:58
jrosserspatel: is it a tool/command that is not part of the basic installation?15:02
*** pto has joined #openstack-ansible15:03
spatelafter installation i am running post-install.sh script to setup extra source.list to install HPE server utility and find nic setup some network stuff etc..15:04
spatelif i run that script on bash it works but when i use - curtin in-target --target=/target/ -- /root/post-install.sh it saying i didn't find /sbin/hpconfig etc.. for bunch of command15:05
spatellook like my script ignoring /target chroot and just trying to run command normal way without understanding of /target15:05
spatellet me do simple hello world script to see how does it reacting with --target=/target15:08
openstackgerritMerged openstack/openstack-ansible-rsyslog_client master: Remove examples for variables which no longer exist  https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_client/+/77157515:08
*** mugsie has joined #openstack-ansible15:09
*** mugsie has quit IRC15:18
spatelGeneral question what will openstack do when VM stuck in OOM error and freeze ?15:21
*** pto has quit IRC15:29
spatelafter all set i found i need to modify my script to adjust all path with /target15:32
spatelwhat a pain15:32
spateli wonder if i can do chroot /target and just run script15:32
spateljrosser: i am looking at your autoinstall cloud-init file and you did use shell script15:43
spateldid you use /target path inside your script?15:43
*** mugsie has joined #openstack-ansible15:51
openstackgerritMerged openstack/openstack-ansible stable/train: Change format of rows  https://review.opendev.org/c/openstack/openstack-ansible/+/77165916:04
admin0spatel, do you know if its possible to do something like this  in the ubuntu installer -- if only 1 disk ( assume its hardware raid) install x .. if 2 disks, do softwre raid1 ?16:06
spatelhmm! may be you custom script to do that16:07
spatelwhy do you want software RAID?16:08
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-systemd_mount master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/ansible-role-systemd_mount/+/77200416:23
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-systemd_networkd master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/ansible-role-systemd_networkd/+/77200516:23
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-python_venv_build master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/77200616:23
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-apt_package_pinning master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-apt_package_pinning/+/77200716:23
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-ceph_client master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-ceph_client/+/77200816:23
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-hardening master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/ansible-hardening/+/77200916:23
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-systemd_service master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/77201016:23
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-haproxy_server master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/77201116:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-galera_server master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/77201216:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_container_create master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-lxc_container_create/+/77201316:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_hosts master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/77201416:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-nspawn_container_create master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-nspawn_container_create/+/77201616:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-memcached_server master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-memcached_server/+/77201516:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-nspawn_hosts master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-nspawn_hosts/+/77201716:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_hosts master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/77201816:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_openrc master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-openstack_openrc/+/77201916:24
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_adjutant master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_adjutant/+/77202016:25
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_blazar master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_blazar/+/77202116:25
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_aodh master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_aodh/+/77202316:25
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_barbican master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_barbican/+/77202216:25
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_ceilometer master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_ceilometer/+/77202416:25
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_cloudkitty master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_cloudkitty/+/77202616:26
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_cinder master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/77202516:26
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_designate master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_designate/+/77202716:26
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_glance master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_glance/+/77202816:26
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_gnocchi master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_gnocchi/+/77203016:26
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_heat master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_heat/+/77203116:26
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_horizon master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_horizon/+/77203216:26
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_ironic master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_ironic/+/77203316:26
*** pcaruana has quit IRC16:26
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_keystone master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/77203416:27
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_manila master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_manila/+/77203616:27
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_magnum master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/77203516:27
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_masakari master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_masakari/+/77203716:27
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_mistral master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_mistral/+/77203816:27
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_murano master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_murano/+/77203916:27
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/77204016:27
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/77204116:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_octavia master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/77204216:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_placement master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_placement/+/77204416:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_panko master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_panko/+/77204316:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_rally master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_rally/+/77204516:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_senlin master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/77204616:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_sahara master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_sahara/+/77204816:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_swift master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/77204916:28
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_tacker master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_tacker/+/77205016:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_tempest master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/77205116:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_trove master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_trove/+/77205216:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-os_zun master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-os_zun/+/77205316:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-plugins master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/77205416:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/77205516:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-repo_server master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-repo_server/+/77205616:29
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_client master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_client/+/77205716:30
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-rsyslog_server master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_server/+/77205816:30
openstackgerritDmitriy Rabotyagov proposed openstack/openstack-ansible-tests master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/openstack-ansible-tests/+/77206016:30
openstackgerritDmitriy Rabotyagov proposed openstack/ansible-role-uwsgi master: [reno] Stop publishing release notes  https://review.opendev.org/c/openstack/ansible-role-uwsgi/+/77205916:30
*** macz_ has joined #openstack-ansible16:30
noonedeadpunkI finally got time to wrote mass patching script....16:32
noonedeadpunkJust forgot about setting topic :(16:32
mgariepylol16:35
*** macz_ has quit IRC16:35
mgariepythat's sad16:35
noonedeadpunkyeh... but it was fun writing this script:) considering it's python and subprocess bits even were not imported:)16:40
noonedeadpunkand I guess nodepool doesn't feel well as well:(16:41
*** dtantsur has joined #openstack-ansible16:45
dtantsurhey folks! This is a heads-up that you're still using the deprecated ironic-agent element as per https://codesearch.opendev.org/?q=ironic-agent&i=nope&files=&excludeFiles=&repos=16:46
dtantsurWe're about to remove that from DIB. You won't immediately feel that since you seem to hardcode the DIB version, but in the future you need to pull the new ironic-python-agent-ramdisk element from https://opendev.org/openstack/ironic-python-agent-builder16:47
dtantsur</heads-up>16:47
spatelnoonedeadpunk: any idea why designate showing zone status pending? - http://paste.openstack.org/show/801885/16:48
spatelI can see it created zone on powerDNS slave16:48
spatelerror also not saying anything wrong16:48
noonedeadpunkwell pending means it's not created yet..16:57
noonedeadpunkno idea honestly16:57
jrosseryou put two sets of config in the pool17:14
jrosser"create the zone in these dns servers" + "check that the zone is created in these dns servers"17:15
jrosserthose may or may not be the same, depending on what you want to achieve17:15
jrosserspatel: i'd be checking the second of those things, where designate verifies the zone creation17:16
spatelnoonedeadpunk: i found my issue, it was related recursion dns issue17:16
spatelMy powerDNS running on port 5300 and resolver running on 53 (Designate doesn't know about that)17:17
spatelnoonedeadpunk: how do i tell designate to send update to multiple slave powerDNS ?17:20
spatelin your example - http://paste.openstack.org/show/801787/17:20
spateldo i need to put all my slave DNS in options: ?17:21
spatelI am trying this config but its not working - http://paste.openstack.org/show/801892/17:27
*** MrClayPole has quit IRC17:28
spatelits only sending DNS notification to 10.65.0.1017:28
*** MrClayPole has joined #openstack-ansible17:31
jrosserspatel: which bit of the config are you expecting to make it notify both?17:39
spatelI have two external powerDNS 10.65.0.10 & 1117:39
spatelI want both get updated when i create zone17:39
jrosseri understand, i am not sure that is what your config will do17:40
jrosserthats why i ask :)17:40
jrosseryouve listed them both under 'nameservers', that is for verification17:40
jrosserread carefully the comments on this example https://github.com/openstack/designate/blob/master/etc/designate/pools.yaml.sample17:41
spatellet me show you17:41
spateltell me what is options: section for?17:42
spatelHow do i fit two powerDNS there with API key to notify them?17:43
spatelI have tried this but its also not working only single DNS getting updated - http://paste.openstack.org/show/801893/17:43
jrosseryou would have to check the designate docs for pdns17:43
jrosseri have only done this with bind17:43
spatelI have also tried also_notifies: but same result only single DNS getting update17:43
spateleven you use bind result would be same17:44
spatelDo you have example of your config?17:44
spatelIn options: section do you have single DNS or multiple DNS entries?17:45
jrosserone moment, vpn needed17:45
spatelsure17:46
jrosseras far as i can tell this is working for two bind instances http://paste.openstack.org/show/801894/17:49
openstackgerritMerged openstack/openstack-ansible-rsyslog_client stable/victoria: Update role for Ubuntu Focal and Centos-8  https://review.opendev.org/c/openstack/openstack-ansible-rsyslog_client/+/77140917:50
*** gyee has joined #openstack-ansible17:51
*** maharg101 has quit IRC17:53
spateljrosser: you do have dual options: to target each remove bind18:00
*** luksky has quit IRC18:01
jrosserin yours you have put two options: keys in the same yaml dict18:01
jrosserthats not really what you want18:02
jrosserin mine i have two list entries under targets: each of which have an options: section18:03
*** luksky has joined #openstack-ansible18:03
kleinispatel: I have the same problem. Zone changes are only transferred to a single PowerDNS instance although I listed both in targets.18:03
spateljrosser: let me give it a shot and validate your way18:04
kleinijrosser: I have your example just with PowerDNS and my Designate does not update both PowerDNS instances: http://paste.openstack.org/show/801895/ And I have no reason why?18:08
jrosserkleini: I don’t know really, the implementation in designate will be different between pdns and bind18:10
kleiniThat must be the reason, why it works for bind9 but not for PowerDNS18:11
kleiniI think, I need to check the PowerDNS code of Designate on Monday to get an idea, why it does not work.18:12
*** dtantsur is now known as dtantsur|afk18:17
mgariepyjrosser, how do you manager a large-ish number of computes on 90 nodes i had like 3 that failed a task for no appearant reason18:17
*** miloa has quit IRC18:19
*** macz_ has joined #openstack-ansible18:31
*** macz_ has quit IRC18:36
spateljrosser: can you tell me if anything wrong here - http://paste.openstack.org/show/801897/18:56
spatelI made that change and running "designate-manage pool update" command giving me error18:56
*** andrewbonney has quit IRC18:56
spateldesignate-manage pool update  not throwing error but in echo $? showing me non zero status18:57
spatelif i revert my change then it works18:57
*** poopcat has quit IRC18:59
*** poopcat has joined #openstack-ansible19:00
spatellook like it doesn't like dual entry of host: 10.65.6.20619:03
spatelin one of section i change it some random ip then it stop throwing error  like host: 10.65.6.20719:04
*** jamesdenton has quit IRC19:43
*** jamesdenton has joined #openstack-ansible19:43
*** maharg101 has joined #openstack-ansible19:50
*** maharg101 has quit IRC19:54
*** rh-jelabarre has quit IRC20:12
spateljrosser: nevermind, look like my PowerDNS working20:43
spatelyour example config is correct20:43
spatelThis is the confusion, designate first send notification to primary DNS and then it taking 1 minute or so to send notification to second DNS20:45
spatelIn my lab i didn't wait to both and re-build config each time i don't see update on second DNS :)20:46
spatels/both/bother20:46
spatelI need to write down this in blog so easy for other folks.20:47
*** maharg101 has joined #openstack-ansible21:50
*** maharg101 has quit IRC21:56
admin0spatel, blog done :) ?22:05
spatel:)22:06
spateltonight i will cook it up22:06
ThiagoCMCIt's Friday... Party time!  =P22:06
spatelindeed22:06
spatelRedhat sent wine package going to pick it up :) it was gift from redhat22:07
spatelthat is the advantage of using Redhat, they will take care of everything22:08
spatelAll i can say i hate ubuntu autoinstaller (its way too complicated)22:13
*** macz_ has joined #openstack-ansible22:33
*** macz_ has quit IRC22:37
ThiagoCMCspatel, Ubuntu has two options, subiquity (new stuff) and Debian Installer (Legacy, preseed support)22:39
spatelhow do i install ubuntu 20.04 with Legacy way?22:40
spatelI love older way but i didn't find anyway i can use that method with ubuntu 20.0422:40
spatelDo you have any document then please22:40
ThiagoCMC1 sec22:41
ThiagoCMCHere: http://cdimage.ubuntu.com/ubuntu-legacy-server/releases/20.04/release/ubuntu-20.04.1-legacy-server-amd64.iso22:42
ThiagoCMChttps://wiki.debian.org/DebianInstaller/Preseed22:42
ThiagoCMCIf you google, for example, for "Packer Templates" you'll be able to see people using the preseed to automate Debian/Ubuntu installs22:43
spateloh wait so i have to download different distro ? ubuntu-20.04.1-legacy-server-amd64.iso22:44
ThiagoCMCIt isn't a different distro, it's just a different installer of same distro.22:44
ThiagoCMCThe "legacy" uses the good and old Debian Installer, the new (live server) uses subiquity.22:45
ThiagoCMCBoth installs the very same distro (Ubuntu 20.04)22:45
ThiagoCMChttps://releases.ubuntu.com/20.04/ubuntu-20.04.1-live-server-amd64.iso22:45
spatelgreat!22:45
ThiagoCMCPersonally, I dislike the "live-server", its partitioning tool is bad to create simple raid1 with 2 identical devices22:46
spatelI didn't know that ubuntu comes in to different installer method22:46
ThiagoCMCYep, it does22:46
spatelI wasted my lots of time to fix subiquity22:46
spateldamn it22:46
ThiagoCMCThere is also the Desktop one, which uses the UI Ubiquity lol22:46
ThiagoCMCI have some preseed here: https://github.com/tmartinx/svauto/tree/main/packer/http - files ubuntu-common-preseed.cfg and ubuntu18-preseed.cfg - you can learn!  ;-)22:47
spatelno wonder why ubuntu is complicated so many ways to deal with same problem22:48
spatelnow let me setup new pxe environment with legacy way22:48
spatelThank you so much22:48
ThiagoCMCFor me, RH/CentOS is way more complicated... hehehe22:49
ThiagoCMCNo problem!22:49
ThiagoCMCHave fun!  :-D22:49
spateloh! may believe me centos is much easier to deal wth when it comes to PXE :)22:49
spatelbut now i left that world so don't want to talk about that.. haha22:50
*** spatel has quit IRC22:50
ThiagoCMCLOL22:52
ThiagoCMCAre you trying Ubuntu MaaS for your PXE environment?22:53
*** nsmeds has quit IRC23:10
*** jamesdenton has quit IRC23:40
*** jamesdenton has joined #openstack-ansible23:41
*** maharg101 has joined #openstack-ansible23:51
*** maharg101 has quit IRC23:57

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!