Friday, 2019-08-30

*** avolkov has quit IRC00:01
*** nishantkr has quit IRC00:03
*** AlexNoskov has quit IRC00:19
*** dpawlik has joined #airshipit00:20
*** dpawlik has quit IRC00:24
*** mcriswell has quit IRC00:25
openstackgerritJagan Mohan Kavva proposed airship/airship-in-a-bottle master: Adding etcdctl utility conatiner to airship-in-a-bottle  https://review.opendev.org/67462600:26
*** dr_feelgood has joined #airshipit00:47
*** dr_feelgood has quit IRC00:52
*** licanwei has quit IRC01:12
*** alexanderhughes has joined #airshipit01:44
*** dpawlik has joined #airshipit02:21
*** dpawlik has quit IRC02:25
*** alexanderhughes has quit IRC03:53
*** phasespace has quit IRC04:04
*** jhesketh has quit IRC04:20
*** jithinjoshy has joined #airshipit04:20
*** rezroo has quit IRC04:44
*** jamesgu_ has quit IRC04:53
*** dr_feelgood has joined #airshipit05:00
*** dpawlik has joined #airshipit05:30
*** mbologna has quit IRC06:04
*** dr_feelgood has quit IRC06:04
*** mbologna has joined #airshipit06:05
*** rezroo has joined #airshipit06:08
*** avolkov has joined #airshipit06:35
*** jhesketh has joined #airshipit07:38
*** dpawlik has quit IRC08:12
*** LoicL35 has joined #airshipit08:24
*** rezroo has quit IRC08:38
*** rezroo has joined #airshipit08:43
*** dr_feelgood has joined #airshipit08:45
*** dr_feelgood has quit IRC08:49
*** rezroo has quit IRC08:51
*** dpawlik has joined #airshipit08:52
*** LoicL35 has quit IRC08:56
*** dpawlik has quit IRC09:46
*** dpawlik has joined #airshipit10:12
*** jamesgu has quit IRC10:23
*** jeremy_moffitt has quit IRC10:24
*** gagehugo has quit IRC10:24
*** evrardjp has quit IRC10:24
*** irclogbot_3 has quit IRC10:25
*** jamesgu has joined #airshipit10:26
*** cheng1 has quit IRC10:26
*** evrardjp has joined #airshipit10:27
*** irclogbot_3 has joined #airshipit10:27
*** cheng1 has joined #airshipit10:29
*** jithinjoshy has quit IRC11:20
*** dpawlik has quit IRC11:39
*** souradage has joined #airshipit11:59
*** kranthikirang has joined #airshipit12:07
*** dpawlik has joined #airshipit12:25
*** cheng1 has quit IRC12:29
*** cheng1 has joined #airshipit12:31
*** sthussey has joined #airshipit12:34
*** aaronsheffield has joined #airshipit12:39
*** mcriswell has joined #airshipit12:42
*** dr_feelgood has joined #airshipit12:58
*** KeithMnemonic has joined #airshipit13:21
*** alexanderhughes has joined #airshipit13:27
*** obravo has joined #airshipit13:32
obravoHello everyone13:37
obravoDoed someone now  how to manage k8s services spec in Treasuremap?13:39
sthussey@obravo could you clarify?13:40
*** rezroo has joined #airshipit13:43
*** obravo has quit IRC13:52
*** jsun3 has joined #airshipit13:52
openstackgerritDmitry Ukov proposed airship/specs master: Introduce isogen subcommand for airshipctl  https://review.opendev.org/67670013:58
*** jsun3 has quit IRC14:05
*** obravo has joined #airshipit14:06
obravo@sthussey I need to manually  change  clusterIP  in  postgres k8s service  sec :14:08
obravospec:14:08
obravo  clusterIP: 10.96.244.3114:08
obravo  ports:14:08
obravo  - name: postgresql14:08
obravo    port: 543214:08
obravo    protocol: TCP14:08
obravo    targetPort: 543214:08
obravo  sessionAffinity: None14:08
obravo  type: ClusterIP14:08
obravohowever , i don`t clearly understand how  services are managed in Treasuremap14:09
*** dpawlik has quit IRC14:11
sthusseythe clusterIP is assigned by calico14:11
sthusseywhat are trying to change it to?14:11
obravoi need to change it no None14:14
sthusseyThat would be done in the postgres chart and I don't believe it supports specifying it14:15
obravoi`m trying to make it change in Tmap  some way14:18
sthusseyI don't believe it is possible14:20
sthusseyAre you attempting to move to a headless service?14:20
*** nishantkr has joined #airshipit14:23
obravoyes14:30
*** AlexNoskov has joined #airshipit14:31
sthusseyThe postgres chart doesn't support it14:31
sthusseySo you'd have to start there14:32
obravoit worked when i did it manually14:32
sthusseySure14:32
sthusseyBut when the chart creates the service, it has to support creating a headless service14:32
*** jsun3 has joined #airshipit14:33
*** mcriswell has quit IRC15:01
*** michael-beaver has joined #airshipit15:07
openstackgerritRajeshwari Dharwadkar proposed airship/deckhand master: Fix for opensuse image build issue.  https://review.opendev.org/67870615:11
obravoOk, i`ll think about changing chart15:14
obravothank you!15:14
openstackgerritMatthew Carter proposed airship/drydock master: [fix] Update hostdeps.sh to do a non-interactive apt install  https://review.opendev.org/67753615:14
*** souradage_ has joined #airshipit15:44
*** souradage has quit IRC15:48
*** souradage_ has quit IRC15:49
dr_feelgoodhey guys,16:13
dr_feelgoodI was following the deployment guide16:13
dr_feelgoodnow I need to update secrets16:14
dr_feelgoodhttps://airship-treasuremap.readthedocs.io/en/latest/authoring_and_deployment.html#update-secrets16:14
dr_feelgoodI was trying to find an automated way to do it which I end up with this command:16:15
dr_feelgoodls *.yaml | while read fn; do sed -e "s/^data:.*/data: $( openssl rand -hex 10)/" -i $fn; done16:15
kskelsthis would generally be OK except for a handful of files - if you look at the contents some of them as `ceph_fsid` and `tenant_ceph_fsid` require `uuid`16:16
kskelsand then in the `ipmi` password file you want to update it with the password for your actual bare-metal server ipmi access as maas/drydock will talk to them to provision servers16:16
dr_feelgoodkskels: exactly, there are some UUID's in this folder, so my question is if I update UUID's with openssl rand -hex 10 will be OK?16:17
kskelsI would recommend as the document says "UUID generation uuidgen (e.g., for Ceph filesystem ID)"16:18
kskelshttps://www.irccloud.com/pastebin/3QU0PBC8/16:18
kskelssimply running uuidgen on a linux system will give you a random string16:18
kskelsfyi - here is a patchset that attempts to do similar - https://review.opendev.org/#/c/635694/16:20
kskelsbut it's not yet fully complete, though might be useful..16:20
dr_feelgoodthat's what I was trying to do,yes. Thanks @kskels16:22
openstackgerritMerged airship/deckhand master: Fix for opensuse image build issue.  https://review.opendev.org/67870616:50
*** dr_feelgood has quit IRC17:48
openstackgerritEvgeniy L proposed airship/treasuremap master: [airskiff] Install all required dependencies  https://review.opendev.org/67831118:06
openstackgerritSean Eagan proposed airship/promenade master: Armada metric output for genesis  https://review.opendev.org/67810918:16
*** obravo has quit IRC18:49
*** rdharwadkar has joined #airshipit18:58
*** Swami has joined #airshipit19:18
*** Swami_ has joined #airshipit19:18
*** Swami_ has quit IRC19:19
*** Swami has quit IRC19:19
*** KeithMnemonic has quit IRC19:22
*** rdharwadkar has quit IRC19:31
openstackgerritEvgeniy L proposed airship/treasuremap master: [WIP] fix airskiff gate failures  https://review.opendev.org/67950520:10
openstackgerritScott Hussey proposed airship/drydock master: [WIP] Improve error logging during validation  https://review.opendev.org/67950820:15
*** phasespace has joined #airshipit20:29
*** kranthikirang has quit IRC20:36
*** kranthikirang has joined #airshipit20:38
*** aaronsheffield has quit IRC20:39
*** kranthikirang has quit IRC20:42
*** jsun3 has quit IRC20:43
*** michael-beaver has quit IRC21:07
*** kranthikirang has joined #airshipit22:03
*** kranthikirang has quit IRC22:08
*** avolkov has quit IRC22:24
*** AlexNoskov has quit IRC23:11
*** alexanderhughes has quit IRC23:17
*** jhesketh has quit IRC23:18
openstackgerritStas Egorov proposed airship/promenade master: WIP: coreDNS probe refactoring  https://review.opendev.org/67952523:30
*** kranthikirang has joined #airshipit23:51
*** kranthikirang has quit IRC23:56

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!