Friday, 2020-08-28

openstackgerritRuslan Aliev proposed airship/airshipctl master: Introduce new approach of config object loading  https://review.opendev.org/74850600:05
openstackgerritRuslan Aliev proposed airship/airshipctl master: Refactor document pull command  https://review.opendev.org/74854200:05
openstackgerritRuslan Aliev proposed airship/airshipctl master: Fix cmd document pull with help test  https://review.opendev.org/74854300:05
openstackgerritRuslan Aliev proposed airship/airshipctl master: Refactor document plugin command  https://review.opendev.org/74854500:05
openstackgerritRuslan Aliev proposed airship/airshipctl master: Refactor baremetal* commands  https://review.opendev.org/74854700:05
openstackgerritRuslan Aliev proposed airship/airshipctl master: Refactor image* commands  https://review.opendev.org/74855200:05
openstackgerritRuslan Aliev proposed airship/airshipctl master: [WIP]  https://review.opendev.org/74855400:05
openstackgerritMatthew Fuller proposed airship/airshipui master: [WIP] Lazy load phases  https://review.opendev.org/74802001:03
openstackgerritStas Egorov proposed airship/airshipctl master: Extract target cluster kubeconfig  https://review.opendev.org/73502001:18
openstackgerritAlexander Noskov proposed airship/airshipctl master: WIP  https://review.opendev.org/73892001:42
openstackgerritAlexander Noskov proposed airship/airshipctl master: WIP  https://review.opendev.org/73892001:45
openstackgerritAlexander Noskov proposed airship/airshipctl master: WIP  https://review.opendev.org/73892002:11
openstackgerritAlexander Noskov proposed airship/airshipctl master: WIP  https://review.opendev.org/73892002:13
openstackgerritStas Egorov proposed airship/airshipctl master: Extract target cluster kubeconfig  https://review.opendev.org/73502002:35
openstackgerritAlexander Noskov proposed airship/airshipctl master: WIP  https://review.opendev.org/73892002:42
openstackgerritRatnopam Chakrabarti proposed airship/airshipctl master: Committing zuul gate for openstack integration  https://review.opendev.org/73981502:47
openstackgerritAhmad Mahmoudi proposed airship/treasuremap master: Upgrade kubernetes images from v1.17.3 to v1.18.6  https://review.opendev.org/74680902:55
*** jonas-werner has joined #airshipit03:52
openstackgerritRatnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container  https://review.opendev.org/74857004:11
openstackgerritRatnopam Chakrabarti proposed airship/airshipctl master: Bootstrap Container for CAPO  https://review.opendev.org/74677704:13
openstackgerritRatnopam Chakrabarti proposed airship/airshipctl master: Committing zuul gate for openstack integration  https://review.opendev.org/73981504:25
*** evrardjp has quit IRC04:33
*** evrardjp has joined #airshipit04:33
openstackgerritSirisha Gopigiri proposed airship/airshipctl master: Zuul gate to check airshipctl commands for certificate rotation and certificate expiry  https://review.opendev.org/74857707:08
openstackgerritSirisha Gopigiri proposed airship/airshipctl master: Zuul gate to check airshipctl commands for certificate rotation and certificate expiry  https://review.opendev.org/74857907:20
openstackgerritDmitry Ukov proposed airship/airshipctl master: Move plugins configurations to API module  https://review.opendev.org/74824709:57
*** muhaha has joined #airshipit10:28
openstackgerritSmruti Soumitra Khuntia proposed airship/maas master: Change uid for maas-region-controller  https://review.opendev.org/74742312:04
*** jonas-werner has quit IRC12:57
openstackgerritMatt McEuen proposed airship/airshipctl master: hostgenerator-m3: make profile optional  https://review.opendev.org/74867113:54
*** iurygregory has joined #airshipit14:22
iurygregoryhey 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
iurygregoryI'm testing as a cmd to get some results (maybe I will use as library in a project)14:27
iurygregoryI just want to retrive FirmwareVersion from some hardware I have =)14:27
openstackgerritAhmad Mahmoudi proposed airship/treasuremap master: (fix) Fixing Seaworthy-virt for kubernetes v1.18.6  https://review.opendev.org/74680914: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 help14:30
mattmceuenHey 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 though14:44
mattmceuenThe config you want to instantiate - do you mean an `airshipctl` config?  Or something specific for the go-redfish library?14:46
openstackgerritAhmad Mahmoudi proposed airship/treasuremap master: Upgrade k8s from v1.17.3 to v1.18.6  https://review.opendev.org/74868014:46
iurygregorymattmceuen, the usage section https://opendev.org/airship/go-redfish/#user-content-usage doesn't explain how I would pass the user/password to access redfish14:47
iurygregoryotherwise access the Managers and get the information14:48
mattmceuenIf 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-L1414:49
mattmceuenairshipctl (long story short) passes them through the go-redfish library to the bmc14:50
iurygregoryI'm not deploying using airship14:50
mattmceuenIf 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
iurygregorymy idea is just use the lib to do some requests on redfish hardware =)14:50
iurygregoryoh ok14:51
mattmceuenok gotcha -that should definitely be possible14:51
iurygregoryI will ping him on monday =)14:51
mattmceuenPerfect :) have a good weekend till then14:51
iurygregoryfor you too!14:51
openstackgerritSidney Shiba proposed airship/airshipctl master: Moved bootstrap_container folder to airship/images  https://review.opendev.org/73786414:59
howelliurygregory: 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-L27915:04
howellas far as I'm aware, go-redfish must be used as a library - the only executable in the project is used to generate the package15:04
iurygregoryhowell, oh ok o/ I will take a look15:05
openstackgerritAlexander Noskov proposed airship/airshipctl master: WIP  https://review.opendev.org/73892015:08
openstackgerritAhmad Mahmoudi proposed airship/treasuremap master: Upgrade k8s from v1.17.3 to v1.18.6  https://review.opendev.org/74868015:29
openstackgerritJagan Mohan Kavva proposed airship/porthole master: Update the utility pods to send the logs to /var/log/containers  https://review.opendev.org/74853415:31
openstackgerritSatender Yadav proposed airship/armada master: Adding space in logger warning message  https://review.opendev.org/74870215:39
openstackgerritRatnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container  https://review.opendev.org/74857016:16
openstackgerritRatnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container  https://review.opendev.org/74857016:20
openstackgerritRatnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container  https://review.opendev.org/74857016:23
openstackgerritRatnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container  https://review.opendev.org/74857016:25
openstackgerritAhmad Mahmoudi proposed airship/treasuremap master: Upgrade k8s from v1.17.3 to v1.18.6  https://review.opendev.org/74868016:25
openstackgerritRatnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container  https://review.opendev.org/74857016:27
openstackgerritRatnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container  https://review.opendev.org/74857016:29
openstackgerritRick Bartra proposed airship/shipyard master: Improve logging of Shipyard _execute_task method during failure or time out  https://review.opendev.org/74827816:40
openstackgerritdiwakar thyagaraj proposed airship/porthole master: Upgrade etcd to 3.4.3  https://review.opendev.org/74831916:44
openstackgerritRatnopam Chakrabarti proposed airship/images master: Initial Commit For CAPO Bootstrap Container  https://review.opendev.org/74857016:52
openstackgerritMerged airship/armada master: Adding space in logger warning message  https://review.opendev.org/74870217:43
openstackgerritRick Bartra proposed airship/shipyard master: Improve logging of Shipyard _execute_task method during failure or time out  https://review.opendev.org/74827818:00
openstackgerritCraig Anderson proposed airship/images master: WIP: image builder for ubuntu based airship hosts  https://review.opendev.org/73077718:20
openstackgerritSidney Shiba proposed airship/images master: Restructured boostrap_container folder  https://review.opendev.org/74853718:24
*** muhaha has quit IRC19:17
openstackgerritAndrew Schiefelbein proposed airship/airshipui master: [WIP] add auth login page and related functionality  https://review.opendev.org/74801719:25
openstackgerritCraig Anderson proposed airship/images master: WIP: image builder for ubuntu based airship hosts  https://review.opendev.org/73077719:37
openstackgerritAndrew Schiefelbein proposed airship/airshipui master: [WIP] add auth login page and related functionality  https://review.opendev.org/74801719:40
openstackgerritCraig Anderson proposed airship/images master: WIP: image builder for ubuntu based airship hosts  https://review.opendev.org/73077719:45
openstackgerritSidney Shiba proposed airship/images master: Fixed Bootstrap Makefiles for CAPZ/CAPG  https://review.opendev.org/74853719:48
openstackgerritMerged airship/treasuremap master: Upgrade k8s from v1.17.3 to v1.18.6  https://review.opendev.org/74868019:52
openstackgerritRick Bartra proposed airship/armada master: Update keystoneauth1 pip package to 3.11.1  https://review.opendev.org/74875020:11
openstackgerritMerged airship/airshipui master: Update logging per feedback I got on a CTL patch set  https://review.opendev.org/74852421:02
openstackgerritCraig Anderson proposed airship/images master: WIP: image builder for ubuntu based airship hosts  https://review.opendev.org/73077721:12
openstackgerritRick Bartra proposed airship/shipyard master: Update alembic pip package to 1.0.1  https://review.opendev.org/74875821:36
openstackgerritAndrew Schiefelbein proposed airship/airshipui master: [WIP] add auth login page and related functionality  https://review.opendev.org/74801721:44
openstackgerritRick Bartra proposed airship/shipyard master: Update pip package versions in preparation of pip 20.3  https://review.opendev.org/74875821:46
openstackgerritRick Bartra proposed airship/shipyard master: Update pip package versions in preparation of pip 20.3  https://review.opendev.org/74875821:47
openstackgerritRick Bartra proposed airship/armada master: Update pip package versions in preparation of pip 20.3  https://review.opendev.org/74875021: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
openstackgerritMatt McEuen proposed airship/airshipctl master: Add airshipctl versions catalogue & replacements  https://review.opendev.org/74660822:20
openstackgerritRuslan Aliev proposed airship/airshipctl master: Refactor cluster* commands  https://review.opendev.org/74855422:23
openstackgerritMatt McEuen proposed airship/treasuremap v2: Add prometheus-operator function  https://review.opendev.org/74832022:25
openstackgerritMerged airship/treasuremap v2: Fix test-site reference to target/initinfra phase  https://review.opendev.org/74746722:46
openstackgerritRuslan Aliev proposed airship/airshipctl master: Remove get/set-authinfo/cluster commands  https://review.opendev.org/74876922:57
openstackgerritMatthew Fuller proposed airship/airshipui master: [WIP] Lazy load phases  https://review.opendev.org/74802023:16
openstackgerritMatthew Fuller proposed airship/airshipui master: [WIP] Lazy load phases  https://review.opendev.org/74802023:21
openstackgerritRuslan Aliev proposed airship/airshipctl master: Refactor config* commands  https://review.opendev.org/74877323:33
openstackgerritSidney Shiba proposed airship/airshipctl master: Added Bootstrap Config templates for Zuul  https://review.opendev.org/73786423:44

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