opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-ops master: Add zuul jobs for elk metrics on ubuntu jammy https://review.opendev.org/c/openstack/openstack-ansible-ops/+/877231 | 08:39 |
---|---|---|
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-ops master: DNM - trigger elk jobs https://review.opendev.org/c/openstack/openstack-ansible-ops/+/877232 | 08:39 |
jrosser | good morning | 08:40 |
ThiagoCMC | Morning! | 08:41 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Add support for haproxy map files https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/876749 | 08:53 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible master: Use a map file to select haproxy horizon backend from the base frontend https://review.opendev.org/c/openstack/openstack-ansible/+/876851 | 08:57 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible master: Switch proxy job from focal to jammy https://review.opendev.org/c/openstack/openstack-ansible/+/877234 | 09:01 |
Elnaz | Hi | 09:09 |
Elnaz | "https://opendev.org/openstack/openstack-ansible-ops/src/branch/master/prometheus" Title: Install Prometheus | 09:10 |
Elnaz | but it does not actually install Prometheus, does it? | 09:11 |
Elnaz | jrosser: It just installs a node-exporter, right? | 09:12 |
jrosser | Elnaz: i don't know about that code really - remember that openstack-ansible-ops is really community contributed code | 09:13 |
Elnaz | An openstack question: Is it possible to share an external network (i.e. vlan 3400) only for three customers (=project)? In Horizon I see an option to share for all or nobody else! | 09:14 |
jrosser | Elnaz: take a look at this https://docs.openstack.org/neutron/latest/admin/config-rbac.html | 09:14 |
jrosser | horizon really only has the basic operations - many things are only possible with the CLI tools | 09:15 |
jrosser | Elnaz: for prometheus we are using this https://github.com/prometheus-community/ansible | 09:19 |
Elnaz | jrosser: Thank you. I'll go through them. | 09:21 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-ops master: Add zuul jobs for elk metrics on ubuntu jammy https://review.opendev.org/c/openstack/openstack-ansible-ops/+/877231 | 09:41 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-ops master: DNM - trigger elk jobs https://review.opendev.org/c/openstack/openstack-ansible-ops/+/877232 | 09:41 |
admin1 | \o | 09:58 |
jrosser | Elnaz: i see that setupKibanaDashboard.yml isn't included in `site.yml` and really seems to be just an example | 10:27 |
jrosser | if you want to manage your own dashboards like this it would be better to be using this API https://www.elastic.co/guide/en/kibana/7.17/saved-objects-api-import.html | 10:27 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Add support for haproxy map files https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/876749 | 10:57 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible master: Bump ansible to latest release of 2.13 https://review.opendev.org/c/openstack/openstack-ansible/+/877271 | 12:59 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible master: Tune settings in galera server for reduced ram in all-in-one build https://review.opendev.org/c/openstack/openstack-ansible/+/877278 | 13:19 |
Losraio | Hello | 14:46 |
Losraio | It's me, again | 14:46 |
Losraio | I receive the following error when trying to run the setup_hosts.yml: | 14:46 |
Losraio | https://paste.openstack.org/show/btv9JaJAPWG13O22c6wc/ | 14:47 |
Losraio | Oh, disregard that please | 14:47 |
Losraio | wrong paste | 14:47 |
Losraio | Yeah uhm | 14:53 |
Losraio | How can I delete all the information on the generated dynamic inventory on the deployment host? | 14:53 |
jrosser | Losraio: there is a tool scripts/inventory-manage.py which can do some operations on the inventory | 14:54 |
Losraio | Right | 14:56 |
jrosser | alternatively if you *really* want to start fresh then delete/rename /etc/openstack_deploy/openstack-inventory.json but that will re-assign all of your existing LXC container IP addresses, so is pretty significant option | 14:56 |
Losraio | Oh yeah, I found what I needed just now | 14:56 |
Losraio | Thank you | 14:56 |
Losraio | Can I manually change the external load balancer IP after deploying OSA? | 15:08 |
Losraio | Without running the playbooks ofc | 15:08 |
jrosser | i think you will need to run the playbooks | 15:12 |
jrosser | Losraio: it kind of depends what you mean actually - if you used an FQDN in the openstack_user_config.yml for the external endpoint then you should be able to change the DNS entry for that | 15:14 |
jrosser | but if you used an IP address in the config file then you need to re-run some of the playbooks, as the external address will be put in not only haproxy/keepalived config but also every service has an entry in the keystone service catalog that would need updating | 15:15 |
Losraio | Nope, I used an IP address at the external_lb_vip key | 15:30 |
Losraio | And I simply ran the playbook with a different IP | 15:30 |
Losraio | Still running, no errors so far :D | 15:30 |
jrosser | Losraio: that is going to take a looooong time.... | 15:41 |
Losraio | I see... | 15:41 |
jrosser | you can speed it up by running playbooks individually (just haproxy for example), and then the openstack services only need to update their service catalog entries | 15:41 |
jrosser | so you can use ansible tags (`--tags <tag-name>`) like here https://opendev.org/openstack/openstack-ansible-os_glance/src/branch/master/tasks/main.yml#L107 | 15:42 |
Losraio | the setup_hosts.yml ran without errors | 15:42 |
Losraio | and now the setup_infrastructure is running | 15:42 |
jrosser | setup_hosts has nothing to do with the endpoints | 15:42 |
jrosser | if you look inside setup_infrastrcture you'll see that it just calls a list of sub-playbooks | 15:43 |
Losraio | I know, I'm just following the official documentation | 15:43 |
jrosser | it's totally fine to run one of those individually `openstack-ansible playbooks/haproxy-install.yml` | 15:43 |
Losraio | Oh, well then | 15:44 |
jrosser | and then for setup-openstack.yml it should be possible to use `--tags common-service` as i showed you in the code for glance | 15:44 |
jrosser | you won't find anything but the most basic things in the documentation | 15:44 |
Losraio | Thanks a lot | 15:44 |
Losraio | Yes I know that, I'm just trying to deploy the test example | 15:45 |
Losraio | And then I will probably move to a production deployment, but first I need to learn much more about osa it seems | 15:45 |
jrosser | sure, no problem | 15:46 |
opendevreview | Jonathan Rosser proposed openstack/openstack-ansible master: Tune settings in galera server for reduced ram in all-in-one build https://review.opendev.org/c/openstack/openstack-ansible/+/877278 | 15:52 |
jrosser | noonedeadpunk: these two lines achieve the exact opposite thing https://github.com/openstack/openstack-ansible-os_nova/blob/master/vars/debian.yml#L81-L82 | 18:19 |
jrosser | first one installs all the architectures, second one tries to only install a specific one | 18:19 |
jrosser | question is really what we would like to happen there | 18:20 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!