openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Introduce new approach of config object loading https://review.opendev.org/748506 | 00:05 |
---|---|---|
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Refactor document pull command https://review.opendev.org/748542 | 00:05 |
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Fix cmd document pull with help test https://review.opendev.org/748543 | 00:05 |
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Refactor document plugin command https://review.opendev.org/748545 | 00:05 |
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Refactor baremetal* commands https://review.opendev.org/748547 | 00:05 |
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Refactor image* commands https://review.opendev.org/748552 | 00:05 |
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: [WIP] https://review.opendev.org/748554 | 00:05 |
openstackgerrit | Matthew Fuller proposed airship/airshipui master: [WIP] Lazy load phases https://review.opendev.org/748020 | 01:03 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Extract target cluster kubeconfig https://review.opendev.org/735020 | 01:18 |
openstackgerrit | Alexander Noskov proposed airship/airshipctl master: WIP https://review.opendev.org/738920 | 01:42 |
openstackgerrit | Alexander Noskov proposed airship/airshipctl master: WIP https://review.opendev.org/738920 | 01:45 |
openstackgerrit | Alexander Noskov proposed airship/airshipctl master: WIP https://review.opendev.org/738920 | 02:11 |
openstackgerrit | Alexander Noskov proposed airship/airshipctl master: WIP https://review.opendev.org/738920 | 02:13 |
openstackgerrit | Stas Egorov proposed airship/airshipctl master: Extract target cluster kubeconfig https://review.opendev.org/735020 | 02:35 |
openstackgerrit | Alexander Noskov proposed airship/airshipctl master: WIP https://review.opendev.org/738920 | 02:42 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/airshipctl master: Committing zuul gate for openstack integration https://review.opendev.org/739815 | 02:47 |
openstackgerrit | Ahmad Mahmoudi proposed airship/treasuremap master: Upgrade kubernetes images from v1.17.3 to v1.18.6 https://review.opendev.org/746809 | 02:55 |
*** jonas-werner has joined #airshipit | 03:52 | |
openstackgerrit | Ratnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container https://review.opendev.org/748570 | 04:11 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/airshipctl master: Bootstrap Container for CAPO https://review.opendev.org/746777 | 04:13 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/airshipctl master: Committing zuul gate for openstack integration https://review.opendev.org/739815 | 04:25 |
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #airshipit | 04:33 | |
openstackgerrit | Sirisha Gopigiri proposed airship/airshipctl master: Zuul gate to check airshipctl commands for certificate rotation and certificate expiry https://review.opendev.org/748577 | 07:08 |
openstackgerrit | Sirisha Gopigiri proposed airship/airshipctl master: Zuul gate to check airshipctl commands for certificate rotation and certificate expiry https://review.opendev.org/748579 | 07:20 |
openstackgerrit | Dmitry Ukov proposed airship/airshipctl master: Move plugins configurations to API module https://review.opendev.org/748247 | 09:57 |
*** muhaha has joined #airshipit | 10:28 | |
openstackgerrit | Smruti Soumitra Khuntia proposed airship/maas master: Change uid for maas-region-controller https://review.opendev.org/747423 | 12:04 |
*** jonas-werner has quit IRC | 12:57 | |
openstackgerrit | Matt McEuen proposed airship/airshipctl master: hostgenerator-m3: make profile optional https://review.opendev.org/748671 | 13:54 |
*** iurygregory has joined #airshipit | 14:22 | |
iurygregory | hey all I'm trying to figure how to instanciate a config with username/password for https://opendev.org/airship/go-redfish/ I couldn't find any docs =) | 14:24 |
airship-irc-bot | <kk6740> Hi *iurygregory,* i think @dwalt can help with it. Meanwhile, are you trying to use airshipctl as cmd, or to use the redfish as library? | 14:26 |
iurygregory | I'm testing as a cmd to get some results (maybe I will use as library in a project) | 14:27 |
iurygregory | I just want to retrive FirmwareVersion from some hardware I have =) | 14:27 |
openstackgerrit | Ahmad Mahmoudi proposed airship/treasuremap master: (fix) Fixing Seaworthy-virt for kubernetes v1.18.6 https://review.opendev.org/746809 | 14:29 |
airship-irc-bot | <kk6740> Drew will be the best help here I think. I’ll try to reach out to him, hope he can help | 14:30 |
mattmceuen | Hey iurygregory: dwalt will definitely be able to provide some guidance there, but unfortunately (for us, not him :-) he is out today. He'll be back on Monday though | 14:44 |
mattmceuen | The config you want to instantiate - do you mean an `airshipctl` config? Or something specific for the go-redfish library? | 14:46 |
openstackgerrit | Ahmad Mahmoudi proposed airship/treasuremap master: Upgrade k8s from v1.17.3 to v1.18.6 https://review.opendev.org/748680 | 14:46 |
iurygregory | mattmceuen, the usage section https://opendev.org/airship/go-redfish/#user-content-usage doesn't explain how I would pass the user/password to access redfish | 14:47 |
iurygregory | otherwise access the Managers and get the information | 14:48 |
mattmceuen | If you're using airshipctl to deploy a cluster, the username/password would be found in this file: https://github.com/airshipit/airshipctl/blob/master/manifests/site/test-site/shared/catalogues/hosts.yaml#L13-L14 | 14:49 |
mattmceuen | airshipctl (long story short) passes them through the go-redfish library to the bmc | 14:50 |
iurygregory | I'm not deploying using airship | 14:50 |
mattmceuen | If you're using the library directly, then you (as an invoking go program) would provide the credentials as part of the function call (this is the part that dwalt could speak to a little better) | 14:50 |
iurygregory | my idea is just use the lib to do some requests on redfish hardware =) | 14:50 |
iurygregory | oh ok | 14:51 |
mattmceuen | ok gotcha -that should definitely be possible | 14:51 |
iurygregory | I will ping him on monday =) | 14:51 |
mattmceuen | Perfect :) have a good weekend till then | 14:51 |
iurygregory | for you too! | 14:51 |
openstackgerrit | Sidney Shiba proposed airship/airshipctl master: Moved bootstrap_container folder to airship/images https://review.opendev.org/737864 | 14:59 |
howell | iurygregory: While I'm not the expert here, you should be able to pass username/password through the context in the function call. As an example from airshipctl, we pass this context to each function call: https://github.com/airshipit/airshipctl/blob/master/pkg/remote/redfish/client.go#L275-L279 | 15:04 |
howell | as far as I'm aware, go-redfish must be used as a library - the only executable in the project is used to generate the package | 15:04 |
iurygregory | howell, oh ok o/ I will take a look | 15:05 |
openstackgerrit | Alexander Noskov proposed airship/airshipctl master: WIP https://review.opendev.org/738920 | 15:08 |
openstackgerrit | Ahmad Mahmoudi proposed airship/treasuremap master: Upgrade k8s from v1.17.3 to v1.18.6 https://review.opendev.org/748680 | 15:29 |
openstackgerrit | Jagan Mohan Kavva proposed airship/porthole master: Update the utility pods to send the logs to /var/log/containers https://review.opendev.org/748534 | 15:31 |
openstackgerrit | Satender Yadav proposed airship/armada master: Adding space in logger warning message https://review.opendev.org/748702 | 15:39 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container https://review.opendev.org/748570 | 16:16 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container https://review.opendev.org/748570 | 16:20 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container https://review.opendev.org/748570 | 16:23 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container https://review.opendev.org/748570 | 16:25 |
openstackgerrit | Ahmad Mahmoudi proposed airship/treasuremap master: Upgrade k8s from v1.17.3 to v1.18.6 https://review.opendev.org/748680 | 16:25 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container https://review.opendev.org/748570 | 16:27 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container https://review.opendev.org/748570 | 16:29 |
openstackgerrit | Rick Bartra proposed airship/shipyard master: Improve logging of Shipyard _execute_task method during failure or time out https://review.opendev.org/748278 | 16:40 |
openstackgerrit | diwakar thyagaraj proposed airship/porthole master: Upgrade etcd to 3.4.3 https://review.opendev.org/748319 | 16:44 |
openstackgerrit | Ratnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container https://review.opendev.org/748570 | 16:52 |
openstackgerrit | Merged airship/armada master: Adding space in logger warning message https://review.opendev.org/748702 | 17:43 |
openstackgerrit | Rick Bartra proposed airship/shipyard master: Improve logging of Shipyard _execute_task method during failure or time out https://review.opendev.org/748278 | 18:00 |
openstackgerrit | Craig Anderson proposed airship/images master: WIP: image builder for ubuntu based airship hosts https://review.opendev.org/730777 | 18:20 |
openstackgerrit | Sidney Shiba proposed airship/images master: Restructured boostrap_container folder https://review.opendev.org/748537 | 18:24 |
*** muhaha has quit IRC | 19:17 | |
openstackgerrit | Andrew Schiefelbein proposed airship/airshipui master: [WIP] add auth login page and related functionality https://review.opendev.org/748017 | 19:25 |
openstackgerrit | Craig Anderson proposed airship/images master: WIP: image builder for ubuntu based airship hosts https://review.opendev.org/730777 | 19:37 |
openstackgerrit | Andrew Schiefelbein proposed airship/airshipui master: [WIP] add auth login page and related functionality https://review.opendev.org/748017 | 19:40 |
openstackgerrit | Craig Anderson proposed airship/images master: WIP: image builder for ubuntu based airship hosts https://review.opendev.org/730777 | 19:45 |
openstackgerrit | Sidney Shiba proposed airship/images master: Fixed Bootstrap Makefiles for CAPZ/CAPG https://review.opendev.org/748537 | 19:48 |
openstackgerrit | Merged airship/treasuremap master: Upgrade k8s from v1.17.3 to v1.18.6 https://review.opendev.org/748680 | 19:52 |
openstackgerrit | Rick Bartra proposed airship/armada master: Update keystoneauth1 pip package to 3.11.1 https://review.opendev.org/748750 | 20:11 |
openstackgerrit | Merged airship/airshipui master: Update logging per feedback I got on a CTL patch set https://review.opendev.org/748524 | 21:02 |
openstackgerrit | Craig Anderson proposed airship/images master: WIP: image builder for ubuntu based airship hosts https://review.opendev.org/730777 | 21:12 |
openstackgerrit | Rick Bartra proposed airship/shipyard master: Update alembic pip package to 1.0.1 https://review.opendev.org/748758 | 21:36 |
openstackgerrit | Andrew Schiefelbein proposed airship/airshipui master: [WIP] add auth login page and related functionality https://review.opendev.org/748017 | 21:44 |
openstackgerrit | Rick Bartra proposed airship/shipyard master: Update pip package versions in preparation of pip 20.3 https://review.opendev.org/748758 | 21:46 |
openstackgerrit | Rick Bartra proposed airship/shipyard master: Update pip package versions in preparation of pip 20.3 https://review.opendev.org/748758 | 21:47 |
openstackgerrit | Rick Bartra proposed airship/armada master: Update pip package versions in preparation of pip 20.3 https://review.opendev.org/748750 | 21:53 |
-openstackstatus- NOTICE: A zuul server ended up with read only filesystems which caused many jobs to hit retry_limit. The server has been rebooted and appears happy. Jobs can be rechecked. | 22:12 | |
openstackgerrit | Matt McEuen proposed airship/airshipctl master: Add airshipctl versions catalogue & replacements https://review.opendev.org/746608 | 22:20 |
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Refactor cluster* commands https://review.opendev.org/748554 | 22:23 |
openstackgerrit | Matt McEuen proposed airship/treasuremap v2: Add prometheus-operator function https://review.opendev.org/748320 | 22:25 |
openstackgerrit | Merged airship/treasuremap v2: Fix test-site reference to target/initinfra phase https://review.opendev.org/747467 | 22:46 |
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Remove get/set-authinfo/cluster commands https://review.opendev.org/748769 | 22:57 |
openstackgerrit | Matthew Fuller proposed airship/airshipui master: [WIP] Lazy load phases https://review.opendev.org/748020 | 23:16 |
openstackgerrit | Matthew Fuller proposed airship/airshipui master: [WIP] Lazy load phases https://review.opendev.org/748020 | 23:21 |
openstackgerrit | Ruslan Aliev proposed airship/airshipctl master: Refactor config* commands https://review.opendev.org/748773 | 23:33 |
openstackgerrit | Sidney Shiba proposed airship/airshipctl master: Added Bootstrap Config templates for Zuul https://review.opendev.org/737864 | 23:44 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!