djhankb | kplant: here you go- http://paste.openstack.org/show/750843/ | 00:01 |
---|---|---|
djhankb | NobodyCam: I am referring to the storage_hosts, which - to my knowledge, do not have a container | 00:02 |
NobodyCam | I'm attempting to add a new shared infra host | 00:02 |
NobodyCam | I was looking at https://docs.openstack.org/openstack-ansible/latest/admin/scale-environment.html#add-a-new-infrastructure-host | 00:03 |
NobodyCam | which says list the containers in step 4 | 00:03 |
NobodyCam | but I'm not sure how to get the list of containers I need to list | 00:04 |
djhankb | lxc-ls --fancy | 00:04 |
djhankb | ? | 00:04 |
NobodyCam | this is new host with out containers | 00:04 |
NobodyCam | if I look at another host it has unique names ie: OpenStack01_rabbit_mq_container-a0b2745f | 00:05 |
kplant | i tested this not too long ago, adding a compute node | 00:05 |
kplant | pretty sure i put "_containers" | 00:05 |
NobodyCam | compute works great! | 00:05 |
kplant | oooh you pinned infra | 00:05 |
kplant | yeah whoops | 00:05 |
djhankb | there's an openssl random command that generates the extra bit at the end | 00:06 |
djhankb | it gets run during one of the playbooks, containers-deploy.yml if I had to guess - I remember digging through this and finding it once upon a time | 00:07 |
NobodyCam | so I just need to list the `rabbit_mq_container` bit and it will add the unique bits | 00:07 |
djhankb | yeah - I am reading that too, I am also confused... essentially it's wanting to generate the names so that when you run the playbooks it's limited to the one machine | 00:09 |
djhankb | but you will need to know what containers it will create, like rabbitmq, horizon, etc. | 00:10 |
kplant | would it make sense to first run 'setup-hosts' against the new host first | 00:10 |
NobodyCam | but will that actually enable things like a new rabbit server | 00:10 |
kplant | then you'll have the containers and names | 00:10 |
djhankb | the new_infra_<node-id> as its referenced in step 1: openstack_user_config.yml node id is probably just a number | 00:10 |
djhankb | for example in mine I have osa-control1, osa-control2, osa-control3 and so on | 00:11 |
NobodyCam | yea I added a the host to the stanza | 00:11 |
djhankb | you probably just need literally a number for the node-id part if I had to guess from the way it generates container names - osa-control1_rabbit_mq_container-c060e1b3 is one of mine for example | 00:11 |
NobodyCam | I attempted with no unique id and got : ` [WARNING]: Could not match supplied host pattern, ignoring: OpenStack07_containers` from setup-everything.yml | 00:13 |
NobodyCam | will try setup hosts | 00:13 |
kplant | that _might_ work.. sounds kind of hacky though | 00:13 |
kplant | limit to against localhost and the new node i guess? | 00:14 |
NobodyCam | yep like adding a compute hosts | 00:14 |
NobodyCam | *host | 00:15 |
kplant | let me know how that works out | 00:18 |
kplant | definitely interested in if that works | 00:18 |
NobodyCam | nope no containers created | 00:19 |
kplant | setup-hosts.yml didn't make any containers? | 00:20 |
NobodyCam | I don't get anything with lxc-ls | 00:20 |
kplant | weird | 00:21 |
NobodyCam | going to try setup-infrastructure.yml | 00:21 |
NobodyCam | with limit I guess | 00:22 |
NobodyCam | nope | 00:23 |
kplant | i really don't have any good ideas, sounds like a chicken and egg problem | 00:25 |
kplant | how can you name containers that don't exist if the names aren't predictable | 00:25 |
kplant | i assume this isn't production? | 00:25 |
NobodyCam | it is actually | 00:28 |
NobodyCam | I removed a compute host and wanted to switch it to a shared infra host | 00:29 |
kplant | yeah i don't want to spout off any random ideas then, rather wait for someone who has done it before | 00:29 |
NobodyCam | I;m hitting limit on my rabbit | 00:29 |
kplant | do you have a lab you can test this in? | 00:30 |
NobodyCam | not really :( | 00:30 |
djhankb | so what if you add your hostname and ip in the shared-infra_hosts/repo-infra_hosts/etc. sections, then run setup-hosts.yml? | 00:33 |
djhankb | since it's just one host | 00:33 |
kplant | ^ that's kind of what i was thinking. add to inventory and re-run against everything | 00:34 |
kplant | it shouldn't break existing services right? | 00:34 |
djhankb | that will run containers-deploy, and will generate blank containers - with the extra bits at the end | 00:34 |
djhankb | right, run: openstack-ansible setup-hosts.yml --limit my-new-host-01 | 00:35 |
djhankb | all it will do is run the base setup, deploy security policies, and generate containers. | 00:35 |
djhankb | I dont think the containers get populated until you run setup-infrastrucutre. | 00:35 |
NobodyCam | I had added it to shared_infra but not repo_hosts | 00:35 |
djhankb | yeah you will want to look at your existing controllers and make sure you're adding this new one in the right groups | 00:36 |
NobodyCam | I I was hoping to get new Rabbit, Galera and memcache | 00:37 |
djhankb | is that os-infra_hosts then? | 00:38 |
NobodyCam | shared-infra lists them | 00:39 |
djhankb | sorry no, shared-infra_hosts is what you want | 00:39 |
NobodyCam | yep that's what I entered it under | 00:39 |
djhankb | if thats all you want, add it there, then run setup-hosts.yml --limit my-new-host-01 | 00:40 |
djhankb | it should deploy containers | 00:40 |
NobodyCam | oh, scripts/inventory-manage.py shows the container names | 00:41 |
kplant | NobodyCam: i recommend anchors and references, that way you can add your host to one dict and reference it in whatever groups you want | 00:41 |
NobodyCam | that may have gotten it going... We'll see :) | 00:43 |
NobodyCam | we'll let ya know! | 00:43 |
*** cmart has quit IRC | 00:44 | |
*** Adri2000 has quit IRC | 00:46 | |
NobodyCam | yep that appears to be doing the deed. I see containers being created. | 00:48 |
djhankb | Nice! Glad to hear it! | 00:49 |
NobodyCam | Thank you all For the Assistance! | 00:50 |
djhankb | Glad I was able to help! | 00:50 |
djhankb | I am still a bit of a n00b :-) | 00:50 |
NobodyCam | :) | 00:50 |
*** Adri2000 has joined #openstack-ansible | 00:50 | |
djhankb | well, an Openstack n00b that is... | 00:51 |
kplant | definitely glad that worked out | 00:53 |
kplant | nothing like trying something new on prod | 00:54 |
NobodyCam | almost `:fatal: [OpenStack07_rabbit_mq_container-dd4026d5]: FAILED! => {"msg": "'dict object' has no attribute 'ansible_hostname'"}` | 01:12 |
NobodyCam | but I'll dig into that tomorrow | 01:12 |
*** logan- has quit IRC | 01:33 | |
*** logan- has joined #openstack-ansible | 01:37 | |
*** hjohnson1 has quit IRC | 01:47 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_manila master: Test using integrated build https://review.opendev.org/647856 | 02:16 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Update filebeat config for the latest stable release https://review.opendev.org/639496 | 02:17 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Properly configure cinder-volume containers https://review.opendev.org/565951 | 02:23 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Fix multi-OS support https://review.opendev.org/636039 | 02:25 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add playbook to link logs into the gate job location https://review.opendev.org/591117 | 02:27 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Removed conditional in test setup https://review.opendev.org/575748 | 02:35 |
*** udesale has joined #openstack-ansible | 02:42 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-haproxy_server master: Convert self-signed SSL to use the openssl modules https://review.opendev.org/566394 | 02:44 |
logan- | 1 more vote on https://review.opendev.org/#/c/657415/ and https://review.opendev.org/#/c/656891/ to unblock the integrated gate | 02:45 |
logan- | no pressure cloudnull :P | 02:45 |
cloudnull | done :D | 02:46 |
*** samueldmq has quit IRC | 02:46 | |
logan- | ty | 02:47 |
prometheanfire | cloudnull: so, howzit? | 02:58 |
cloudnull | going well | 02:58 |
cloudnull | chillin' | 02:58 |
prometheanfire | yep, nice | 02:58 |
cloudnull | doing some updates to some of the inflight patches I had :D | 02:58 |
prometheanfire | reading 'ignition' now | 02:59 |
cloudnull | https://docs.inductiveautomation.com/display/DOC/system.tag.read ? | 02:59 |
prometheanfire | wat | 03:01 |
cloudnull | > reading 'ignition' now | 03:02 |
prometheanfire | https://www.amazon.com/Ignition-Informal-Propellants-University-Classics/dp/0813595835/ | 03:02 |
cloudnull | ah cool! | 03:03 |
prometheanfire | good airplane book | 03:03 |
prometheanfire | should probably save some chapters for the meetup in a couple months (new work thing) | 03:04 |
prometheanfire | containing such good quotes as, 'everyone who uses a computer frequently has had, from time to time, a mad desire to attack the percocious abacus with an axe' | 03:09 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: Add option to define the qemu security driver https://review.opendev.org/565958 | 03:12 |
cloudnull | hahaha thats a great quote | 03:40 |
*** kplant has quit IRC | 03:47 | |
*** raukadah is now known as chandankumar | 03:52 | |
*** zhongjun2 has quit IRC | 04:05 | |
*** ivve has quit IRC | 04:17 | |
*** Talion has quit IRC | 04:36 | |
*** ivve has joined #openstack-ansible | 05:20 | |
_janno | Is it possible to configure the network for lxcbr0? I would like to use an other network than 10.0.3.1/24. | 05:22 |
*** radeks_ has joined #openstack-ansible | 05:43 | |
*** Weifan has joined #openstack-ansible | 05:47 | |
*** Weifan has quit IRC | 05:47 | |
*** Weifan has joined #openstack-ansible | 05:48 | |
*** Weifan has quit IRC | 05:52 | |
*** kopecmartin|off is now known as kopecmartin | 06:01 | |
*** radeks_ has quit IRC | 06:20 | |
*** pcaruana has joined #openstack-ansible | 06:21 | |
*** radeks_ has joined #openstack-ansible | 06:22 | |
*** jbadiapa has joined #openstack-ansible | 06:33 | |
*** shardy has joined #openstack-ansible | 06:35 | |
*** tosky has joined #openstack-ansible | 07:16 | |
*** starborn has joined #openstack-ansible | 07:18 | |
*** ivve has quit IRC | 07:25 | |
*** admin0 has quit IRC | 07:26 | |
*** hwoarang has quit IRC | 07:32 | |
*** ivve has joined #openstack-ansible | 07:33 | |
*** hwoarang has joined #openstack-ansible | 07:34 | |
*** ivve has quit IRC | 07:44 | |
*** aedc has joined #openstack-ansible | 07:45 | |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-os_horizon master: WIO: Add aio_metal jobs https://review.opendev.org/657540 | 07:59 |
*** ivve has joined #openstack-ansible | 07:59 | |
*** trident has quit IRC | 08:01 | |
*** trident has joined #openstack-ansible | 08:02 | |
*** admin0 has joined #openstack-ansible | 08:03 | |
*** DanyC has joined #openstack-ansible | 08:23 | |
*** hamzaachi has joined #openstack-ansible | 08:23 | |
*** gshippey has joined #openstack-ansible | 08:43 | |
*** priteau has joined #openstack-ansible | 08:44 | |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-os_placement master: Add aio_metal jobs https://review.opendev.org/657548 | 08:49 |
dirk | evrardjp: fyi https://bugs.launchpad.net/openstack-ansible/+bug/1828009 - lets keep that one for tracking rather than individual 1:1 conversations | 09:19 |
openstack | Launchpad bug 1828009 in openstack-ansible "Fix openSUSE aio_metal jobson openstack ansible" [Undecided,New] | 09:19 |
*** electrofelix has joined #openstack-ansible | 09:21 | |
*** vnogin has joined #openstack-ansible | 09:31 | |
*** cshen has joined #openstack-ansible | 09:48 | |
*** cshen has quit IRC | 10:07 | |
*** cshen has joined #openstack-ansible | 10:08 | |
*** cshen has quit IRC | 10:17 | |
*** pcaruana has quit IRC | 10:19 | |
*** udesale has quit IRC | 10:42 | |
*** udesale has joined #openstack-ansible | 10:42 | |
*** cshen has joined #openstack-ansible | 10:52 | |
*** cshen has quit IRC | 10:52 | |
*** pcaruana has joined #openstack-ansible | 10:55 | |
*** Talion has joined #openstack-ansible | 11:00 | |
*** priteau has quit IRC | 11:11 | |
*** mkuf_ has joined #openstack-ansible | 11:13 | |
*** mkuf has quit IRC | 11:16 | |
*** vnogin has quit IRC | 11:18 | |
*** strattao has joined #openstack-ansible | 11:19 | |
*** vnogin has joined #openstack-ansible | 11:19 | |
fnpanic | hi | 11:22 |
masterpe | Hi, I have cinder-volume and cinder-backup on the physical controller, the cinder-scheduler is in a container. | 11:23 |
masterpe | I want the cinder variable "host" only set on the cinder-volume and cinder-backup, but how to do that | 11:24 |
*** vnogin has quit IRC | 11:32 | |
logan- | _janno: yes - https://opendev.org/openstack/openstack-ansible-lxc_hosts/src/branch/master/defaults/main.yml#L101-L108 | 11:33 |
*** starborn has quit IRC | 11:40 | |
*** mkuf_ has quit IRC | 11:48 | |
CeeMac | afternoon | 11:53 |
*** mkuf_ has joined #openstack-ansible | 11:57 | |
*** mkuf has joined #openstack-ansible | 12:00 | |
*** mkuf_ has quit IRC | 12:03 | |
*** hjohnson1 has joined #openstack-ansible | 12:16 | |
*** kplant has joined #openstack-ansible | 12:20 | |
*** nicolasbock has joined #openstack-ansible | 12:20 | |
nicolasbock | o/ | 12:21 |
masterpe | can I use group_vars for this? | 12:42 |
*** mkuf has quit IRC | 12:42 | |
fnpanic | CeeMac: Hi | 12:44 |
vakuznet | please review https://review.opendev.org/#/c/653849/4 | 12:50 |
openstackgerrit | Vadim Kuznetsov proposed openstack/openstack-ansible-os_octavia master: Add support for using distribution packages for OpenStack services https://review.opendev.org/652049 | 12:59 |
*** Talion has quit IRC | 13:10 | |
*** dxiri has joined #openstack-ansible | 13:10 | |
*** dxiri has quit IRC | 13:12 | |
*** dxiri has joined #openstack-ansible | 13:12 | |
*** mkuf has joined #openstack-ansible | 13:29 | |
CeeMac | hi fnpanic, how are you? | 13:31 |
noonedeadpunk | vakuznet: I've placed some questions for https://review.opendev.org/#/c/653849/ | 13:38 |
fnpanic | fine and you? How was the summit? | 13:38 |
*** mgoddard has quit IRC | 13:39 | |
*** mgoddard has joined #openstack-ansible | 13:40 | |
CeeMac | good thanks fnpanic, yeah the summit was great, I learned a lot. Soooo much good tech out there! | 14:01 |
openstackgerrit | Vadim Kuznetsov proposed openstack/openstack-ansible master: Enable standalone Octavia for testing https://review.opendev.org/653849 | 14:13 |
openstackgerrit | Vadim Kuznetsov proposed openstack/openstack-ansible-os_octavia master: Add support for using distribution packages for OpenStack services https://review.opendev.org/652049 | 14:16 |
*** pcaruana has quit IRC | 14:19 | |
NobodyCam | Good Morning OSA Folks, I am attempting to add a new Shared infra node While running the setup-everything playbook I encountered `fatal: [OpenStack07_rabbit_mq_container-dd4026d5]: FAILED! => {"msg": "'dict object' has no attribute 'ansible_hostname'"}` I used limit with localhost the new host and its containers | 14:32 |
openstackgerrit | Merged openstack/openstack-ansible master: Set CentOS 7 distro job to non-voting https://review.opendev.org/657415 | 14:34 |
*** pcaruana has joined #openstack-ansible | 14:38 | |
noonedeadpunk | looks like it skipped gathering facts for the new containers. And I think, that you'll need to run setup-infrastructure among all management nodes to get new containers added to galera and rabbitmq clusters | 14:46 |
openstackgerrit | Kanishk Godha proposed openstack/openstack-ansible-os_keystone master: Replace Module https://review.opendev.org/656397 | 14:48 |
NobodyCam | noonedeadpunk: all management node or just the shared infra nodes? and will I'll I need to list all of there containers Like I did with the new node? | 14:49 |
*** cmart has joined #openstack-ansible | 14:50 | |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts master: debian: switch to generic version https://review.opendev.org/657290 | 14:54 |
noonedeadpunk | NobodyCam: shared infra nodes (if they're not the same in your setup). | 14:55 |
noonedeadpunk | Yep, you'll need to run roles over containers as well. So I'd probably just runned setup-infrastructure over all hosts | 14:55 |
*** KeithMnemonic has quit IRC | 15:00 | |
*** tosky has quit IRC | 15:06 | |
_janno | logan-: thank you, I'll have a look | 15:06 |
*** mgariepy has quit IRC | 15:07 | |
*** chandankumar is now known as raukadah | 15:10 | |
*** pcaruana has quit IRC | 15:16 | |
*** hamzy has quit IRC | 15:20 | |
*** hamzaachi_ has joined #openstack-ansible | 15:28 | |
*** mgariepy has joined #openstack-ansible | 15:29 | |
*** ivve has quit IRC | 15:29 | |
*** aludwar has quit IRC | 15:30 | |
*** hamzaachi has quit IRC | 15:30 | |
*** hamzaachi_ has quit IRC | 15:33 | |
*** hamzy has joined #openstack-ansible | 15:48 | |
*** gyee has joined #openstack-ansible | 15:55 | |
mnaser | #startmeeting openstack_ansible_meeting | 16:00 |
openstack | Meeting started Tue May 7 16:00:03 2019 UTC and is due to finish in 60 minutes. The chair is mnaser. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
mnaser | #topic office hours | 16:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
mnaser | o/ | 16:00 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:00 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:00 |
*** openstack changes topic to "office hours (Meeting topic: openstack_ansible_meeting)" | 16:00 | |
noonedeadpunk | o/ | 16:00 |
mnaser | hey noonedeadpunk how's it goin | 16:00 |
mnaser | you were missed at the summit :)_ | 16:00 |
noonedeadpunk | Yeah, I was reading yours twitter and was really kinda jealous about missing it... | 16:01 |
* noonedeadpunk looking for flights to Shanghai | 16:01 | |
noonedeadpunk | btw extra congrats with superuser awards:) | 16:03 |
noonedeadpunk | so, what I've missed regarding train plans and new collaborations?:) | 16:05 |
*** KeithMnemonic has joined #openstack-ansible | 16:05 | |
mnaser | thanks noonedeadpunk :D | 16:08 |
mnaser | did you check out the ether pad? | 16:08 |
noonedeadpunk | oh, it was updated. Will look trough it today | 16:10 |
mnaser | yep! | 16:10 |
mnaser | tons of good discussion | 16:10 |
noonedeadpunk | Yeah, I was pretty excited about a letter from kolla-ansible team, regarding collaboration. | 16:11 |
*** strattao has quit IRC | 16:14 | |
noonedeadpunk | personally I feel, that containers are good thing, and we probably shouldn't fully drop their support | 16:16 |
*** strattao has joined #openstack-ansible | 16:16 | |
logan- | o/ | 16:17 |
logan- | yep, agreed on not dropping machine container support. the migration path would be painful for a lot of deployers. switching the default deployment to metal seems like a reasonable thing, but it'll be interesting to review a spec about that | 16:22 |
mnaser | yeah | 16:26 |
mnaser | logan-: noonedeadpunk I wonder if there would be a way to handle machine container management outside OSA | 16:26 |
logan- | the first step to that I think is to define the group structure in a yaml inventory and shift it out of the dynamic inventory | 16:27 |
logan- | ansible-inventory can be useful for analyzing how we currently structure it, but it outputs pretty garbage inventory structures for complex inventories, so I don't think you'd want to just dump ansible-inventory yaml output to shim out groups and call it a day | 16:28 |
logan- | but getting the group tree as a base inventory layer, and then adding hosts on top of that with additional inventories (whether metal or container) is a good direction imo | 16:28 |
*** nicolasbock has quit IRC | 16:29 | |
mnaser | logan-: yeah I think we need a 'defined' inventory api so to speak | 16:29 |
logan- | yep | 16:29 |
*** nicolasbock has joined #openstack-ansible | 16:30 | |
mnaser | we have a lot of work, but I'm not sure how much of it we can get done this cycle | 16:33 |
mnaser | most folks seem busy | 16:34 |
noonedeadpunk | yep, etherpad seems really filled | 16:35 |
logan- | yeah. and this inventory thing has been a topic for idk 3-4 ptgs in a row now. it seems no one has time to go fishing around that mess of dynamic inventory we have. | 16:35 |
noonedeadpunk | the problem of baremetal is that distro packages of different services may actually have conflicts, which are hard to resolve... | 16:39 |
*** ivve has joined #openstack-ansible | 16:40 | |
*** cmart has quit IRC | 16:44 | |
NobodyCam | would this be a good time to see if https://docs.openstack.org/openstack-ansible/latest/admin/scale-environment.html could be reviewed, I've been attempting to add a new shared infra node node and encountered several issues | 16:48 |
*** hamzaachi has joined #openstack-ansible | 16:51 | |
mnaser | noonedeadpunk: how so? | 16:55 |
noonedeadpunk | So I have one non-OSA deployment, installed from packages on Ubuntu. And all services are without containers on bare metal. And touching some python package usually results in upgrading everything. | 16:57 |
noonedeadpunk | So in if you would like just to add some new service to the node? or just update single python package, you should be ready for the full upgrade | 16:58 |
*** radeks_ has quit IRC | 16:59 | |
noonedeadpunk | so I don't feel that bare metal distro installs are really good idea, as they are pretty hard to maintain, imo | 17:00 |
*** strattao has quit IRC | 17:02 | |
*** Weifan has joined #openstack-ansible | 17:10 | |
*** udesale has quit IRC | 17:13 | |
mnaser | Yeah bare metal distro is an exploding upgrade | 17:14 |
mnaser | That’s just part of that decision | 17:14 |
mnaser | #endmeeting | 17:14 |
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/2xA1eZC" | 17:14 | |
openstack | Meeting ended Tue May 7 17:14:28 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:14 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-05-07-16.00.html | 17:14 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-05-07-16.00.txt | 17:14 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-05-07-16.00.log.html | 17:14 |
*** hamzaachi has quit IRC | 17:31 | |
*** Weifan has quit IRC | 17:35 | |
*** Weifan has joined #openstack-ansible | 17:36 | |
hjohnson1 | Being a noobe at OSA, I for one think the containers are GREAT! This is my 50th (or more) install of Rocky on this new hardware and it would have been a real pain to install all of this to bare metal. I am still working my way through this and am almost ready for production... but I am all for the container approach. | 17:38 |
guilhermesp | huuuum just had an opportunity to catch up now https://review.opendev.org/#/c/656891/ | 17:40 |
guilhermesp | seems that we were in a good progress! | 17:40 |
guilhermesp | btw thanks logan- | 17:40 |
*** Weifan has quit IRC | 17:40 | |
logan- | np! hopefully it will merge soon so we can get back to merging things :) | 17:45 |
*** kopecmartin is now known as kopecmartin|off | 17:46 | |
guilhermesp | yeah, once it is merged we can start to clean up nova role to not do placement stuff. Then we need to see the migration script that was discussed in PTG with odyssey4me | 17:46 |
*** electrofelix has quit IRC | 17:47 | |
*** cmart has joined #openstack-ansible | 17:54 | |
*** strattao has joined #openstack-ansible | 17:56 | |
*** Weifan has joined #openstack-ansible | 18:04 | |
*** vnogin has joined #openstack-ansible | 18:17 | |
*** vnogin has quit IRC | 18:21 | |
*** hwoarang has quit IRC | 18:24 | |
*** hwoarang has joined #openstack-ansible | 18:26 | |
openstackgerrit | Vadim Kuznetsov proposed openstack/openstack-ansible-os_octavia master: Updated certificate distribution task https://review.opendev.org/657662 | 18:38 |
*** Weifan has quit IRC | 18:44 | |
*** hwoarang has quit IRC | 18:47 | |
*** hwoarang has joined #openstack-ansible | 18:49 | |
*** DanyC has quit IRC | 18:55 | |
*** cmart has quit IRC | 18:58 | |
*** mgariepy has quit IRC | 18:59 | |
*** mgariepy has joined #openstack-ansible | 19:05 | |
*** Weifan has joined #openstack-ansible | 19:05 | |
*** Weifan has quit IRC | 19:10 | |
*** Weifan has joined #openstack-ansible | 19:10 | |
*** Weifan has quit IRC | 19:18 | |
*** vnogin has joined #openstack-ansible | 19:19 | |
*** DanyC has joined #openstack-ansible | 19:20 | |
*** DanyC has quit IRC | 19:24 | |
*** Weifan has joined #openstack-ansible | 19:42 | |
*** Weifan has quit IRC | 19:45 | |
*** DanyC has joined #openstack-ansible | 20:00 | |
*** hamzy has quit IRC | 20:27 | |
*** cmart has joined #openstack-ansible | 20:56 | |
*** cmart has quit IRC | 20:58 | |
*** cmecca has joined #openstack-ansible | 21:11 | |
*** kplant has quit IRC | 21:19 | |
*** nicolasbock has quit IRC | 21:25 | |
*** nicolasbock has joined #openstack-ansible | 21:25 | |
*** vnogin has quit IRC | 21:31 | |
*** cmecca has quit IRC | 21:31 | |
*** cmart has joined #openstack-ansible | 21:32 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: Re-add the upgrade playbook removing pip.conf https://review.opendev.org/657019 | 21:32 |
*** Weifan has joined #openstack-ansible | 21:36 | |
*** strattao has quit IRC | 21:36 | |
*** vnogin has joined #openstack-ansible | 21:38 | |
*** Weifan has quit IRC | 21:46 | |
*** kplant has joined #openstack-ansible | 21:50 | |
hjohnson1 | Does anyone know a way of statically assigning an IP address to a container? For example, I need to statically assign 10.255.61.209 to infra1-designate-container-9d1b572c in openstack_user_config.yml or user_variables.yml | 22:02 |
hjohnson1 | Let me re-phrase... I need to statically assign 10.255.61.209 to the designate-container on infra1 in openstack_user_config.yml or user_variables.yml | 22:03 |
*** vnogin has quit IRC | 22:06 | |
*** hamzaachi has joined #openstack-ansible | 22:09 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_service stable/stein: Require network-online insetad of network target https://review.opendev.org/657694 | 22:22 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/ansible-role-systemd_service stable/rocky: Require network-online insetad of network target https://review.opendev.org/657695 | 22:22 |
*** DanyC has quit IRC | 22:22 | |
openstackgerrit | Merged openstack/ansible-role-systemd_service master: Require network-online insetad of network target https://review.opendev.org/656978 | 22:34 |
openstackgerrit | Merged openstack/ansible-role-systemd_mount master: Update to opendev https://review.opendev.org/654700 | 22:35 |
openstackgerrit | Merged openstack/ansible-role-systemd_mount master: Update home-page https://review.opendev.org/630445 | 22:35 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/stein: Temporary fix of failing aria2 on centos https://review.opendev.org/657386 | 22:43 |
*** hamzaachi has quit IRC | 22:45 | |
*** hwoarang has quit IRC | 22:51 | |
*** hjohnson1 has left #openstack-ansible | 22:55 | |
*** Weifan has joined #openstack-ansible | 22:56 | |
*** threestrands has joined #openstack-ansible | 23:00 | |
*** hwoarang has joined #openstack-ansible | 23:00 | |
*** threestrands has quit IRC | 23:00 | |
*** threestrands has joined #openstack-ansible | 23:01 | |
openstackgerrit | Merged openstack/ansible-role-systemd_service stable/rocky: Require network-online insetad of network target https://review.opendev.org/657695 | 23:03 |
*** threestrands has quit IRC | 23:08 | |
djhankb | is there an easy way to clean out my deployment host and start fresh? Or is it best to just wipe the deployment host first? | 23:15 |
djhankb | is there anything else to remove aside from /etc/openstack_deploy/openstack_inventory.json and /etc/openstack_deploy/openstack_hostnames_ips.yml | 23:19 |
*** openstackstatus has joined #openstack-ansible | 23:23 | |
*** ChanServ sets mode: +v openstackstatus | 23:23 | |
-openstackstatus- NOTICE: If your jobs failed due to connectivity issues to opendev.org they can be rechecked now. Services have been restored at that domain. | 23:25 | |
*** Weifan has quit IRC | 23:28 | |
*** Weifan has joined #openstack-ansible | 23:44 | |
openstackgerrit | Merged openstack/openstack-ansible-os_trove master: Replace Module https://review.opendev.org/656777 | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!