*** rpittau|afk is now known as rpittau | 07:45 | |
opendevreview | Mark Goddard proposed openstack/kolla-ansible master: CI: stop setting ceph_nova_user https://review.opendev.org/c/openstack/kolla-ansible/+/798910 | 09:43 |
---|---|---|
ignaziocassano | hello, please I need help for using new images on kolla | 10:46 |
ignaziocassano | I modified the nova_compute images on my local registry putting a new manger.py | 10:46 |
mgoddard | ignaziocassano: kolla-ansible pull | 10:47 |
ignaziocassano | then I ran kolla-ansible deply but on nova compute the container does not have the new manager.py | 10:47 |
ignaziocassano | I tried also with kolla-ansible pull | 10:48 |
ignaziocassano | let me show | 10:48 |
mgoddard | ignaziocassano: if the tag is the same, deploy will not pull a new image | 10:48 |
ignaziocassano | kolla deplyment host: docker images |grep compute | 10:48 |
mgoddard | pull will overwrite existing tags | 10:49 |
ignaziocassano | localhost:4000/kolla/ubuntu-source-nova-compute wallaby f32f30b39a77 About an hour ago 1.4GB | 10:49 |
ignaziocassano | on compute host | 10:49 |
ignaziocassano | root@tst2-kvm01:/home/ansible# docker images|grep compute 10.102.184.160:4000/kolla/ubuntu-source-nova-compute wallaby a8a5f333a8e6 2 weeks ago 1.38GB | 10:49 |
ignaziocassano | ahhh | 10:50 |
ignaziocassano | Must I change the tag ? | 10:50 |
ignaziocassano | Like mywallaby ? | 10:50 |
ignaziocassano | Please, could anyone explain the corect procedure step by step ? | 10:54 |
priteau | Did you push the image to the registry? | 10:56 |
ignaziocassano | yes | 10:58 |
ignaziocassano | I tagget it with newwallaby | 10:58 |
priteau | Then if you've tagged it with a new tag name, you can set `nova_tag: newwallaby` and run a reconfigure | 11:01 |
priteau | But even keeping the tag as `wallaby`, you could do a pull followed by a deploy/reconfigure | 11:02 |
ignaziocassano | sorry, where I must set nova_tag ? | 11:02 |
ignaziocassano | Ok | 11:03 |
ignaziocassano | I returned to wallaby tag | 11:04 |
ignaziocassano | I ran kolla-ansible -i /etc/kolla/multinode -e ansible_user=ansible -e ansible_become=true --limit compute -t nova pull | 11:04 |
ignaziocassano | but on compute node my images remains with "two weeks ago" time | 11:05 |
priteau | nova_tag belongs in your globals.yml | 11:07 |
priteau | That may suggest that your image is not updated on the registry maybe? | 11:08 |
priteau | how did you run kolla-build? | 11:09 |
ignaziocassano | I did not run kolla-buold | 11:11 |
ignaziocassano | I created a container from local registry and I updtated files on it | 11:12 |
ignaziocassano | then I committed changes | 11:12 |
ignaziocassano | Probably my procedure is wrong :-( | 11:13 |
ignaziocassano | any case on my deployment host I have: | 11:14 |
ignaziocassano | ocalhost:4000/kolla/ubuntu-source-nova-compute wallaby f07482f9edfb 26 hours ago 1.4GB | 11:14 |
priteau | See, it says localhost | 11:14 |
ignaziocassano | after pulling again on compute node I have: | 11:15 |
priteau | you need to tag it with your registry IP and push to it | 11:15 |
ignaziocassano | OK | 11:15 |
ignaziocassano | I will try again | 11:15 |
ignaziocassano | a question please: if the procedure is correct the time of the image on compute host must be the same of the deploymento host? | 11:16 |
priteau | yes | 11:16 |
ignaziocassano | on compute I continue to have "two weeks ago" while on deployment I have "27 hours ago" | 11:20 |
ignaziocassano | No I tried without modifying the image but pulling it from kolla repo and pusing on local registry | 11:21 |
ignaziocassano | ok | 11:27 |
ignaziocassano | now it works | 11:27 |
ignaziocassano | thanks | 11:27 |
ignaziocassano | I forgot to push | 11:27 |
opendevreview | Merged openstack/kayobe stable/wallaby: Prevent matching unrelated images https://review.opendev.org/c/openstack/kayobe/+/799246 | 12:20 |
jingvar | I can't find where can be enabled hostname configuration (fqdn, like controller1.my.cloud) and filling out hostnames for all hosts | 12:52 |
jingvar | Is the feature exist? | 12:53 |
jingvar | hmm, /etc/hosts is ok | 12:56 |
jingvar | if I right understand kolla_internal_fqdn should set domain name , " kolla_external_fqdn: mykolla.example.net" | 13:11 |
jingvar | but etc/kayobe/ doesn't have this variable | 13:12 |
jingvar | etc/kolla/globals.yml:kolla_internal_fqdn: "192.168.37.2" - looks strange for me | 13:13 |
priteau | jingvar: in kayobe fqdn are set via networks.yml | 13:52 |
opendevreview | Merged openstack/kayobe stable/victoria: Prevent matching unrelated images https://review.opendev.org/c/openstack/kayobe/+/799247 | 13:59 |
jingvar | <priteau> thanks, i've found it. interesting. Does it generate /etc/hosts like controller1 192.168.0.1 - controller1.internal 192.168.222.1 controller1.external 10.10.10.1? | 14:13 |
priteau | I don't think it does | 14:14 |
jingvar | Is some example as look hostnames and endpoints with enabled fqdn without external DNS server | 14:16 |
jingvar | Can I get somethinп similar with my cloud /etc/hosts " 192.168.100.101 control01.stage.cloud control01" ? | 14:20 |
mchlumsky | Hello! We are interested in deploying Adjutant in our clouds which are deployed using kolla-ansible. Adjutant isn't deployable via kolla-ansible (yet) but there are 2 unapproved blueprints for adding Adjutant to kolla/kolla-ansible: https://blueprints.launchpad.net/kolla-ansible/+spec/adjutant https://blueprints.launchpad.net/kolla/+spec/adjutant | 14:49 |
mchlumsky | . I can work on these blueprints but I'd like to make sure they are approved first. | 14:49 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible master: Fix usage of Subject Alternative Name for TLS https://review.opendev.org/c/openstack/kolla-ansible/+/799511 | 15:00 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible master: Blazar: Fix support for external keystone in multiregion deploy https://review.opendev.org/c/openstack/kolla-ansible/+/797359 | 15:07 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible master: Blazar: Fix support for external keystone in multiregion deploy https://review.opendev.org/c/openstack/kolla-ansible/+/797359 | 15:09 |
opendevreview | Maksim Malchuk proposed openstack/kolla-ansible master: Fix the Tempest image url variable https://review.opendev.org/c/openstack/kolla-ansible/+/780328 | 15:44 |
*** rpittau is now known as rpittau|afk | 16:20 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!