diff --git a/infrastructure/ci_worker.tf b/infrastructure/ci_worker.tf new file mode 100644 index 0000000..33b92db --- /dev/null +++ b/infrastructure/ci_worker.tf @@ -0,0 +1,31 @@ +resource "hcloud_server" "concourse_nodes" { + for_each = var.ci_workers + + name = each.key + server_type = each.value.server_type + datacenter = "hel1-dc2" + image = "ubuntu-22.04" + + backups = false + + ssh_keys = [ + hcloud_ssh_key.default.id + ] + + labels = { + "node_type" = each.value.node_type + } + + public_net { + ipv4_enabled = true + ipv6_enabled = true + } +} + +resource "hcloud_server_network" "concourse_internal" { + for_each = var.ci_workers + + server_id = hcloud_server.concourse_nodes[each.key].id + network_id = hcloud_network.k8s_net.id + ip = each.value.private_ip +} \ No newline at end of file diff --git a/infrastructure/vars.tf b/infrastructure/vars.tf index eef5804..dadebb4 100644 --- a/infrastructure/vars.tf +++ b/infrastructure/vars.tf @@ -10,3 +10,11 @@ variable "vms" { private_ip = string })) } + +variable "ci_workers" { + type = map(object({ + node_type = string + server_type = string + private_ip = string + })) +} \ No newline at end of file diff --git a/infrastructure/vms.auto.tfvars b/infrastructure/vms.auto.tfvars index a64c6ee..9156906 100644 --- a/infrastructure/vms.auto.tfvars +++ b/infrastructure/vms.auto.tfvars @@ -18,3 +18,11 @@ vms = { private_ip = "172.23.2.21" } } + +ci_workers = { + "concourse-worker-vm-1" = { + node_type = "concourse_worker" + server_type = "cpx21" + private_ip = "172.23.2.31" + } +} \ No newline at end of file diff --git a/k8s/ansible.cfg b/k8s/ansible.cfg index 77f7ee4..47aa554 100644 --- a/k8s/ansible.cfg +++ b/k8s/ansible.cfg @@ -1,6 +1,6 @@ [defaults] nocows = True -inventory = ./inventory/ +inventory = ./inventory/clusters.yaml ansible_python_interpreter = /usr/bin/python3 become = True diff --git a/k8s/inventory/ci_workers.yaml b/k8s/inventory/ci_workers.yaml new file mode 100644 index 0000000..b81382a --- /dev/null +++ b/k8s/inventory/ci_workers.yaml @@ -0,0 +1,9 @@ +all: + vars: + ansible_user: root + concourse_version: "7.8.3" + children: + concourse_workers: + hosts: + concourse-worker-1: + ansible_host: "95.217.220.68" \ No newline at end of file diff --git a/k8s/inventory/clusters.yaml b/k8s/inventory/clusters.yaml index b7a6167..0dd9972 100644 --- a/k8s/inventory/clusters.yaml +++ b/k8s/inventory/clusters.yaml @@ -13,14 +13,14 @@ all: control_plane: hosts: cp01: - ansible_host: "2a01:4f9:c012:7d4b::1" + ansible_host: "95.216.168.169" k8s_ip: "172.23.2.10" worker_nodes: hosts: worker01: - ansible_host: "2a01:4f9:c012:7521::1" + ansible_host: "65.108.148.54" k8s_ip: "172.23.2.20" worker02: - ansible_host: "2a01:4f9:c011:b313::1" - k8s_ip: "172.23.2.21" + ansible_host: "95.217.184.201" + k8s_ip: "172.23.2.21" \ No newline at end of file diff --git a/k8s/inventory/group_vars/all.yml b/k8s/inventory/group_vars/all.yml index 4ab8313..16aed74 100644 --- a/k8s/inventory/group_vars/all.yml +++ b/k8s/inventory/group_vars/all.yml @@ -1,658 +1,662 @@ $ANSIBLE_VAULT;1.1;AES256 -33343232363536356331343839383835333239633432393961336466653631343835373832333161 -6264323966333563613739336635656239323336333061620a333832663036323037386635656338 -36653132373839643533336463656538653634626531643232373866326664663838363832383831 -6339383462386335370a316631393033613837326666663130336137316634356132373539623637 -65373537666237626361643731383831616363626462653932646130393739386164386262363139 -61663532303339343437613530313137656339393066616536343030616138643463333062656463 -39383666373432616238353635326262613465623734383034346161366262366534626364323834 -36653639383761336537306366353733353761623035623238663834656439323731336537313737 -38343537333436643561346563383361343264636138613835383866646330303730636535613731 -37313337613336613237626561626439393532373432326434626538383231386665633231353666 -36666337313837386631643864373465373430313934316338353963366365303638366430333462 -30613339323864383531386134663333383237663836343066623130313838663166346237393332 -63306263663434346536323737643735383363663336326639653634653533383634613161333662 -39303964376266663537333638323066393334613939653161373932383630346663346434656533 -61653737303938653936373436643033666565313861653465346130393462313838306631666637 -37616230643964353936376466333761353333376261323164383232366664616530643935306262 -38653130356134383965373337323737373033396366393265626466666136366335613432633735 -66336362386534396263366637363264353435336566646464323961623630623961373961633439 -63346237356665383430623761663365386430653035666637333966383336363362383239613937 -61303630646233653936306534306163383862383363386466656132393437396566666365623432 -37646364373938613965616535643565363164653664636462616561646339656631653331383232 -66326332346462373239373364303264313931366137383362323563616165306462383631326537 -64373431363261326335623436383139346334653032363862323039663134646437643633633334 -63646630626331323530343035313263643662653730633836646432383030326332313464376366 -62633061633632323035396465616537333833313063386330393237393630333465373364366539 -34633062323566623162653265613930363161656661366533396434376262353839373264633133 -39333963666462613464633335376664303161653039646132323761366464313638636431636432 -38336164373538623134393139336335306231646366636466383736323465353034333333636430 -66653761613832646461626561336337616338623938383835323439396638653433366463343334 -34633938336532623863656462383734633465343732613362306333356262366561343461623136 -37383433326661363633613565396533383531626139393565636432376363636361663535313336 -39363931656130643533336532643037366332663136373631353338303036653239626165336437 -37396233333065663730333034623438376235343137663933323063383165376436393539643232 -33366362663232656366343033643964353966623437353562616433643164373737353166363232 -35303736316564613334363134383931656233643462633731636166636663663731323234643466 -32356561646266623164633034326462663462353936643063633933336330393430303330383165 -61653463363765306435376339646636313333366139323830316365353238303830666166336132 -62343239333637636538366664653732323038343938616663633035376532346161663065323663 -63333030626539663230383161386533623762636137666337346336646162383663663634313964 -34393266386464626437346465643263363837636232346366303065376636383265323635383936 -65353966383737393866313236633733356466343565343763306133373138306433663634336539 -37376238303463303838356464623939653331313263633466353861623534376339316337656566 -31303236303439366531643634366335336633393966363131386233666261326662376663343639 -33386231613666653036633263343836306161396362386366313165393737363932303634313861 -65323934646564396139313033396139376564656235326365623264653161386633663064363332 -64636662616230363433396664393163336632643863613737316262303933663431353237376135 -34333639343365316262666662646264643836353138623031386139323265613734393130326263 -32323763623531616161626136353031383239343533393131653937333963656139303835343938 -31646565316566356161616566353233343133613264313034613032316432376464306131393761 -65313064643936666531643162623333346265356430346533303630626339316364363631316536 -62636231326564643164376135353437626431623937323766616264303463646666346334643137 -65666664313165396337333830393333633561646362643136646135613962376663333961356564 -33356331623038326336666337353639356562303037623938343937316236383161333131333366 -63396264363364666162346331383665666161653066396439333336623737656332663237353437 -35373434326465623531613437316434613731323239373133306430613438626134376463383665 -35383132376530343039363963333331303332643964636439623036643264346361323166313462 -31376438623130373261346237396465646362613533643832373531626336646239373765366162 -63663533313634396238653761616666313133313038333665356631336662376530396162626637 -31613333383738616131383632316130316335666365393335353031633530306262303538656164 -64383039663035393862323739353731653936343032393839616136363737386566613239663538 -37353834633364626535313234343830306334386533353130636135356530336263623735613731 -65363062656164663633336434383035353730393339303132333239306464336437303864323432 -31666366343132306236653136376131636534356638666562663962323761623461613235383035 -38333633656461393763313864626135626438396434366664616266303031623332653964623232 -66383431633431366330336435313631373261643531633934356135386364613564323861373262 -34376364626436613635633261616465636432393435373361346338633761326465656436383364 -32396538643931643830396139613137366662656330343935333232636463656334383162646236 -32396637613964656463613163346665343731373931636330383538333330646134663936653833 -66316135653238663665666535633733343030366361316333613331636332306333373565643261 -66346438613431303336333330343035656531303531663261653363373231656163363861373036 -32616638363763333230626366303339613562623434666332383564663537383136646265323131 -34353134326130633036333036323538653561643165393631373131613436393433666635373234 -39393833623361376663393133353565326665303034383338303863363061303562636239313139 -64373232366633653532353836343032383036303130343663323134306234663062303436643833 -61366265656562663065623435383661353233323661353561666132326234373436373933356633 -63393936323066363338646133373438366534333739333532363731313030643465316165303237 -62663264336630306264356561323836666465373632333861653738383036323132643138646130 -66326665623235323239376135383237346332613563396634613135653033383231656237653361 -36396336336131376239636438656531623931393631313039666166643664333662383261373638 -39346633396632613037613765613431626538666533636234323232653630386532303736646237 -36366163336534396462326433346466336564636330626135623163393938356433363764656665 -32303734363161373661666636396531313832303364303435343732613264303232643435656236 -30303362626535396435376534313734386433313365303863386261616466616334313534633963 -39626431653430316433616138643537303461663632633536636562346161376261646662376663 -30353264376434353332383832613638323332633162303230303335303038386664313234326365 -36616630326562646335336236653831626331383565396666393763376633306436336666356662 -62343635653334386238643761396333646263303262643639366130316134326430326266306162 -30656661613165633037363534646435383936303036313936386330636165336633633664623061 -30643662343731646233383838383932346366633662633838346434326362306565303134373262 -39363630363333633636636231636665353839643764393939666331383433666666636639656163 -33613331616432623535373464346264636462313566383538393433636431313536386565663532 -36383232306264653939303132363661613832376630333036613136393732393636373737396133 -38636334303039623335643262346633633433396162393461316239646636336334613434376638 -37653438663562636665613362376532393033356132376533633738346363306339656439326366 -63613431393365303638313838396463336363353639373434326530366133663835313433636238 -36396135623137663731383330633932376131663166636533346435643038663832663863326537 -66333133636635353734323539633465623331393731306130653762336366363332613765373766 -66666162663166353535363666386464356539653339613939306464646239363937376139396165 -65643462323365386263633633366330303463393061386431613731646665323131303939666332 -64396163323562613865663039666165346230353266306435316538643339336530313237363436 -64373139633563353139636162386437653466323261363737373062366361306239396462383765 -61626630336464613762326536623632633930613836383437623938626635646639313330663064 -64613238633563303538303537356332373536656339623761333132326538343663383963666533 -63386235393763623334653966393931656664386262613261396464323861376234643761623765 -34626538666637623365306538343033373434313764383165323532653739663835336533303438 -65333665336132393837306537363833306234373833353939366531623534656639363334613233 -63316339656237363962386136663038646365343333623966373761383563656631366430613539 -64373239663962376239333534393030393665633165373032303539646531626164663361626634 -36633033303363316632383835396164306538333065626430613236666163346233376663363631 -38376130313232376162613738336266613833303738616239353637383339623266386632623938 -37343162396161653831313734316264353931303632356136346361333132613932326638363930 -33663737353533333763666331656535323938643930316131376434663561326437363234336665 -62313338383563366230623935653036366664366434356434633262336635663362613337326630 -61306661663737623036623039333666623664616163306666653939623164303237333836363066 -65323630356239623366626465366164376635346635333031343863643133316332646664323061 -32376137663136353561623961393161646132393961666633353939343266346634363361636633 -36663466333031306166616262326638306430323663346163323063666561623737383435613739 -30623639623031626436306133316466663965333261343966366336306136383564663261623234 -33656334383337336263366263626430306633373336396237323761633164653436313563323931 -63313138646232306632353933333564663564666339653933313261633633636537363837353339 -30363562393639333331373335373864323466353637346536613934373238363139663763326136 -31643265373234656539346437643736626630376132346132666239303962623162353034626161 -32313439306634653930613739636161306133326336383832333437353965313739386666393031 -32323430653761623164353033646664376339643036373633323164356538306432333536613964 -33303865356133643734353366656235633335333365333735393134393736623865353831653064 -62333963306333316339653538376137653765333230633335343438306230656337383661653338 -36396564366139616536346539636633376632666130346565323561623239656537313163343063 -64353362623138373635396639303032396137643165373636363663386138646465616366333165 -63323563313165353365393565313139626430363236363838643264653766343634386330313033 -35666537366564333063356263383130393431396233316235363939383932323965363430333737 -37313839636461393135633962666563346234336438393863303266303335336435396536306461 -62326332343135613464663364653035376631393363373265343766336131613931613139373362 -37643231613563666530343764316635636364356264393964336463336137306230346262626433 -33313264336134333831353936303336666336656266336137323161343838363061363239373632 -38343763353033626366613062373864656434313031633563336635353365363030336134303839 -63626332363732376237373063633937623439356561666235623138613537303866656338626233 -66306664313161613566343162343163373734373439343235363337333663383636383130326232 -38636539303134376364656436646639666139366261393936306164363165343932393134333065 -63346133303966353632643433303735373130353937373231656135336139353664353235323031 -61643532646265643336653030613766393864366661643930336466653964326362323037633630 -37373030393166353237393335623833303437306338623065323561346263393337623038333036 -34653662323339346361396637333332336363323432376665643633383730363930626339333133 -61353432383236663661353737636638343330396437626538353738373936653137646431306635 -63666234643331343636323536363539333334383230333131376462336561616333613063656334 -30613837626661313331633865393266346239613566373062646135373263333762623061383662 -36643230346534636236626462326238656566633634303831316132636632643335343834663237 -36613466653763353265326233323934366264666336383862326433383362353533313262396438 -36343364653239626563633064666530336562626434333237656135366266343634636164393962 -30616165383531313363386330346638333465653462366563356131343236666239373832363838 -64306330366632656365386338333361333361633539373231333266656561306239356561643037 -30396236373137336164316334386566386664353563306566333861656365663466636362613134 -37636334383635666339626538346461633835616563346630643533613135333966363462383235 -30663562393965323837343061353839326634666234653561363131343464633261303265326236 -62313763343264633030353330653830623939306633323462306633626463326538363434333333 -65376236656533356566613465393338303239313533616561373965623266656562303663633063 -30353666353931326633636634643036303934326662386530363138383265653738363537323634 -66396262393331333931656261656164333561376138646532373162326462383536363234633262 -37366433376138613530323632633164343865373336306431316365336635626336316432663437 -64633337633362343335623637633031303838396334316231653464386664646436646462623262 -33333337386634643263303132623661313161393930353364313039386161626132636131383034 -31663936623133613036313236643863353230313532623135653030613632616536303962363864 -39613164383065653638613333376566353230363931643466383638323166343337656533656239 -32666639663531323839353836333963326365323236323636346539633663343730333439366265 -62663938363238636664393161383238326631386166383962363831363736386633303232666661 -61663034393339366439333337333332356631646230656662663034346334343666366636333539 -62396338323535303962393562303134353531366232636364373437666365623361353736366437 -64633064356330666537656537643030613035326266383063363364666664363165633339386666 -36363063343233356461323731303339643266666332613531363765316435323666316138373566 -61656661343137653366316430353333633062376432353432333062353131306164343863363163 -32666538343931363033383932373161633837626662623939663561646635326130363461616361 -37636135386364303239663561633166623536306464656165323865383736313133623837346238 -34313035366662623034393165343339646532656337663133316434343538633439616431666361 -61313065616264386465313238326462613337316236646364643931636166633265663632333164 -64393532303361303534326435343432623835616161346634323566313866326363313465633263 -31653235373461636134353334333033616337613463613361323534616165613932323765376336 -31303563653137626130356665356531383038303932306530396431333161333166373166373066 -31316338656663626133386637323636376339323661363231616564623736613337336531643366 -34653438393637393732633436373431393333636337656565313934656163663066326236663964 -63333437653837333863306162663432306464643932366535623235323734373634326432333265 -36323037653064663234646532356236313437383866356536396565636662616561303461396636 -62303265636631616662386631383035333130313162643830336230666336316631656635306235 -62323734316639323830363661353964653232363733383733353937353230376563383964663264 -30646332656563353836626630306430656531313332663566643031386433653765353932363738 -35646439306262383261303065663033306563353336663362396362393062343164323938316632 -37633333666536626164633230323432653737663762633462633530376132663339393639376132 -65646333333233353566663966653033373435653461313066663231333238363030346238353931 -36346236393838373762643731343765303831626363663666313038633535383962636261376463 -34336664323566336633656238393065376437383066623766633236316439356537633661323836 -30306365306363663064303032323766646335313936363134363736366438396435376565663961 -37623963366634653932616136663339343934643138626530643166366664313638333364373662 -37646631303734313737313863383033313636623030333833323466663430386631633735623932 -30623065396333663964643535613362643736343062383530636565376462663234343933356666 -64623037633835333531613135396339393866386561623936393236333164396439613132633733 -37313837363164366631376535343837373539653332613033393236393030633531303463396266 -38356335633333653661313331393330393537353165643831333731373934653636326535623232 -31656536396531396338356161393065656535323765303737346336323765383333343564343963 -64623137643764303732623765626232313337373965663066636131343363623937326465613761 -37343937643262376661376136343761373032396133666431333863623330373962633134663035 -32363239386166326566323637346436633162626665626562333034393133646334306362313638 -61613064393133633962626633653063353133373233353861336635386531393533633833323863 -36656539313439336364343361353330323330323636356663353338376263376532626262623861 -35616561633735353837663465666631666138623736346463346564346363333264656536383465 -32353865343439303537386461623931646233373364353732356530623365623062616262303035 -39393938336161373032326436646531353736633038336237656165626636326538336335646331 -39396165653662663033396638303233346364623437386361343761366139636566323332633437 -63333930623061646261616530366361393035626163306636306233613139613135366236653339 -39336435653264653636333133333639306436626236373533356530666665393062383731643662 -36633866323139636564623864313764323261653663343335326332633138666561633662653461 -31376161633066616232613166373830353866626562343037303138316363373431656362663435 -66616633326235313362336363366438373064323333666336393135666666343361616534393061 -38646339653230313633656662666437653164383763333134396631303232653333653265663636 -36306163613735343238663734396664376532313231346138396231323861313830383837643963 -31346563363533343730323734316337363637336434643239323932623335336261666162333864 -65363630633234326265333061626461333234373533353937396262656536343562326337626439 -37336265646234353535333637363662636233373866383532396163646434666663353131343135 -34303338343738326435323532653631643434343966393163656432636231303265336562326664 -39326538323964393532333135633937643764333838366434343036306236616230333361313437 -37643430666232316339386539376130313533653335393765393837363636626434663263323736 -32333034333765323862316561643463633737383631636261316665653938643030343865343238 -65303066666536373530373239393536323636333434333937613963616531313038623861386163 -37613731393737613630303561636632633336363031623635373930373233303437633061386534 -65633931313734383163616530313261666331313433343335323133636665616131373461623638 -36376231373463353138393334323637383335623462653964656639626435613737303438356233 -33646463306263613865336536666236373333346262633066646637393464326263633363613335 -39303932303065623031626462653261333636306233303733333966653538393034306631656565 -66656565663636303436343436353236333637336435613931353536626232663039303162313430 -39633635313861623963313238386663313137663265326363613566396333316432336432303766 -66633133613933316264383163393035636334306535313862313937346136393164346366663735 -35316563326239353534373761306431343663623637633432323830633835663732373265633263 -63386530653863396161626633633661353666313466383831616464353362333735313961323262 -38616532393831646236306463623764313937366130623162373938616536643765393537653565 -35646536316332626233396237303561333661316563336635363639306463336266356264393434 -65346531626535616331343864336437313632316231356334323534373536326562656135373538 -33343239326361643662633863363062646130313635613337643966396335356438303336646636 -62333831613637633430663334316162636133383436653633373537626363383864383464333539 -66316337643734653037383736616131616231363537376463383734623539633137393139383439 -36383561333763383661653561616439373831396432656664656139316466613436666165393238 -33313835616466336534323137616331373864343037663338316636623965383434383763363639 -66306232313032336263656335636639373666363163613963363332383061653066623832623661 -66393131633464386161623538353332373038626262646562653462366137366331326565363934 -37343333663666306332646330663135316138346138353031336564613063353033303838656665 -36343437643833313538323535376230316462653563333962353364326264343030623833613065 -66323032633231633739633236396161333336613937666539613030346162333635393532303133 -66373766313162396637373839343331373262386639393837383466393737626364633465383736 -61336265623266386531323163363036383466633638356437373231313262663663343438666564 -36666632363232353830656536353762343736613436653939313064663764323632613334626265 -35636261626134303934353730326134316638316634336139303734323666396538636630383364 -38326136303966303830316439393562383433326563663133613261363266663536313465336434 -33613765616333616662363066663866393238393931343632653463633962653564303832336136 -65306530623964623533653831366333393664666665363533653630663663636631623134386239 -61343036336138643438396338333632336165643238633665373665383937323532383636343936 -61336438653239396163353934643762303834343764623364343634376336613233333233393134 -37386438616635653734326339633634333064616162643261616161303634366237383132343932 -37303432616630663435303733313034393736366437353739633639323131343931613564366462 -65646435616265343866366530633530386235313035386337313931323134646233356130343931 -32376461346638323736653962643938663465643864323262363563643864613536613234383334 -66643236306235353736393166633666303739613439323333346563343032333637363136346166 -35396439626338366663633939313039653631363533343232643266326230323961336532343937 -62326233343330323361306663313432643031373430363435326230656332313932356233326232 -32376130363366643936646630663136333339316562626538346266383466653136336339336363 -65316439323837363863636666623933633962643933653163636236646537313930303931646432 -66323539643961363162663337393431346638663237393465646336383862663437376135386330 -39333761396661363930376466363139393531666265656465613239646665353862656537626362 -31343239323237636433306361626131343335383431633063306237316261633934316538663037 -64346236363035643931306432643761653434613065633066633636626532363264336530343231 -32393633646365303563303464626237633839343636643736356639663035653536643633393431 -62613139336133383664356265613962363836356165303464373862623130303230646632626462 -65616361326265333430626334393663333137323336626534656264386534636665353338633264 -66623365396332333463626333626663643930613132336438646532363131613232383961653136 -33343239616662633466333431626433636336303833393161643931633834653033663736373463 -35363638663366373764653639306237386336376537363636363463313538343235343532333134 -37613565353865666666363234633737363531366161363434353232663466383036653163376463 -61636363366334346264656361313665356631313438616439616334393738303964653033306263 -36646263623231346330653137366336656461383761616435623639343538363365353034666465 -34363933666632636163323062353031666136663761663433306230393933386131306565616433 -31326435383439306131366235633964643263666136383634356238613632346630653666633134 -64393363393035316437333836653138333662386164383137353835376636363636333666363037 -39396462666265396362343737383935623332666431313137326431346664646364626133613666 -34366634303333633838313638313937636138353837356636363936643862303062313739326531 -35383334636439313563616138623639363330643830383838613938653132306166383664383137 -62336531393465623331323863313031636365396337336435333436353264663735646565623934 -35366631656534323636303836383561303936383230623265633062323039356237613865363961 -39363162616137663964346637383536623764646336633265356232613331356561323336383265 -33646139373763646366303639626631643633386632653766633034646466303333626137343466 -62623766303165396264336538326138346332643834323330363739316562346265623032633730 -64353161303435346636623663303539383935393830633164343836646166323136326538353334 -32306136366466333234336464623265653736643764643564336337383634396265666363336137 -30346131383133316237663163616664616662323966656361636264656132333861313639613736 -62326336623637636233323934306363303039393966623530313536386465356565383238316164 -32636137343531633037656430313434323961636537633030366233616363343738356262643733 -34656530633663333866643335356435663935366130353939636461336434313066343062666330 -36333233643766623861613934613764653235383864303464313132333631613034363037326564 -65336265316162666133303635643164623064653761316333343864306261663130656332376562 -35636562383865353264393933363135613530386138326264393762376535653539313237303464 -32613131383237396634343534333636323432303533623334353638666437663237313266303131 -31326138386439353532343734313062326638366636643736353739653735303465633664313433 -38333130333233613730653065623665633437376563346538383632626433323736333830323434 -36393839363534313164373666643930353361376661646261386639616433643564643736353232 -36306163353631643061313136333337333835376532613736373163346438366437636266363866 -62356333313238646132643037393739393839396237626131383464323439333535313333343430 -39343364383534333837653036613366383431383838663164343563306463643830613732363134 -34623565356464363339313738656661313462333837623239333035633164343137623338656338 -37386239363161656338316439666434653864656130323965356438316437313963363236623937 -63313363656136626362396562653532316465333331333131366137386638366530323432313132 -61363534376234616538306462346463396663623061613737353964363338373363633962333363 -37333334633336363232376438386265383266663035323464373330346165653038393737653965 -65643765366434306632656534333037646533363135393065336261653137626132313163386433 -32386232396234633436636334393736306238316565623836393939616362643933386533383934 -31333338376337343461313831643735363134343733393265373034316533316336333933303462 -30653931643533353335366266343239643734336362343231666566393665356531313262363330 -33616461663463353838396266303436663131333936323232333166396362356539623031383265 -36386332636366643735383033633036653131373039646462653338306139626432346334323436 -61303966663065363135336130386433383466386330623364316536333065633333613461386334 -61336639656134343064383435353363313235373035303531623235396236626333366634646339 -34366436303634396639666666633934633236346332633637643533383361336666316431373933 -37306338353762653864666533616632386339626335326266653335663462663237383034313063 -33666262313735323462636436306232373238653538663530643432643039653565313863323937 -35636432303362306131376162316135383633373266666231303333626462643738613334633931 -63633235613064323637366136326338666535373865353934613138363161323134313465643964 -36353661613638313933323362613631346463613263663739373466343065373931326361393862 -36323065346362323834666365373234616365343564653436633731343436383936313432663530 -39623539393030386162353063653135653434666639613464653938393465356236643334373437 -30373636643664383933383236303934343636626335373831636430353439616434316531333538 -33393239626637646532623265656563393636306632363463623563303766363236633165366261 -64646132363636316636373230323161653535373838373931363432333639663733306431323537 -37643161353134313332353333346565346239363662303138663833383732626235636462336165 -34366264616162363862613738613638376464613163356463396336666664633064366264666163 -62316334376234323636366262626438393338373465393737373938333536366239663161356664 -63636430666336616439633835626463643361346661306332633835373335666466636164643734 -63313835363461343562363936383231306137383438316432623064306434316237646661623733 -37323362353762376438313766376661376465666662306538646365326236643738626531383562 -33306539383235353963376263663161313133323038376237646236613932633464396133373363 -36376361613363323234333264363532336166376238663761633034393230616638373831656464 -37333833313263633866376633343033643831306433393064663663666330643136386162316166 -38376536653464393432353832386662336239316134396535393431646366386332396639323464 -32613831643435396134373264366636626531393363363266373530386462353464653333363435 -35633330623766376132636530643230343831666333303861313232383835393535343861646261 -35343331326435373339323132306231313466636463383730383630366431373063376263376434 -37626631326365633434366162373038356665353964653063393366356163313035306331336565 -35343139343161343036373139383931643032383061363032333862666231316239326230633037 -32656133656431663962643333333235613336663233313263646438376364653963336366363063 -62353334373763356563363765313835303936633364613437343339306565353361363435636536 -39633562623938356138303831383862623538646535316237356462373733306666653062306161 -35326435636232393962356361353862323064646431383030616637316631633833613866623538 -34353537386330616233663562666532366239393665613530633631313561656230636366666439 -37346635663831316164636230393266373430646435363736303634366435303461623235643036 -30303663303230346562356134643933306439373930393161346532663265363339303030363036 -34346331396364393061316632626162383933613337336462386366373136336364316433623739 -36343662313135613334643431366662626531343333323438366532306535386539363032653832 -34633231363031656333336166366263326239386331626663636531383565333562366263376632 -63656365323961343539636264313263656130636662363766656163626338353632363663393637 -61326639633866373061356163393635626433303038626565393565386563613932636338373535 -37376439663035393664383164623938643633313238393833316664393664316432643039616666 -39333530393436613464316263356161623263383331636162356137383530373365636636386465 -65353131353330636338656364363162393233623763353031353366366431316535333136653665 -33663431316239663536636161643835656532316232323032343936346539623064313834626330 -33353333636436336664326231316638313161333164616639346138393633653563353435636335 -61366635333364383863306138333439303131663636646436646137323761613430386438396363 -35636466373961633666376434373266643662393962316639633332306635626638616465643932 -30323831316537313630383364646162343765323439326262346266653964643236643235623566 -33333330366536643765623030333934363063623062636631663735626234373934306638323263 -63616231333132353831343539613663663763353234326266326633343937313338626363636132 -39323036303530613231656264623639323031643536373466323735643636313739636632633034 -66363231643861366563386564323833666663623262663865336531356464653833306637623962 -37303132363565663963376133363932343866356335303134373939653234646561393638366534 -36323661653832373863353235633833616530666635353433373132663662306439646132623633 -39396130363838303061306162633364353266313630373561323932633631363063663464366265 -64356437643035353339376435636166303465316364303836333032336236383431383162366436 -37653736633661313066353639323865366135623637376335623333313135323065663539623633 -37643231333366653939363632353335646465326439303166613062636338316530393931353236 -35633063663937333461363161383636383836373366326332333766653762326162633063613965 -38326632346530376465383531353631636130383566666363623833643464643462663638306465 -34323834313861353865653237306230333962616430646362343639383938626633623065323565 -34663034636630356630623138363437363665626561336162663865316539346332376165623038 -35373633366132306265336466653936373532623934333838303936396565323031666333313532 -64303437363862376539373361323462613364623361373364613331333863396333653462643630 -39313665663030383538326530346633313036343137353333633762626134366634636562323764 -63323261643462346234373835386135346161333266323461663030643361313930663837396162 -31363062313632306338383063653863333835313330663064656430623431666162653030303866 -63353838643065636466383035353966393038653761613664613763653039346538636163643331 -64356263613935636239303030343266353361643135333037663165343063366364336638353563 -37353265616132666161333933383431373930653764333565636237363838323436366431613836 -33633263363764336231373263353437643264666564303463353931363335376137646533633734 -35636437353336396539346635306631636536363738623362303463363636366662613265623661 -65373738643933383038396365363963666363333432303366333564333133366531376365663139 -32613836663666346265653961636336343132396333663636643165316462343336303434313163 -32353731636431623565343064386138386337346532623466333538633566323363336435646638 -62653266623537616436363930323838303964336463616139386330313238313033633136633566 -37643439303337396434323861623736366661376537636662653230396433653033373736333238 -38663336303535666436323833373862643130626362656563623264313962616534646361303333 -61386238376339353032343131383332373064323534616332383534383137636337353561326665 -30303565323963636361636438393262636632613535643235636663316166663139626431663537 -63333838646638393830333938383336663039636633353136383834356633646532643030626363 -31636135633333643062333032633063393366383537376234353364653363653866316465656232 -37363264653736663231336531663232636631356266656132613363336263373231333566343637 -37383465336263636532633630636539663733343231396334633662366335343965323761306536 -33633337323864326361336634343530343135353934343236356130383963316131303432353033 -39353834353930616338373832303565353632613330393566306631366632383566626563643063 -32613162316632323331363162633236666232656262373631636138343434336161373332613833 -63353638393334666564303562383664323538393639643361303032656265383663636335313761 -32376561353335643835613961333539303338326531316534366136613061356564343366613664 -63306439663933633732656338316664393066613737346537633465323730643862393033303362 -39366333343037653539333931316232323838373032383938353761356134353938613835343062 -33633666313662653432326661306239363163353935363633366566646365313761646231393338 -65346361666463303936623266343036313566363031333133623536353433643035613936373830 -34326236396666656637356631303830633235396434633531336531386636653836623430613931 -32303765336439633436313931656638383939383139343030366237313836616361383763623337 -65323036616535623665323338653832626162306263666664306334633738386330376333663365 -63663865323535633562336539323764646337373766396666313561373738316433373566363961 -35313061356664643837353339363839363836353735616432336637313934393965366666653331 -36633737343865633531383064343031646134353164386432373861343666353163386134626362 -64326331373332376161343233653635343133393931313836306166356565333131346163643764 -63373335653838323530396563656431653562633434396362396232323661373566383539353866 -32643265643761363465363562303031643739393735343033373962626263623963366433313439 -65373737386637376266633431353232353836303039616331313039653132626633636363306262 -35313832373736633031303732373735633463393164383134356561333864633338313432313535 -35353434396462376637643639393930373439326332393761373161326637326535653639343361 -65366339646436633838623366333739363838313234373730393761636434313336303334376163 -63623236353261303638306431616563616537363331313165313739316136313538366333366264 -65306230356663343230643433663038626165616333643466393661363565633730656664663432 -38353464313730396361616165326133376130346531636566363165653131663535333839353365 -65323835316466336336626265643963306434653136343138623936613538623633626364366334 -34363762356165313333323835636136663634626432326265373036373337613333373335356565 -36383562653032306632383935633231353738636634343866333032336239353030616134386335 -64653936343937383130633836366635303835363633353436346636323265303737316539616461 -36386665396565613566346630363034333835633834643237636464303335326136343533353664 -31646631333164643132306139316432376564336463383538393933366238393865383365666432 -63373965626637666134373565643364326638653764316365316437323936666566326365656232 -65306131666431373164396331343662363433313737646230323265383736333630376363643331 -61626135663566653336373161356337663136313833313131366163616138323834643136643332 -38343037633738643865373062343264396564323839383538666461613439353038666133393436 -31363632353464333038373132363465653435303961366233633833333330363039623133613864 -39653130336163623632633130323461363961616162323365623463353832643031646234656366 -39613563383736383536343737653262353930396639373033636464306337376432363934356332 -30336131323337653239313130663135353930376561616233633732623565616661356131356462 -37643135363633363332366635323630353566653461346164663965613730306564653832323636 -31646164383630393963303762366364333533623163343361326639343232393633663937376464 -31393539343236666338383134633836313366373865643132353564633466666262313932656436 -62626637306138363463346563363164306636333861663035653037396338656564356330306261 -64383963373530346338393764346563656665326234343539643637383931336333326539623337 -30353865643834643563343865643765356263623533666435623731376537613238386239366534 -37613162646265313162626637306433646234653732613530663065306232613362386634626435 -61623066306662333835393932326232313133326439656361306266623763623930663234363264 -38633232373035396534356361396235636138333634626439323161393864383333323634633865 -66323838303463346662333866343065356537313530376565306565303932326534636534303136 -36623432373032636531313338353138363263613065633731353034396261643938323461343335 -32383737383234653135373839363134376161626565613436326566343862653663653762356262 -64323236653434636465633039326465363332303762326163646239346231623038643931386437 -62373263393261313966333262633862636461616336343533613335393337323061623038346130 -32643038363863656161613562643066663765616637323830353833653333313636313166633463 -65613339393966353261323435353332633539393363613865643137663963366661613932313231 -66376636643063393766336432336534396630363133313832636364313436663631313831663565 -62303632356265343064323637356162383133613330663434633663313132653831363062323039 -32626133363332643138353361336666633762353461626162323038383538646261646261386165 -36393961356130623064393436663236383862613662373734313036666335623133646630326337 -33396232343464633239643330326265663039323962633566363063396262366534613761376137 -38663635326335376530633534616631346366636661646162376533323964343132656431343532 -31326466623437613363376531303138626335363738313961363334643235376362663936623837 -65353138366263373736313839356236663261303636393538393735306139643434636364316566 -63386566373735386130643263653032313337316334643266326438666632306638343866333839 -34376636363337643737326537376330666632393631396563386135306539623765343234613136 -65363534623733366436383162316165353365393766356137373561376239353038303062346664 -35343232303639346261376165373936376561326230343839396261343661303332396133613439 -64663466383034623231653965646363353461636165386439663439363263336635383365376335 -36343534666366666563356665666163336138396461336632636365323731643338366435356335 -64306638646432393463613961373337383766616633376433306330373038356134386237386539 -38373663383839336433316265326264323735613532636339613230376530343438663564656531 -61393534353231326632633561333263383937353866666430636461353263663363626662383934 -30323330623866643239306639316237613638653131356139366538633638656561653366636263 -36643135343733313932386334306362653531663936653562636361646535353563303336303765 -64323535643065623531346431643035646166663764343038653034346132633565626131383439 -33666635396537656133666438316362363338313233353831613036333830636530396432303033 -65633931646138373531306333346236623130303930373230303136346630313833313865383662 -30353661303864633236613066303138393139666634336636316266636535386562366232656265 -37323530636333326363616139373538376332343632386164663933393238373061643939353332 -36643931396263326636366463393139623039656639623932646334303439393363346463303866 -61643563316330323966353939343463333666356433616666333066376137323764666463623331 -61363231366437613865613632393234623433323262313334366431633830313836333537646531 -38376664356138653132383938303932613638306562383631333638393133666434653862653561 -66313661626664643236303062663738366565306331393032323738616331386362356263396664 -34366336323030636536613538313264323863633736666263666534633034393365383264373765 -37333930636432626263356230613465663230633437373364386363313435303436333539666364 -61373366383632643862623430356664666164393863396161613035376232396236393263376130 -36616166393235666436346235653764663934653533313736663561616534663861633134663132 -64626230373436313362316334646335383034353234313765333337363535646665356331666238 -31636563646638633732333330386333343032633163303135333737643836373761643138613862 -37316134306462376437666536396331656438303937393132613933653634346138626333656462 -34396635323961393864333566656364373965386362306239376533396161343833353037323036 -31643265313561383139333265346266666330613862333232616436386163643435323065656237 -64323234306636353439613030623963353361663534346264306531366265333062366236643539 -62653464336339633463306635626335383835323233383237646234613033633335613433313139 -39396666633935393636363562323037343462346231343134323535663539303961663832313836 -39326233653936633638653834333530623237343263396662303038656464633361646235666134 -66303431333736643462306633366664633531623964623666323232393763366232653135353635 -37366664643732303535343465306133633833373836623638376630373036303231313632343034 -37626636663635336530393831643339343361643934633663386539326339653234383139363561 -64383963396336646634636664326230383665646564326663343930366538343936356634326234 -63633733656433633364643331316534303661663334323264333661363934653931363366306436 -65653863376261343635353737353338613338356631393737386632343736383164646635643434 -64346432666435636166373232346330646139363262343361316233373364646361396439646361 -33346335666331313561633432613533663436396363643435303039336335393832346165666438 -35643161306564653631373536333663646464373032643933373935636265383835383735663133 -34616263383636366134393261323338326563323935663263616337333131643137386237313130 -39333331646330306265373735323536373332616531316637643564663033316630636162643835 -64636563303332663264663135363435613763386331633631396533396165363431393032323339 -34386634656466376138313661646634396363623437323935636562623136323738653834366164 -31326466323438396361363935653931343534316464323434363535366638363037623339303932 -66613864313432616534313461313436633436333033316637613139666162633536386639316162 -63376133633536386536656334396630313234353166376430356436633936313062326161663438 -31323732633463343938623730373337613861336139343434646434333532616665373231306436 -65323939353838646362343835313232393261623864336638663435643564353564346630663239 -62353862313230653838306561366466386663333035613833303735396637643334316637323161 -35653736656134623634373563633133353931356461313665333235306139336137323632386266 -35626633316362633732336566613035653065373464623062373939646364623562363133613934 -31313530643665633666643837383063333536623630353130323761613365646437613535373830 -62356434386463306538393936376461336338396130643762383831323135356364393939343430 -66373561613863623461333831313262623039326238346130623165326333613835613661316537 -33303137646335616433633436656537613539303938653637663063396565623665643734653463 -62396436356236333061366266393166343263373437303064643336376437663265623965633030 -38343663373335626339636661613663363738616433396463363335383063363662356465666230 -38666536636538613064666465303934633265323238663365386663363439636535323830656264 -32646533613531306638613261356264376231386639326239643639653061636234633230633634 -31333633316462383863383761626665313331366562323265643433363837303262626161396431 -61636636313964393265313839316437373561323033303632646138616630613866626665353438 -33363432323966396234623731313731333063353330656230383231383761643463623736643933 -66376638363735373133346631376339383661316263383765326465313736383165323366393964 -65323863666462666133616635343261336236633966643534323164316336346363333466306336 -63316162363465623633623030343632343435363435386534646366356564333966383564333965 -33376231613536363831383432616333323737396633616365326663373835376163646132633737 -37306535383136393833353233373934636238343932306661303731383966393364363036383532 -61366638343235626463363761653736613166643833646361346562626363356339653465323865 -64393236626461313939336261393834366138303264643561396637626565363432356461336335 -64633061376362353432666562626137353930373734396365383037353732663161633161333432 -38636266626266333239333965333734313031353234303264356536343837633831323466386561 -30346664653531636537643735343937313635396461636563336163353762376235313162386463 -65303966376333663730383366656636323733646639613235666535643931633463633137323163 -32653337653033643439316262633834623036393835393537353935643966363662346434633235 -33386539646634336339623635316631373436306665306465366338656566366139386238386263 -30363165383931666364396261313934376333353835656636346131323632353264613635336332 -64343936646362636263333835313837353066363738363133356662306539326162336365646138 -63333530363432326537356465666266663562343732376631373465613835633263653538383132 -36643061333661663737333562303661656263336337613837623338626363633262386438636639 -33633735656361373561616433346162643262326566626637396366663932303434396430666234 -31663934663930643437393138653133613933383963383337613433366335363537643238393864 -36383733616566376634326636323461613037646537356663356439303065653666306432356532 -64333638306131316561376539313335303063653637373563316436623065613339353834666262 -66613431316638356233656630386133646331643033363938653334376633663034333836646365 -66636436333934363664636666346236633264626633393762623738323934346164356638316238 -38323064363334656635323466393634353961373234373834386266383364366433363135386364 -32646432613462373830653631333861626366666535323461333333376135376462323562396431 -33326465393332303965313831376463333239353232633866313338376130653662666233636131 -36313736643261366138323833333533333433353636626466333562643765393037393138336638 -64383035656238653634383166656662333231623435626534306239373166323962666561316664 -32363538386561623235373161373032306432303762326537643736306135323762623432613932 -64313134393138306439656666323666333533353838653434313663646466626533343735313837 -61656239323163396431336539663665313632313163663335326230613366353062613338666239 -64626533323730653631316239613136393031383136313461333766383130346261623565653337 -34326165386562663261353761373862313138616562343130343236663232323965366366663939 -66363364636638613631616438383433356637613134653230376332343562326332636464323233 -39623765366536323331313933646365396332376261323439323039646633393535326533386162 -35633035363230646564376532356661366464633261636361383964333231313135396430653230 -35356234336165306130356265343936386137353933353464373331313865366366303234656265 -64343333323735346233343630373337626436656438643239613466323637323930393665396530 -38666536653162636634316132393939333365656432343565383432363635343935646232663038 -65306633363032613930303238646164316561613635613361383162616537646566373764373033 -65633438623232643335663133663336666565306233396234613866383463656336653331663663 -30326465663634343934326631623832633733323763303966303530666337363661666237326531 -66356461623737633438303965313131613431373736646266636635306661356334343466373836 -61643536373733623235666262656163326264353566396365343331306535613466313633336461 -39653465313739613930373661386666306335656461623535656338356133313963363462316332 -66393733633933613763323366646336353663653161346461393433346230343562663466393064 -63383366326333393239306139336564323133373833336638616439633031343363643432633165 -34323763383262343735666161386434663263336331386263353464346137633062343036303937 -33346330366562313261633732616538393037363032653064303033313037366664393933343562 -37343466353861633131383663336431323534316239643032343464306662613163633663313936 -37323666663631623137646132363263613436313839623031626236333831363230383064313837 -33656434663333366563353339616464303633383135353535396536343737336331643536393961 -61663263643938343137333961366238326436616232343538663263653263376362376639336630 -66363131633630363438383531343363663661386438653433333631353463373834343462616436 -61366432613338366661376133316663313962653331633930306238396132346631343132366236 -38333962383735363766396663346265613130326461653235356663376431633164333130373836 -32643331336138323130613635356336636433353061353930343864313033303265306532323239 -38636530643462383437336565303962383338356566636535393039333564343438666365326361 -62343932633861303733316636626336316364643233663933363833323630363363633336383632 -32653239323839303933356536353236643838663037353365373236623236633735643938633362 -63313861353134323832643362313136386662386139356237323761316665326565363231323730 -31303032343166643166623130663063323336376461643133326438326131613139663030323938 -66636534373033323232373538653736396238326238633265643636376464333662666130306362 -37333039666334396435623239636433366630366434336262613839376331613034653833343935 -32333535646439616162643565353630663461326235363465326638323835623531383165356565 -30653836336566383464346235663264393665633733353461383539353664656566636565336330 -38313236303237623365623537313831393936333938356366326539373730356263393534373736 -33356565663332373031353736396138393038363161613264323662323739336664303037393165 -61326533343539316635303737666361376234316633363831336135623764313435396632396137 -38646136656431343931346165336566653664353164623066333362653163616537386431343537 -39316465393830633862373334383365666239623665343236323133366239316263303963663262 -34373131613434663433303333386436366532653863623935393862623338356332373661396161 -66383239306331313564633332646233376462663362623136383933626134613036323830616434 -33313638333835326233393932616463653132306265393133636663633333306163646237383239 -63306233326563333866663665636165343965386239386536386631313436626338303530303861 -61303834383636393565633734343731623438353336313534333038303433383765343661346566 -32663763373162666138636465316435353734346237653961636331353963623464393531633861 -31343366653533306530656530346261636462313137633730623035646636393336373534323965 -61633935376236343730363366366561373234646131636231336663333961306133396434386562 -39313936666431333962316631656261313933643932333062333564326636666139653739363362 -36363538653531396636646631376435626261623531353938303030383630656439333738336633 -61383337663461616632386638333066303664393363333537376233393432383865616666343038 -31343166383133613732316564613236346635343330313863303463393132343364646462336336 -34356432653262633463356234643032333931623862376531616361623032623864363530343638 -33303262303764386630663638323164626131616638346263353565363033356239396261613961 -31633265346133633433326236656363613564323261326533366364366431646439363537333561 -30303062346534323231303061393435323135343361363864323664373638316265653234656164 -64353066616663363034306635353731666239386264363764373365366561393564373364303030 -31363362636335643332333831616634393433396233646564366537633964393065383862646332 -39663430383133393735356338626535373234343763326662653735386266376139633037623866 -33336532623939376664356538613831303666313335363761373333386430393734336530373936 -35643137363935653634336236313235656461346539336432333365353839353364336435373163 -65306465333930633437663630656232636130643465653238323064376434643036316662616561 -66313732303231323634663965613636343535303531316535356266343131653762346261326465 -64336631313232623232623866666166396132313536623536366638656334306639616462383735 -37636162306630653166346336353666383138643833313563663035363161376466663561346563 -64323635353739366138613732626338336265353437356238656266623134346137623438363538 -34663636646632306365353565323262343930326235333932396662623931363933356163396361 -65646161393130376631303863616232383762386239626437626238353764393936343532376435 -62636364343736326636383431653364313534386565633931323434613039663838303738386166 -34313833306631393562623466663166656637393663313738643961343334303336313834623836 -62316436623363633439633764346235663134356231346131633362323061653264376337643633 -39633366653864393330363132663766306631303234323732326631646163363932356138353233 -38653765663938336337663932306563313866653861343962343239656166623332626335376636 -66393662316662383834393661313638346130316262393930653639636133666332333437313338 -37666263646266303562323363316130353239643535313436336135383762656535373233613434 -65653530663637323239393337613830646130353730356131383633323961356665343862363833 -63663039663632646333343630383635666634343066623365333162356337373361303435323439 -65626165313439666232343537636333313438303766666231633232656366636262346534396436 -36393833626634396332333764343933353934343435343766383334346266336630363538663561 -64656338383563643938393866616433626334323433326363316361313536366562613830633963 -66346162313133343364333731663663643431313965636432393435656161613232363535346433 -38316337626135336465663035343562343266666139653039303831386331386630643539306566 -37346562633537656235393833313236653161653566366437313837386339333835333630643461 -32323730343237343765656339353762333931386539323935616561393737366134353432316264 -62356666376337316138363235373166653031313935313761353866666432343038386561656338 -61376635336363666263313164623666623538646638373735336437363761353261643031626335 -33373266386238383838396164333437613637313861303635326266656339363132636132653862 -32373464333664616133376632353738326539356561316165613265323363346166323061633135 -37616532386336653630626231343439313264363834386432326134376263343262363138363264 -30663034363337623238323933366337373761656262666531393963343139663333396337326664 -30333065633166396164326464306338643531663431373939623064373365373736666366626130 -39353230613235343933613137393766363664663831373731626539306166623134303035363838 -37346533306539303133353532396261653230613731643439653363626535633862306531616432 -38356232356236326436643162393432653631383733663435366265343761653163363031343032 -65633339623936383531323866313039353635643237656361613332623033373230616538623533 -37303165616436386462373963373233663062343836633263393636373564333537653237343239 -64636432383262653930326237386537373361613737646139343431316339393538666363613533 -63343563353662613766636264653362633030633761383532333763366333313964333135393964 -35656264396365393139353033633331666639363737356161613563333033643165333936623938 -30376432306433313933616638303738306139653965323434633330363435383633623431343562 -6339 +39353561313338366465326635306139656365323563363364646337633939336337306563353437 +3461303664306339663463326662363735373031623733370a393436333762613634336239343962 +32316136383135313231386561343361613566643530326461633933313065656263666137656231 +3365373339396330300a663731653637383937343636393231316432373063376336633330633030 +35613762373961346434383664666635366338663138383866343638323332336632633534373637 +35376634326638626565633963353536656466626431323763663035356237373239643034373462 +38663030306536613735323037333365353164386361353862633435666664323636353237373536 +64613631343337373963613165336635333866623134383565316563376630356433353565323333 +66373434376536623032343135336435623838333738653266386436336338333831366239633538 +63326436666636663137623237333736623666343831336433613966643365663831333235356637 +33356639386437316631343161353962663533663333626631346436653565616533323666633438 +62356630323436616133353538653130366464626639643639643731643863336532623438623732 +34383535656361656531363031396365333630643563626530616265636636363439333037393737 +66323964623365616438313136376537303038333263646562323630323063323031633165613162 +38353733363834396566633437626166313165666230333630323038333638306563353838656466 +36386465396635613238376537323839376531616136373738616563646461633733383438393036 +39393362373965613438616532633439316333626165613338613437383561626161343034663064 +36323633366430363065663138303536656231326164613131663932353566393563643332326666 +66376161643631386461343430646436346137386339653332623961383434393363323232666662 +38373631356239303038393364343535383533616330623435323765343132633434626337626230 +66393831336564616434326663663334353639346664343032643337343365323930393737363334 +36633330363631333164393137663130616437653236313838363463613031323332393630373637 +64396139613663656430363264373331386163303634353335393837393964623039303636613639 +64353837333936633966303131373565646439663438653231633666613762376139633463303865 +39663631313739373866653666303666643736306636346463636431616333393463343564393966 +35396134623837303933653130623564316464316336346435653037373962326366373138303762 +66653831306133376634643930613963663430316437393539363634343332343933623932333434 +63646366636336323131363166626635313164613362653536373035353862326231663138623366 +32396337653037303666633935626439613530366566343937303265346363393761633737323935 +33343261363264353734303034343037363136666134393532663538623866363330386436323035 +64333262356431376433666237326236643435616231326639613730343633343834306561646235 +30353934633561663434616365323132636461353363616661646262326238363536663131336631 +39323036353834373664323733383361663333313236356662633935643461353231623665353762 +62383836613266613339643735316435616136343864376634653665343739646362303534353530 +31363063663733313337316163636362323562383062613563623338323930633366303337323661 +61613334643031356530383133346435626139393762303031313862633865643039613666656135 +61386233386234623734333338366165313830616261646536393466306565623031363338376530 +34356333316161313330663563376137616564353436646230336166353861373935363663316664 +63363962656431313963336362666264653338333931383436306466376231353866356531626532 +34613862643239613363643361343139343366383632383364373832393437336337343237636337 +35656535346164373161383439353665353739666565616661656563306531616139663635373336 +35663266373636613834393637363935666661393961363163373662336566373037623163373936 +35386363656136366463306165623631396235373239373934363364326466656263643137316333 +38326365323530373231656538633564323937313564323331373063366564336531386331313830 +61336663336463386231346666366537316234633465613630393366346433643765393237366536 +34653566346263386235666532653236303738393039333530383965643431663264326239326338 +63646436656435623231653430376434343233663736306265636439396262306438393639353263 +39383264363434303636306135363834383237333066646136313037653539313862663434363530 +38383838626461643635333638643737616666386365353333373037393930633337316631376365 +64666338336464323963656561656638633538653633663462363631666665623730303932616664 +33303165373333623637343432393434346233646637316639633739656464393539343035663533 +39393335643266306439663361633632366338316464663463343563373632353934336230333762 +35616134666137383137623233326538386239343263363134666661313664366264303933346138 +61396561636661663161653131363263623337613363366638653539323139383731336266356638 +34393138353766616436653339633764373535656338666464383333633063666362323330623332 +62383138326637363437643063643533613636356539363831353966653738633461666131376137 +35396631663134643961663464336666376339633362656661336465383039303765316534333733 +33643132646237303033346363646131613038376665663038646332656166363266613432353265 +64656264613030643832616563623061653366383435643061323637373231643264623061373966 +63656362306630323166636435653138393665653838353634623334356637313436623039626665 +35323761646163656231646166383464323736346333336433336136646131363139336136643066 +66393036373765356161336434326264366235643838643862666166616539313566353732386437 +31636132396366666631313762616333343333363639656262346563336561353165356663613437 +37336261353133643561646432396662633030663437643235393463383831623435353530626534 +64623130636136303535336133613835383162376339616661303663383434316236626539646630 +32343032333664373866363263373461373666643765613364393566303534653564366238363032 +32366664333130663132656330383265393662373739626239363339303363343465613562343331 +61336165636563346236383563333731303739626235616462396166393439333862306465363462 +34633234306536356539643731646534386438623438613335653930663862373662396464663735 +30613230363134326336353266623163336130643834316234636364623836653337303936633330 +64383665373837613166646530633231356137633534393930306137643933316162613765343237 +36366333333364386566623931303039613033336535663566313136336634643166343264646530 +32393034653437303261313137303931353962316137336431393536356362626664363362656261 +66386531393465356463616333323662393133653538663264326364336565303136643137656239 +62623531663834323533356461366533613832663931346461366136346366313939346232613637 +64333737633537613630386364313236633839376238303034373463616465656163326538323164 +34393233373865653830663139396639656430663935373930353234346561313865666462353361 +33653736653764393963646562633334613339353962363362313965393734643236393030313837 +61326232303432306534366163343633626232656231616532393738336566346638633064613431 +39393839323666313838396266326137363131613638366337393932336639356662616534373436 +65333434376633613133333166326665653166613838386433616139333234363533343661343136 +30383862346464616666323531656634313639376666613938333866356362393533313532383336 +64393236656636386435366131626262656530383932653734623561363935623466663933626336 +31316639613664396232623761396631643336643465326634383338346635616265333938383864 +30613663633963316331303533336237666663386332326536373765613632316165613635663533 +36346262303738613161643065356534633835386433383466643139343637646133626239333834 +66646532323532323234323466353836623331346561656166306265633162646162353464376532 +37336366323761313936303166356331363533373738373639646138366633623835356365373538 +39356566323134383232613835643737633266633861633935386236626365306664316231393237 +62373036393534313363303231326661343561653631653761616138383438343263653739613231 +30366431363533663832396333393136663165363931343838653138376431383562643230633838 +32363638643935373232336431643739336232336634373236323165373736656666343939336237 +63353231343134353737346632633266653166373132303763363736323036666634616137333030 +34633437323632663839616665383566313733336332343461386164363338336362653735316662 +66346134623065626564316339393538616130623133373263306666613466663364333936313663 +32633133383166316233656337333961623638373432326231646462666463393639396635626263 +33653566333164626564376666343137326334306333636133626638653332633436626133643233 +66326235373930353132383966323332383439343564613838633335363565383561373238326234 +64376434383066386235393830356437613533333366656234396336623136376431666237613164 +30356566383837333137326133363131333165373031383734383562643830616430313537653737 +37303566313636383265346566313937623364343031663137313661363239376434366339303535 +37643832323530383238656139333762643561643566346539376565386437383232656339373964 +64333432313033616530386565663261363330356466623230323239306166363761316531303661 +33383339373739663838633033363735353562383830633239333633393638383064346631663031 +65356434333134663365646238303435653133393431356139663861666634633564663865393361 +65663561366665663261663231643034666162623464366532643034336461613866376163393336 +37343934353961393035383263346334313562643337303030313164613831316665396430666631 +31653735326231653430313933383738623565613761323561373632306562353937363739613735 +66353261313934626365353634656537623964363061313339323534393534626465333966306430 +62353738353733366131623635643033343065626536336535633533636234663332633630376236 +38323937373965656334666633366661613062633836656562333061306632313638656239663132 +38353439303164376238373662313137653435323665316239656333653337373133313966323436 +35366130396639323264373166623765663231336538386261613466386130666461383936616337 +39303363346237393539366566356231323836323263343630623534306363656134373230616236 +66353064336561346631633930336566633563373432613765336263376137633134636539626234 +32396664383831343434623966363530643938393636343638383235393064393839333634323032 +65346132663836383432333238663634333362643637353663636633326437333466303038663338 +30336530366431336532373864386536613634623136393537343233663934643638663062666639 +63353566353762613361643537663331326133633263393538393064396163646138333766636464 +36636235383438653065306361373865326533623363303661643766386437383766656561373864 +30323664326134616232653864643830366433343636363639363136303131646662343635386564 +65393135343834336539313938303261366161303831373733656435656365643866366638333536 +62363833383537346436303330623864303630363362313562623638363738333261306132376437 +34353630343763336539366330383866323865343761623639386534623733313464383661373031 +35313861613563333265366639333066333036306331323231613765656632666664633665303232 +61316334653538393631623161646633666165346138303532303163316539343139643363383565 +36323962623566346366323239663561383732656166363533613837616662343138346537636363 +61323063306132326466303131653066333864303363616236643831356432363666306261313039 +66383333326636393065336331383264313366386632623262363933356230383739633261626239 +66303131376262636433383931666538313861343064636132373930636139396238656531633132 +62636136663437623163373635666435313062336135613939643565326266306231336433616538 +65343561303561653362306564613335333231323435316333343436333834303863383631663365 +32356561366130393066353162393931613836306264346234333362366266666130643738393264 +66356166626138633466633633333230373038626364613734393161646231303032343230316530 +39613065663463393037643263636264346538316132326462356439316464313137663534366263 +38663463346131313538626164383465653736653839313535366334623763636464303035306262 +32373836346266666365333165633866663239386665356331646261313962623636346138343865 +34353966633930373166363236373466643963656535626131363936336564636231393061306566 +38366437383533333535313439326661646138633432346363383139343564643731623165326235 +64346130316334663034643735366337323061633737386164623365366662323636323637653163 +64656533616265343337313833663061356461663537336364363031373938633763666630376262 +64656630383239316363333737633465646334326564306537613461666664636363616234316662 +35363332373663353433383962366362376434373337396164653434626335653065636133396337 +30663464626230653038613634336632386230393536353932353237336434376236353738626463 +34363037343136613439323865303362363666333338636433336237656636633364653064366162 +35326164323734346636656432336234636638363639663865353132373237303432323965336633 +37646434666163613234393837646666626339633339646235343866333032393865616662373439 +39656131663730626638646664376236313362393766343336326662643236373033313262663336 +65363733636639396666363066313136613161313937623737333364616433616564613466323935 +39666431653064326635376637363132366662393532656133326666643765663337366263306439 +65663138373263666630646138396337303061336637316232663437626530393065396231613466 +39376639616333343236636165396134633635616236396230316662396232356439303030383731 +33393965636461373133316438343264336434623161356266656234313565393465396338643763 +37306630643630396634303232623662613235653962636633623465626535306261353532383130 +37663334313535343732643065386639303831626130313766636332383731623935646236316237 +36363462616638383236353831343632626439366137323562646561326230626631306262613934 +37323362646137653730393236356635663865366135663339353866666464616164643538383561 +34656262306162393434626662333934656538353032366262366361373430626562633862623762 +61373136663239633865373034316537383564653135376661363934343130653939303966373035 +33366537336231323466316163333733656130383463336230326235333037623933316330343937 +32386530376234386330626464343837633039313334613634663233666137333733343537336330 +65383262383966633133386239336232363036663334343262343637623164323535326362376366 +61386263356136306132363438303032396632616632336664643232343066623637623738613734 +64333031353233613539343162353364343061373765326236623238346339613066343833616363 +66646362613765363531363833663363313637646466623061323130623136636135646565353431 +31616430396330373833376631363236366232653265343935303964363164303561326435306139 +33656137623861663938623366623062333730636463363162663135313337323332623364633261 +39333339623364306332663363623630393063373835633038653265306134333135323938626234 +34346364666263386430303336633561386365633530356134633432353131373738663363323933 +34643862396134333763653661353633623933396238383965313962633630646230393263353633 +62663334333035336431626566363763363364303065666565313938313162376638376366363436 +33396464616664623032646632396361363865393764626563326234313438353264353563363031 +64623363376232666432303139363231643232643665333431303135383766346534303463386265 +30363532303539613831396264373266346135333839376266666363306634333134353061336535 +35643838333961313339373863336535326138356232396566666166646636346437663937333135 +64613037313563383662343065623663363565393135616630326566633464376130343963373536 +66633465373332383366636432346235633966353465633537633532333236636266363864356361 +63353532326561613033393338343161313538613762303764333538393737613839303134306435 +66306438313537396131343465316437633962353636373732643362653031313337626238613964 +66313433643437343563396264353361373961386433323434646465646639643664313462303563 +30316339356263623532393163633234373437303839363336386439363432326562346439666564 +65303230326130353663366666396439666561616535303136306533343133633335323035313336 +61343266633339643737366333656464366530353061626537633762346134366135346364646566 +30646564383832616265643564353637346364663431633364386637303562323865386531323439 +33376362366563393663333338326339343139613339623235383066333765663534616338643164 +64623235343565386264623934343039363834353636363261356336663863373430353532326131 +61393339666332383530656438336634646138643834646436643933333730363065316137373732 +36373131663633643935316334303763366633666265343436626233346337356264373930343435 +63396136373437613363633735666432663865613466306133636336363932393730633563343734 +30656137613231623663306232323361653739383266336466366139316166626230366335353263 +30643733363033353031633736666530633366646333646334623334343533303335306464333261 +36313238653462643035383138626637373436333637383535363133333539656563646565613335 +31313138316635626233653861376261393330366235653865303139323832343636366432613834 +65666531653166663237623934633066383536396265333235376637636634326537333636646137 +62656262303764663630336539373435323232613964636430363732316135333330613836666130 +34643436323463646335396634366436653439363166343961656234653038373163366433643437 +66306561356362316163336166633935663965393333386531383534376663333163383334383365 +66643963376132636234303833626436373866376261376533306634333861623439653439653934 +30323863313930383563383864646362303261663464343538376361336632306434346366663463 +35353830363035383962613036336631343765646161376330636663306432343162633034646533 +34353433356564623761343034376263363836306435633732646333336564616363626530636364 +36313237613631306236633638366435656262393262643435663837366563653962663034613734 +32666134366233616561653736366462396232396532313966336539663630333062346335353566 +61646233326361653762623533663464393166353932613735633539323532663765653364363663 +63396430623737353432393263313233643137613037363031373435653536386134313137646539 +37383439313234303135653539336162663933643636333962303035626565393236646234343333 +31316334653564663631626330383632303164343533323331623763316461663061633262373464 +39356462656564613363396264336165663062323939656630366365396434396436643235633132 +63613161623137316232303131356136383366666366653131646337383366646631316638656265 +61643663613566633031303566343962363764626536336635356337623965616666613061393130 +65306139353637346633626334373138343134656333646364316636396636646166653337643236 +66663266316435356537313061666262646438646165353634363864393362623937363261633536 +35623763666633616465353735623661623539306266363333383937626636613764393266633862 +65343765333263383164303535383434316132323737343735303532313335633232633062343939 +36653662393039616235383031646563343563393362303133313833373762366430623166626636 +32626330326635363637343731303265343666373735666266386331346663383432383931313663 +62636134346435663235386137656334386437656631373432623339663064643462373339333938 +32333836613161383065333030616631353333323537343966396330623264323861356632646431 +39366630636661306137346332326232303862356231623031323465353763633537326661636332 +33336366633439623264306663393834326664623332303263613638336566346134653238326239 +32626661386231666361373732383865663563376338346430633462393063393037363766353465 +64656666616263393464346462653565376638326336303832633536363337643834343164386163 +61343961663563343331323665396464313365373762333130646633363937323562656566643732 +31393264303035366132323335613062383663653164363039313065303233313231313232633733 +39363633346264653638346236366638633239643237323561346339653330643333643039353230 +39373466343961623333613562303062653938323335623738316237306135623135663637326166 +62323862653863343362333463396435316234313565346531643538353632373161656161323035 +38343432306633326439363636653733653437326463613364636139663935343863323030383932 +66326439323036613162343931313536343536353862323334386463343236343639613039336530 +34633265616164623637636539626137396137396638353736373132396366363433623539396636 +34383365373032346235623237363139653337323033653331343635613331666139353863613139 +64323465333266623432303162366639333438643966393735643230633666633933613836306336 +33623938386466643362373564633837376562653064333961646430366363336363363362373431 +30653063306136306365336437663431303463656166626437646236326635313961623334653935 +66326232643439306462623366393131316264376230353362363139303763653834376237306534 +33666431376562376665323037346631356362363664306262666561323637323064386364316535 +35333264313533386231303566373262306236653863353138383835323034613038346332613530 +65383931366366333265303561656366616239383730663434303534396538333430633832323136 +62316239333866636131373831313862386136326366326630313961376631356532353862396563 +39666432636133313135643030346464323137653835326533383761623831363239663164316235 +36616165613262666132316263333265633834336563623862333538373036386563393036333339 +30346366366338666265373861313531613739653335666530653539636466326535616535663439 +38303332306363613361663930663437666339613865633362393435613264643931643336393261 +35613862643832306563386566623130663037343739323432646564326638336634303735333164 +34383162643030366533373933653438636230303234386230393630616236663331303065643035 +39366530346662376339356630653565326466313266343539613932356130623036626263636666 +37613135353333393839363939383836326662656639653163633534353265313634653032336539 +38363661613839656466383233393433663930613839323439613666393437383830346136326431 +62336365643432626134613162363963383333393635346231303766666337383964303232353464 +39363734393733656332353235653535363431343533396265303663666635336562336562626535 +62663632356636623230316231343966616566303537383461306630316438363439383935366363 +36633336643665626237343534623865336563663836333634623266353439656334653739653064 +31646630333837306262313437383631653037383133313333323638643865373834626536333865 +37373230643239326139313430666461343765326537626330663964626661613139613061393261 +34343363336263626335343838396237636237373635326362336532303431316562313537333530 +62326363316537333335306261646638306430306161646434373962303761303434626433626561 +39343731333063376438653064333030323864613031633263303533373365663761336237396132 +39646661346239393635353839636233353461383337343361313038393266383862333765303863 +34633161353062653332393233323437626463666536323433383864653330633964316630303361 +33396238346633366564366439353232613438666162666661353762616138393461346633393562 +32323165343665333532346232303830303233636535633435366536616461363430333836303234 +66353930653430636561663336613762623531346232663932626464646234323230356636666663 +66363263363538326565373032623135303633653865333231623736636338373331656161633365 +32646233363639303465636639303135356662666636393339316333316361323934303434663737 +62316565323763313333613962306637653762316166386366363233383838633061373065326238 +63333436356231333036303535346537323230666536393530393037363536633336653031626235 +32363930323061653239396630356262383732386436613935623639613432313237323630366436 +36393638343761633436626563343864326466306132393163643764666532353030386531376633 +31626232376165396234643835643836643032323865396630373134356166616138343765316138 +30323864303661666361376339646139393932326461666431313461643330653964613636663265 +39353930653263343932386231393135643938313865616531613931363137353033356366363661 +30373864633631333930376534663732363135666137666464313963326662386139633538643463 +31643737326561393834616336366166343965663730616361656230383030643264626335323337 +38366164353361356464643663616265326634613963333638306332376365343962336532353730 +31636535316236323535373432336432323037626335313832366636366232373464386231383134 +38323834376165366236313561656131383063393832326162323161316464356130396239653636 +34323031353332376261376365656264363736343166363863373037346139363036363966316565 +64666462363734366162363963363063343765653138623537346366663263346235333765303731 +62373837376566633231313262346236373438383663623439643561363865333033663031336537 +36383366653862333235646633376236353436633438373932623466663638643364366366346265 +65366638323862613463643335653364303665346464326461613761313035373531356363323434 +36616432313564353264633435363734373066383936336539373766353130656466643231376632 +37306265346538306461643231623764356230666631353364393836333433643739326635636338 +31623134313766373530353364303939373662363732306230656437336463663461336261393932 +39623539396432376139393562623835636134363365656630346564323761636535323132316531 +63356135386232366366373730626433313966306133666134363938666634303138333363623932 +33306439373739636632666138356131303061633031613862663735633531623134326663353666 +32333835323936303338306131386134653130663734393438383536613166326663663863663838 +39393961373131613530666530633066356436373362303536643439626665626339383761303830 +31363837396239326661386139613134613738353963303565663566616334356132333931306636 +61376639613634626330306630663364656666336536313137643333353461323938396431643435 +37326531666133303839633732336363393737393933333332626636643835383431633237303736 +35363935366236323364656166333738386463313464336133366365353239306364626437633266 +62653732343538336539313430313961663966356661356566383230663631636466633439623737 +38646137323765663532396363346438363262633237386537656362623165653637323332303637 +66383336633533383162623463666162383761346632613936623234336534643964653236333462 +63333933376635613361633534613064303034656535333866353139626365386530333462343561 +62636538623336313362343632656530656138393762613037643033623261643839393364333631 +39383030373564636135386461363466383239326537316235616163386663366362396365323761 +64643738663431653065303861303534386661353363626638643263303661613463373835626162 +32313337613039366165346463306164313135633633323833343165316537333733316430393934 +34653463303939656562366131656162373133643231616663323362303461646663653136353132 +35613236303165616232653939636536636164626364373661336538373464663339343161303937 +38326637316161396263623932303831663966373963316130323339366561323965613964623862 +63376436376362356565646261386265656537373735343638393465336137326535303634356133 +35333532336630373335316562303263643837393638373735313366356664326161313763613763 +39396436323633643734653937373931303739303334643937323666626535613062316666323335 +66333837363364386564636262656434656365633263356365613136356334656335656236323831 +30353461303162346233313163373864363933613139356662376465616165313633306539666333 +35386335363938386532313831363336323063643161336236613335663232386366336364636430 +61646139626539616630356334626163336162343435333530613536333536333333323338323538 +66653736303963336465343031393238306364643139663362393538383064376130326465323862 +36613534626231353933623633363430336232653863643766623035323133633335623261643665 +33303734383261346539396261366161393633316365353838363664356365376631396133393738 +37346565376630303030363365643433363539666230326134616132663465646532313338363563 +34323233623461653364366364383038303363623461346539336638303136366637663635326634 +36393731646239383232636166326361636633343763353730353862356531376566366231363265 +66353630366461323630666238346236626463363535323636343231663161616365353433346130 +38666264356563366439363865386333303639623361393035306433343139353935663564373736 +63636638383365326634306335633235623538633530646238353861623237613739383666383262 +63643539373231646437653762346139386132316631356465353861623330343039626136393962 +35316538306130303033326664663936343536663266336462353165333330623036393066303364 +61616234623461623836323331653230613961313265666239363539306338636436393664323436 +38656463366435306435633063356563366466353934363335333936386434316637613861363962 +35363738643664313565396434633764373937336662623165326262383466366462616561353862 +65393966653064303236373464396661376632346432396333643636663238386662323765656162 +39353138386238353735653834303637343163633135643162376164326430313537363361353434 +38613263643833383964393636623862643666663135366436336532373538393264653663646537 +62666432333931653430393333663464343362313737373165636138613466303765666466626138 +31613032356230376633653433653232623636386435353764373536626530373336373761303262 +66646335366131653561623138636135623931653737346131363837653530323633353230636535 +33313265336537303030303263393039646638333634663363333737336662356466636335613962 +62653761633862363135643165666562633664323931393661393938303266663733303165323261 +34646534373632373639323034373465326234333433333030313136353565633833383734666661 +66366332373065396266323336303864643638613137663661376233316631346263626164306436 +35386131613461306263333962363362343063656531616565303430613133663762633961663364 +31333830326163383835373330663139333363373737323066636134373630623566666533633831 +31636235323666653735373462663066633439343937663066323835633530383730366264623533 +33363061663163373361373262626564333036343063626537376130323836653462663337303038 +62666130383164636437353437663636613733316162366238616630343930313334616464653366 +35306433313262383737343438643636383335633761363264366233396162343335383932616632 +62393233373661653066636537653965643231356539353263633439356163343632633930623138 +65623264323135353030313661393934383836386531353862383564623230636432613963393836 +39323261326131336565646632626632346165386263363861336364326430323934613736653236 +32323531386661346431306635356434626363303066303834343864346466346661313263373934 +39313034306632393831363334656162313638643137643733313332383337326563333564633737 +30363862376230356364663733386635396232396337316433353830616635353235363639336132 +63333661306232333263656165666564343934323865616135376437353234653930616637313864 +31613237363839353237333866626536336339663731316138623231653039383334343863646636 +35393165376561316639633730646330383161313037653639336435386565633065643838336461 +61326466366230313437656465333733393561643532386637326437323461386164643739326234 +31373064353436383833313338373463346363613831653138656231383837656333363361336136 +66383639393566356363343531633139323936656634366239393261383134343065643132663163 +36376431616162623836613834653236656236383762663938316334323661356639343239633566 +33646233633435333237636533376664323135396663366431646564653837633439303437353631 +63613166376262313465666661313038386566303433653331363235343163386231323866313533 +39373363656231636262623533346635336661333966393665363531346163313538613965303963 +62396665383136356365393164653665643437343539653334396665303230393735353739363134 +33646662626163376664376566366230643031613534396630346562643565643531646266323233 +63663662363638386266393935326365613133643064616562323334353862373739343235336136 +34393630646665643633346363336364633364623864366535323430316639353861396135623365 +65356437333061643066616465323531646434626362336466636233333332633539363536643732 +32343061316630343539373263376533633435336431656238333835663133303530653338336630 +62393231646436626462656139633763383131343131633661373962613666376666376662383866 +30613136336563346437623538393131393963646134363739386134363163373866353664303734 +31613263353463353033353530323164623530343433306265303334386137353235363263396134 +38393837333862616264623866326261346561393135363332333733316339343137613461363566 +31383662383663383936353930623138373834323235393237396364336564646461646434363339 +34646261383238373165623736336336636136363838343930323564663434323330376430393466 +61626334326664353461343835303538643533626637663938383931636433396661356331353639 +30386162653131313731636636636534326364636630663236306337323235626363396130653764 +62666135623936633866623238666563663065393731386536303730663730366636666533633637 +63303163346536656235393739313739643938366265643333343434386334396330656235663735 +64383735316238393466313637626331636263616335383863386664393461313630663039343561 +30353763633235393438653236383539383039386464383561333966356262393035363131393131 +39633539633333643463616662313834383037646165633035383432616662643133613738363637 +35616438373335313135373163343738333633666437336461363530643631613934613532303933 +32666665663638613439663037376234626161396466383233646563343239356337653262666332 +61346533336266663338383034333239336232306134623862393535306235353365623037343866 +62666461343031346365623563653330306333613333333830356230656432626461383333353435 +64336330313965396634333337363339663065343235666333386532383432633736306431373930 +36346339303131326164393337616562616238616333373766316330313635396339376331663964 +38373965643532346363386531396664363030663834333532383033313339376130396365323438 +62346130306432373939383935626534633837636466656238623433303636633365383964666532 +33323539313835626364343036376434356434366531653937326166396465376564356464363761 +65373565356335653935373166303435613230383464353762656564333839313738623163613161 +65323538356237303839636235663165366434643562663737643931323136393535333764376263 +63333233326537366664396439363762316666643264306539333266393930323662313364653163 +31343664353766393132356261316430313961386335323165333966333536373433616666313034 +64373861636365373630373033313433316165616230343437653635636566353265343039653334 +30623863353263653232326232313162633138303261366666663762373235346665336635633962 +37343266633339383637653265346166393334303932613533326464313431343634363366623065 +38646232366335386565376566636437646130653864323930306363643066353335383661663331 +32663336646166353964633830666536326138356161373063356366666335313865306233323962 +34613336323965656137333964633738663065663330306138383735373238613430333562653262 +64306130666331663266396634366665343139666136363936313839323962396332643536653532 +38623637613631356463633331646233666264313734323561366437666332643839663565306166 +62656533393331353738396338626361626664303530393363343331653966633861363165313638 +31343336663934393266306234636536666437653531363634663563313838666533353838656638 +37303365303138653836383932316537616139383231383163303034616433396666633361353435 +39323666306465643237646533373862376439636263306138393339653433633464376261646134 +38396538316330386131643537626336326436386631326564623462393230313564346165653833 +35343333656430306332393236373531393737303663333365363662313730633061303562653465 +63643138366335303361663733353132306664633235306333666238343939386531376334376238 +63623630633563633533376232393164616261616264343431613434383931333765373037613865 +32353435376365363332346562303861646466303738396635393263313363396135366632393461 +39306563363762316663376336303530363532366538386234326437643063656436636361623038 +32303930623336316631623537303332336365623461383535353834613563666336343166373437 +63386364336264613436326161623637623933303861653965643430666437663536343937393562 +39656638343436393636363239313736396562393038336234363739623865333533373065353665 +65333864653864656539616262353061623362326135333764363464363664356333383663323236 +65623664343330393739393932316166623438373436663661336564303565366536386131313632 +64663532313362643064653362323139323835396233666666376537653130333931353861623162 +66333039326638396266646331633861343032373139356637656232323436316639633530643636 +30396230616563326364646636613334396666376665306262306533643862306238353734373862 +38626238376139306235333436386534616437386433303631343364336537373463326635366163 +31626361373531393138373236353037343365333935333735386363633738626238373935313030 +33353432653761316237643330313762636166326135623030386436623562343866393838663938 +38303834633062323139343366386133313964316539376535323131313734656662363335386431 +31353661376164323937333966643661303863306339306662356238623365626135666264396264 +66323737633064373234393332643762623064653230626636396664363463643666373030666561 +63663465623532656633623735623339316339343535383336343736376336646438306461333339 +61613661376163363531323764393835656538366361613364646631373630636238666365633530 +62326533336434313831636533313339333035363139303037643736386430633866363564353964 +39636532363833643962306631393461653731656137306239356330623532343337316131636436 +37323363356462326562373365643833616633343032623736393039373861333431303232623066 +39613833633066663264666362663264626662303938333938636232343464313736393964326236 +62653335626566343033303230653163663136313138396161626437333838326635366264396565 +66613563363565326636663066393330333831323735616433633832336330613335613438363631 +66323336646639303037393030393166303038656536376537356165356338366537636431666232 +37633532323666303435396539363766643665353036663834383035386439646335636365636132 +66353539303330336564303533633030396339626337366130313137313236383437343964333430 +39353634316266666431643965333239333061346133656338326461373934613065653234383033 +62656631306336636262626430653765386332373631613363306462323737323634633232633766 +36356165643464343836363466643936353437373837303438373966653238343537633833353665 +64333732623564306539623662396134393930323030313866333135646233306361663830366435 +35633230633163383861366632306164623632353633383263633832636566653664396630373433 +63356336393666383164643532623938343539613438636633656263626362313430656263343465 +62616537626136373365663638613337613164356566326239636462653930306364366161663862 +30363965343339333761396631393864383965623834613462376534663261613039633434323730 +36336161663137636137656335396566376266646134346261386661373731366334373266313930 +34613930376465313334353461386363343966376564653364663033613362353165323738646662 +63383861653063663330363564643466333739656636323133653665323937623366643139323432 +39633563313464346337666239323931303737643337353732393931646564366465356330663061 +39656262323532346432663331383064333766333364393130653531316661626666303561383261 +35386630306131633533373161636439343464653063663934646531666362626538346263386438 +30613665363561303561303861333339363236616464393338326439613962326138623166623565 +34666339326436646330303032663466343733393239663262393932336337303337323436313631 +65663834623938653132313337353166663433653261623038623531343130333936356639353962 +33393436623031626666303562383037633466366566333033346237393138363462633130623334 +62353635626264616234653163623337643965333230373237636635393634343138373933626234 +32386638303238653933316266333061343364396330326164313563323264626563623332303762 +65373935313135363833376633343265633730393439643935316665623263663032386265303064 +32366565353739363935353665313335643663333039643764343833333366366235663361636634 +61313065326332313063386662303233386462303964346361663338666236663639383330323639 +38336362656264356366343735633930373332613363376237643138323437653437306431356532 +36393564336336346637326133616662666635626364366636363734303131376563376139353939 +36303136623062343135343133313030373765396365626562366337636165653664616365306165 +37316239346230323864396463313833316563303764373364336165303637336461326265356138 +32373934663161316465666238653637616630383963376431376462323561346561363963393336 +64353937376134303538393335633665366134663363396233623639373561656164313832613961 +63323732613337623238636237633737326165333436346539366233333938663539343035643563 +32616339393838353633383930353237393032616338313434363636653666333833333261323235 +62653066643336636532666332313766643264663038376163643732323865386534376361393765 +34343166383632383037363365626238383232636132386534366161363263333137653835376535 +34366266373161336239653361336338653964306266653732353962323438343431626339646264 +65386630363361386233666264333032653461353437643030343764643366313039303639376335 +37323765383339663236663264666234393731663931626461336433626231626531323534613536 +30393636656262343037663430636562613762363133653364396530656335326137613265343761 +66653766363234386364313335393564353837323563353163336637343738363362343531656239 +66393434643761313636363035346362343138396537323865346332303964376637336664313735 +61383338633439353864333665363131336231346165333064383638366134636637366464313539 +61633132353562346133313830353639366161363337636630363133356130663862366364633262 +65323761333062326266386431303239336430343732363161653664663937393439363065383865 +39323965353831393061646466633931373763643430336663626134363937383633336161306564 +63393766396232643165326439663563363966303764353364353764313265393665343533363635 +37646136383031653534383937356564663065386165333537333161666461306636653465613931 +37623730323465336566333661383937323338323036303963396139636438613838363661626537 +61613066326133613635353161633639393137626639326631383566376333646535663837663461 +31336133363064306235326361383966333332336434613135653438643538323961316330373538 +31613862633335346465316633383365353864383466366464333830366236666236343732636366 +36633462373630306234326230376163666461363639363261653536636561333039643561366232 +63376162326638393961373039376266636632333632326639336261313537643937353830396166 +38313261643438346465643938646633633763633136393866343438323066393330643532376561 +61363839383430343765353161636634306664336232613334366332636361373138383337393733 +61616636353032316539323663383736613237303733643138663934653362643566626362363436 +63623162393334336431373937303134356463633362363231326434316131323138396537643961 +39626461353462633235336537393263323966326566383535616131666161616237316431626336 +33353462633036636437363431393534643531363036666530666161356637646164633764373031 +65613262313437323133316633323361313632333636323431633763396633356664643531656665 +66613533653365336334346135326537616562363637626132666466333533336264326632386231 +33383262663836643537303830613130353864316365633238373032626138373139326635363937 +61323363363635383661633562326532386262613839393164346530653436363636383535356634 +63343931396633616434306136383431643366653537303333653639643663316138363162313966 +33643832633438636534666135633763343935366465356161666331623764333631643132376539 +39343233343138643030653831353931393032336435353735326538353861326537653464633936 +35653739396463336262366230313233353066333736643737633933643266383835363430646338 +64343333616130336538306461613032306234633439613239656162663938393962353563323137 +35653561303862616338396238306432393338636630653463623861616534636361316439373632 +38616635363465313561656262656431623536383437313832643961623766623661626332373233 +35653937363261316632316231326330376161366432613737383166646436393261383439323164 +61626461356334663663383234313263363338316463356634386436323938623534643437383539 +39643833363236393261376231303036626435346633643166363733623632336530623938623532 +61366165616238363834633834663538383962313735663366326664393963663633373465386263 +36306132623361393832333035633239666434663133636366393233303466393364366430306637 +39336234653838353663353936316362396465356235396462306232623262333361303132666661 +39353638626135616266346235633265616566383436346534393730613064623561363139643932 +36636636363533353066626534653732323937343366653637653339643139666134656566353465 +32313339613763626133373431323535396363646364616339343063346464323666306663373733 +36386566336635323930613735363939386162363238343463623236613765346335306235373665 +64323230666634666433383132383231326131306137336338373466363465663865656238373931 +63313137316534353264316666373763646161356330386237633430623439346563373962626463 +33396362643331633462366365633831333332363538666337326461373665383264613663323038 +37333339333732623939393663613161363132323064336134626234376532313465303336393562 +31636239623164336562656333333932633162313134356665366465343062376433316563646361 +39373261316232303436663035333537643734353731633539396431393739353332383161396536 +30623764313837333434636230343965623365353461353733396363616564396333663931643363 +38643932663233306537646464366435383234346566313637336462643130373933643134613934 +34636361643063663530633862313861323366613065366166633430316635663965643566396563 +63346661643963396638396365386263653463623861636634323762633764376539373538333538 +64323835613030666136313238323336363331613633363131383230323939303162356538383539 +34646631393464336135356433636263366332383632653530663865326332343463323939373935 +34653833383866656665616437613833663237386337383430346534633837613932336231323461 +63626364356231623636386131383266333562323732363030343862393730613032363963396261 +33333235393864396332616631653330613662363066373062323466623265313331303635633030 +63376430353264316363363738326461343133363531396162333932346365353764366461323638 +36383063666131346338393731313536376462643364306437643832353332613636616462643134 +30653832666437386665613065313962616130353464616237383366626235633966613836323236 +61386362666233646239313031383833393064336636396132303530656335366466653632646363 +31323837346534623938316635613436393437306530326362353039366536626236383339363939 +36343361396663373434343931656238313263313833306461386637396161366361353833356531 +39653634663664656166316361383961356534643566393335663963623432393762353039356261 +32633938643332383261666365356563303536373362333039613530326535663639313365306637 +34393734393534303661336561376536366662313837656133376561363232666239626135653432 +38323037396239316439353038316362386463663838336465313133636662646239386537346263 +34666330363665326664643166386136663064373933333534306337613533376132333939306532 +63316563363930383964393932643637306536396138363231343232306234313639363365313636 +65333730646332393230316666323438396438653136353065336134356137613031376233306562 +32306264346664666133376535303836626533383435663238326437343937656437646364646261 +31653033663435356361663439356364613064336635353162303030633038343739373566613366 +62393231393863653434633930323237376631653861366661353438336438623132343266666132 +66613535623062356535316639346364396533393461356566366435336531336362346533303331 +37313462643661366434366634363365386361636166613031663066623563346465363138396162 +35313034323462356334303761383537366532356232393733393532343936636565333731336434 +62326362336462366132616366663431306663396131333638356266333836623364643435663632 +32313738663262366432346233623937623935386437666165353438633863666337613230393535 +31393565663235393036323562346331346361373833346564383233653361303266613437343339 +39323133646538363764363962333663356665333335306132353564653332663033326137343131 +35383935363565656161373836663039306163386164376438356462663033343932663765373530 +34316266346130653132393536343362326137656136653965313533373166313939393233343161 +39386464643339636430323933623464343239346336363631666134666263626130393138396131 +37333734666237396231396464653236396633656366666432316462666165323030356232653734 +62616139633335653064366363386331393162633863343635643364326130356430613237316265 +33373463666331386166653333356438626666313861383661396133323633353263663235393136 +33333362333639336664343532353165633632636262623534346536303835373162306566326166 +37393366346230376461313262353233356663386663353931653861363630343061663563323762 +35646438363430366431363166356536383639636436393464666532633565323565353161313930 +34333766626165643233326265306261343631326134636666353835653937343264646365623430 +61333561613630303132323263663831386237613230663161663431313035373330333238393231 +34316664346461316637323963386164313331646661633063303265653462336366613337653865 +35303264363963323232396464326339666364303761303836656562393563633635363761383632 +66343432313162623563623861373265346334376465616163303964303233633363306362356630 +62346166646265356631633762346364663761343934663764376230646561613333663566313630 +63323732376363646135383461616539333830373033346533663339653736653731613266626336 +62376361633631623966393862346632356637306566623233353838626364626232313263333134 +30666166383437316632386464616231656661353537383132316238376537373964383032303332 +61373630616464623536373935343034346330323538636664653832313362313830313338313864 +38366664646164353039383262353037663038353361323530353364396661313239306334323865 +65343134663036653539366138306233316161633239643464623734316531316362656162343831 +39343233663730626462313765633938636463313461356339633333396136623663303462363739 +64656331653864323632336666383830353734366264666563353164316265363535346165353134 +36303134623262323836656338366638376236613038353264363865656338346230313831336336 +64396633636231366435383438626235326431333031383561653366656666366438313437633230 +61346264356134383662363039616538343038633730626261656666383966376164353935626262 +62333166373361613163313764643366346434393863303731393634353361313933613935333636 +36316130613762343562313630653333333137313362343062616632643132613064366531323961 +61663034643836313532316230333231636561623063366239316562666634393563373137623137 +31623837643164356564303237666232626165636461333466336336346338393539353061626234 +61663039396431643033346430626636333066383832623266343933363132623837333436616261 +64363836353936623062646535343733623731313864333637616461376531326265646135636133 +66306638613637613332373030306136396435636163376164323532323630393838333765326636 +63623936356437306535636466646434363139393463383161653730313566353562333964326631 +36353138313434363037343436316135333965393436373434633135313939636461373165343933 +66346631366166323237613039636631383164373739363763323362393733373031336630663530 +32643666396463366263663137303933343734613536356565313430366563363361313363303331 +35383563316563343238353938646566353662313063306632333237633134333330633835633239 +30633230373665383537383066613161663533656438383330386132316532613965343333343436 +34323963363934353562323862393365393164366563643631613535343834386431336537313732 +63313738383536653836626138363838366230363433353538316165393335383663373632626662 +38386336313535656339346639613835343964383831313963643936353462633130363161663730 +38653061323831313731316232633237653362643832333631306363386531613735643562393631 +31376264633261663538326261643638393730316535323766653330373434393436653665323331 +33666465653764313362376637346364363861393261303830663261623434383466633939643234 +35346439383338306530376131373837353938353139383139353634373039643265366464363265 +36343932626339613065313135383331616436646331636261623530373431353762303633626338 +33306632363939313235383330336466636333663963303162656465326163663134646639383031 +64343936306162356231353765323431666437633261326133393030616466383434353533346464 +66393035396132656364373737613532633636353731333534353261396462343461623432396166 +38616137373839633537383863356666613565353366333664383738636533633164353961343062 +65343137386465343031303631366466366563323731643535313034616463653636383632363065 +63663038383836636164316166313731326461313863643030396630626634313031613266373936 +33613630393439623537626438366434316464393132373136396430336461346262366232663433 +39363836643963373338616538353533613634393636336265663935336265663838306438623232 +61396432623438663031376232346662633135633435643166346333656163393166646565363639 +32303361323439653139663932333631666162626162653438636632373133346662653031376337 +66646230666266373233383235616637336135623434383537346366396562346331656363303365 +66373465643635323963613461333962663664383365356431313637636332353864363038313765 +66303938373865623538646637633133623534666633613934373339326432333737366534353132 +35623430656336313361396462303737656631383736333065393262363666323665646534633931 +38373235666135376634343237376562343532323431316263393765343831343164323133366539 +32663361636233643435663836663566616337323738363866653433393133323366303033653539 +38666338653862363166623930636336356132633563626238313132343030633066646264623338 +61646337353564356133646161366335363034376136653232366533646262373238306639343562 +30366233363932336337623830363562643533386337363532666262313365346439303032623863 +65346330303965623266346637633431393339346662336561383665643837636638393562303832 +33373930663938623033383339393334343539616237343565623663363631353231623566333361 +30373266363238646134323437623439623631643561396361643863356237626134636339626133 +64323061346665613936356138653165306533386635376163643235313035343035346162366332 +66353238393338373439396461643833383439336232363635653635643866613738303963376530 +66636661336637303331383735333139353432363365646131613232326464343437336233626132 +32386265316137353731353431383330393764653330663737663137356438316562373738393334 +35383530376362353466323665656137633961363836333331616435353063626538363464393364 +66633063346435393537393965666561336164366565643637346333343265636265616363626636 +66383937326530396464653666336534616531623137366231646138376439643439366165633637 +32343530373161336134663536353164353563316663613838626662303530313265343161393338 +33656238316338393036633336623063613239383765383837393663346634656637373032316632 +62353439316639646562613762303634656661373030663437303335323930636436646230636136 +34623830653230643236323362613264363139663531326336346661636266633166356134333236 +65366263333339353838666662643965336362633365613064336436643635383335356232386633 +61326131366261303130336430373433643536653530343935623531326636353738376464616434 +63353539353838336236333263653563643833376232353136393639666139633364353362343434 +37313932343235343333323839306461316332613031616131643661353866646463333834383332 +39393730656139323461643561393561363934633662653861303963383532633665303462313334 +34356433393466396637363435653066343962316535373537346162366561623132643731363061 +38653364303531643433653135356139646237353135393866643163396436306562396433323039 +31343062306136396234653035386461373438653136303532336437653339376638313936656137 +39363332626665333865326531663031373965323666666336626561376366383262613135646539 +30663364366666316461383361656139396233393261383536303035323964386433303435646561 +62316332363136613634616230356336656634306330653636663436303962336564343034363361 +35383531386536363465386233663530343931376632306231366635393261326265643766333663 +31373763343831653831303464623035653432396664356530303164326162653166643766373334 +63613839646532323331643463303163343431323335316639646331373831653736356665326565 +36643935343637643963313065363838396134616363316637666330613661636261326430383436 +37663239393361303832313932393666626638386338663961366132663138656262313936346134 +32326365306230346330313430343736666338343661323534393838336337336661343239313763 +61633730376430383633613731643631376530303462313139363037626133313261653637383964 +38323464326662353635663533346333663933383864363763633339626164383934303130373838 +31373964396661336661653032616133303230333432303265616139383032626233366235316233 +66613833376565653137343538303934653164373063366534313331353336393531626262633733 +35666135616233363937633765613864373032333665333163653863666535653763333266643135 +34636530613636373466303330666262666561323234393237313730633231336233636234623830 +66356161393765653733646266323162333439396161333834383037613235613239633932623133 +33396431316266626632636633376532656363663831343963623064623237383239323061663532 +34633837383361626165346131643032323764363466336563323861626639303166636364626436 +63303634633066333037303731306162316335333732303031626536316535303931343761663738 +37636334303633343731663539633165636364323065366533393235396535376239313536623436 +39373265356165653339383832623038383161666532663530373034613866376664623361623866 +62663163333166363438386231313033326536373830386562323233326236343437326533663135 +62643036643037623634623138353164343939626432643761326130633230353039313762376333 +34623763336166346266366261313336316266623135343662366333323465346235656536313734 +6439 diff --git a/k8s/roles/agola/tasks/main.yml b/k8s/roles/agola/tasks/main.yml deleted file mode 100644 index 41f1580..0000000 --- a/k8s/roles/agola/tasks/main.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -- name: Create Agola namespace - kubernetes.core.k8s: - name: agola - api_version: v1 - kind: Namespace - state: present - -- name: Create Agola manifests - kubernetes.core.k8s: - state: present - namespace: "{{ item.namespace | default('agola') }}" - definition: "{{ lookup('template', item.file) | from_yaml }}" - with_items: - - file: config.yml.j2 - - file: pvc.yml.j2 - - file: all-deployment.yml.j2 - - file: all-internal-svc.yml.j2 - - file: all-svc.yml.j2 - - file: ingress.yml.j2 - - file: rbac/role.yml.j2 - - file: rbac/rolebinding.yml.j2 - - file: rbac/serviceaccount.yml.j2 - - file: rbac/clusterrole.yml.j2 - - file: rbac/clusterrolebinding.yml.j2 - - file: rbac/agola-deploy-role.yml.j2 - - file: rbac/agola-deploy-rolebinding.yml.j2 - namespace: blog - # - gateway-deployment.yml.j2 - # - gateway-svc.yml.j2 - # - gitserver-deployment.yml.j2 - # - gitserver-svc.yml.j2 - # - runservice-deployment.yml.j2 - # - runservice-svc.yml.j2 - # - configstore-deployment.yml.j2 - # - configstore-svc.yml.j2 - # - executor-deployment.yml.j2 diff --git a/k8s/roles/agola/templates/all-deployment.yml.j2 b/k8s/roles/agola/templates/all-deployment.yml.j2 deleted file mode 100644 index cf2e0d5..0000000 --- a/k8s/roles/agola/templates/all-deployment.yml.j2 +++ /dev/null @@ -1,55 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: agola -spec: - # Do not increase replica count or everything will break since every pod will - # have its own database - replicas: 1 - strategy: - type: Recreate - selector: - matchLabels: - app: agola - template: - metadata: - labels: - app: agola - spec: - serviceAccountName: agola - imagePullSecrets: - - name: gitea-pull-secret - containers: - - name: agola - image: {{ agola_image }} - command: - - /bin/agola - - serve - - "--config" - - /mnt/agola/config/config.yml - - "--components" - - all-base,executor - - "--detailed-errors" - env: - ports: - - containerPort: 8000 - - containerPort: 4000 - - containerPort: 4002 - - containerPort: 4003 - volumeMounts: - - name: config-volume - mountPath: /mnt/agola/config - - name: agola-localdata - mountPath: /mnt/agola/local - - name: agola-objectstorage - mountPath: /mnt/agola/data - volumes: - - name: config-volume - secret: - secretName: agola - - name: agola-localdata - emptyDir: {} - - name: agola-objectstorage - persistentVolumeClaim: - claimName: agola-data diff --git a/k8s/roles/agola/templates/all-internal-svc.yml.j2 b/k8s/roles/agola/templates/all-internal-svc.yml.j2 deleted file mode 100644 index a192387..0000000 --- a/k8s/roles/agola/templates/all-internal-svc.yml.j2 +++ /dev/null @@ -1,21 +0,0 @@ ---- -# The service for internal components communication. -# We are using an headless service since some k8s deployment doesn't have -# hairpin mode enabled and pods cannot communicate with themself via a -# service -apiVersion: v1 -kind: Service -metadata: - name: agola-internal -spec: - ports: - - port: 8000 - name: api - - port: 4000 - name: runservice - - port: 4002 - name: configstore - - port: 4003 - name: gitserver - selector: - app: agola diff --git a/k8s/roles/agola/templates/all-svc.yml.j2 b/k8s/roles/agola/templates/all-svc.yml.j2 deleted file mode 100644 index af9162e..0000000 --- a/k8s/roles/agola/templates/all-svc.yml.j2 +++ /dev/null @@ -1,11 +0,0 @@ ---- -apiVersion: v1 -kind: Service -metadata: - name: agola -spec: - ports: - - port: 8000 - name: api - selector: - app: agola diff --git a/k8s/roles/agola/templates/config.yml.j2 b/k8s/roles/agola/templates/config.yml.j2 deleted file mode 100644 index 2c777ca..0000000 --- a/k8s/roles/agola/templates/config.yml.j2 +++ /dev/null @@ -1,86 +0,0 @@ ---- -apiVersion: v1 -kind: Secret -metadata: - name: agola -stringData: - config.yml: | - gateway: - # The api url that clients will call - # Change this to the exposed "agola" service IP - apiExposedURL: "https://ci.{{ domain }}" - # The web interface url that clients will use - # Change this to the exposed "agola" service IP - webExposedURL: "https://ci.{{ domain }}" - runserviceURL: "http://agola-internal:4000" - configstoreURL: "http://agola-internal:4002" - gitserverURL: "http://agola-internal:4003" - web: - listenAddress: ":8000" - tokenSigning: - # hmac or rsa (it possible use rsa) - method: hmac - # key to use when signing with hmac - key: DeerahXi8iChoh6VohG9to9vo - # paths to the private and public keys in pem encoding when using rsa signing - #privateKeyPath: /path/to/privatekey.pem - #publicKeyPath: /path/to/public.pem - adminToken: "{{ agola.adminToken }}" - scheduler: - runserviceURL: "http://agola-internal:4000" - notification: - webExposedURL: "https://ci.{{ domain }}" - runserviceURL: "http://agola-internal:4000" - configstoreURL: "http://agola-internal:4002" - db: - # example with a postgres db - type: postgres - connString: "postgres://{{ agola.dbUser }}:{{ agola.dbPassword }}@default-postgres-postgresql.postgres.svc.cluster.local:5432/agola_notification?sslmode=disable" - # connString: "/opt/agola/notification/db/db.db" - configstore: - dataDir: /mnt/agola/local/configstore - db: - # example with a postgres db - type: postgres - connString: "postgres://{{ agola.dbUser }}:{{ agola.dbPassword }}@default-postgres-postgresql.postgres.svc.cluster.local:5432/agola_configstore?sslmode=disable" - # connString: "/opt/agola/configstore/db/db.db" - objectStorage: - type: s3 - endpoint: "http://minio.minio.svc.cluster.local:9000" - bucket: agola-configstore - accessKey: "{{ minio.rootUser }}" - secretAccessKey: "{{ minio.rootPassword }}" - web: - listenAddress: ":4002" - runservice: - # debug: true - dataDir: /mnt/agola/local/runservice - db: - type: postgres - connString: "postgres://{{ agola.dbUser }}:{{ agola.dbPassword }}@default-postgres-postgresql.postgres.svc.cluster.local:5432/agola_runservice?sslmode=disable" - # connString: "/opt/agola/runservice/db/db.db" - objectStorage: - type: s3 - # example with minio - endpoint: "http://minio.minio.svc.cluster.local:9000" - bucket: agola-runservice - accessKey: "{{ minio.rootUser }}" - secretAccessKey: "{{ minio.rootPassword }}" - web: - listenAddress: ":4000" - executor: - dataDir: /mnt/agola/local/executor - # The directory containing the toolbox compiled for the various supported architectures - toolboxPath: ./bin - runserviceURL: "http://agola-internal:4000" - web: - listenAddress: ":4001" - activeTasksLimit: 2 - driver: - type: kubernetes - allowPrivilegedContainers: true - gitserver: - dataDir: /mnt/agola/local/gitserver - gatewayURL: "http://agola-internal:8000" - web: - listenAddress: ":4003" diff --git a/k8s/roles/agola/templates/configstore-deployment.yml.j2 b/k8s/roles/agola/templates/configstore-deployment.yml.j2 deleted file mode 100644 index 244bc47..0000000 --- a/k8s/roles/agola/templates/configstore-deployment.yml.j2 +++ /dev/null @@ -1,43 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: agola-configstore -spec: - replicas: 1 - selector: - matchLabels: - app: agola - component: configstore - template: - metadata: - labels: - app: agola - component: configstore - spec: - serviceAccount: agola - containers: - - name: agola - image: {{ agola_image }} - command: - - /bin/agola - - serve - - "--config" - - /mnt/agola/config/config.yml - - "--components" - - configstore - - --embedded-etcd - env: - ports: - - containerPort: 4002 - volumeMounts: - - name: config-volume - mountPath: /mnt/agola/config - - name: agola-localdata - mountPath: /mnt/agola/local - volumes: - - name: config-volume - secret: - secretName: agola - - name: agola-localdata - emptyDir: {} diff --git a/k8s/roles/agola/templates/configstore-svc.yml.j2 b/k8s/roles/agola/templates/configstore-svc.yml.j2 deleted file mode 100644 index 3031349..0000000 --- a/k8s/roles/agola/templates/configstore-svc.yml.j2 +++ /dev/null @@ -1,12 +0,0 @@ ---- -# The service for internal components communication with the configstore. -apiVersion: v1 -kind: Service -metadata: - name: agola-configstore -spec: - ports: - - port: 4002 - selector: - app: agola - component: configstore diff --git a/k8s/roles/agola/templates/executor-deployment.yml.j2 b/k8s/roles/agola/templates/executor-deployment.yml.j2 deleted file mode 100644 index 21cfe4b..0000000 --- a/k8s/roles/agola/templates/executor-deployment.yml.j2 +++ /dev/null @@ -1,42 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: agola-executor -spec: - replicas: 2 - selector: - matchLabels: - app: agola - component: executor - template: - metadata: - labels: - app: agola - component: executor - spec: - serviceAccount: agola - containers: - - name: agola - image: {{ agola_image }} - command: - - /bin/agola - - serve - - "--config" - - /mnt/agola/config/config.yml - - "--components" - - executor - env: - ports: - - containerPort: 4001 - volumeMounts: - - name: config-volume - mountPath: /mnt/agola/config - - name: agola-localdata - mountPath: /mnt/agola/local - volumes: - - name: config-volume - secret: - secretName: agola - - name: agola-localdata - emptyDir: {} diff --git a/k8s/roles/agola/templates/gateway-deployment.yml.j2 b/k8s/roles/agola/templates/gateway-deployment.yml.j2 deleted file mode 100644 index 70f4960..0000000 --- a/k8s/roles/agola/templates/gateway-deployment.yml.j2 +++ /dev/null @@ -1,42 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: agola-gateway -spec: - replicas: 2 - selector: - matchLabels: - app: agola - component: gateway - template: - metadata: - labels: - app: agola - component: gateway - spec: - serviceAccount: agola - containers: - - name: agola - image: {{ agola_image }} - command: - - /bin/agola - - serve - - "--config" - - /mnt/agola/config/config.yml - - "--components" - - gateway,scheduler,notification - env: - ports: - - containerPort: 8000 - volumeMounts: - - name: config-volume - mountPath: /mnt/agola/config - - name: agola-localdata - mountPath: /mnt/agola/local - volumes: - - name: config-volume - secret: - secretName: agola - - name: agola-localdata - emptyDir: {} diff --git a/k8s/roles/agola/templates/gateway-svc.yml.j2 b/k8s/roles/agola/templates/gateway-svc.yml.j2 deleted file mode 100644 index d932593..0000000 --- a/k8s/roles/agola/templates/gateway-svc.yml.j2 +++ /dev/null @@ -1,13 +0,0 @@ ---- -# The client service. It's a node port for easier testing on minikube. Change -# it to become a LoadBalancer if needed. -apiVersion: v1 -kind: Service -metadata: - name: agola-gateway -spec: - ports: - - port: 8000 - selector: - app: agola - component: gateway diff --git a/k8s/roles/agola/templates/gitserver-deployment.yml.j2 b/k8s/roles/agola/templates/gitserver-deployment.yml.j2 deleted file mode 100644 index 4d031b8..0000000 --- a/k8s/roles/agola/templates/gitserver-deployment.yml.j2 +++ /dev/null @@ -1,47 +0,0 @@ ---- -# The gitserver. Since it'll primarily store temporary git build data the -# simple way to deploy it is to use a deployment with 1 replica and an emptyDir -# volume. A statefulset with 1 replica and a persistent volume will be a better -# alternative. -apiVersion: apps/v1 -kind: Deployment -metadata: - name: agola-gitserver -spec: - # Don't increase the replicas - replicas: 1 - selector: - matchLabels: - app: agola - component: gitserver - template: - metadata: - labels: - app: agola - component: gitserver - spec: - serviceAccount: agola - containers: - - name: agola - image: {{ agola_image }} - command: - - /bin/agola - - serve - - "--config" - - /mnt/agola/config/config.yml - - "--components" - - gitserver - env: - ports: - - containerPort: 4003 - volumeMounts: - - name: config-volume - mountPath: /mnt/agola/config - - name: agola-localdata - mountPath: /mnt/agola/local - volumes: - - name: config-volume - secret: - secretName: agola - - name: agola-localdata - emptyDir: {} diff --git a/k8s/roles/agola/templates/gitserver-svc.yml.j2 b/k8s/roles/agola/templates/gitserver-svc.yml.j2 deleted file mode 100644 index 3696877..0000000 --- a/k8s/roles/agola/templates/gitserver-svc.yml.j2 +++ /dev/null @@ -1,12 +0,0 @@ ---- -# The service for internal components communication with the gitserver. -apiVersion: v1 -kind: Service -metadata: - name: agola-gitserver -spec: - ports: - - port: 4003 - selector: - app: agola - component: gitserver diff --git a/k8s/roles/agola/templates/ingress.yml.j2 b/k8s/roles/agola/templates/ingress.yml.j2 deleted file mode 100644 index 594edb8..0000000 --- a/k8s/roles/agola/templates/ingress.yml.j2 +++ /dev/null @@ -1,21 +0,0 @@ ---- -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: agola - labels: - app: agola - app.kubernetes.io/instance: agola - app.kubernetes.io/name: agola -spec: - rules: - - host: "ci.{{ domain }}" - http: - paths: - - pathType: Prefix - path: / - backend: - service: - name: agola - port: - number: 8000 diff --git a/k8s/roles/agola/templates/pvc.yml.j2 b/k8s/roles/agola/templates/pvc.yml.j2 deleted file mode 100644 index 1da9163..0000000 --- a/k8s/roles/agola/templates/pvc.yml.j2 +++ /dev/null @@ -1,12 +0,0 @@ ---- -kind: PersistentVolumeClaim -apiVersion: v1 -metadata: - name: agola-data -spec: - storageClassName: hcloud-volumes - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi diff --git a/k8s/roles/agola/templates/rbac/clusterrole.yml.j2 b/k8s/roles/agola/templates/rbac/clusterrole.yml.j2 deleted file mode 100644 index 13ca390..0000000 --- a/k8s/roles/agola/templates/rbac/clusterrole.yml.j2 +++ /dev/null @@ -1,12 +0,0 @@ ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: agola -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - "*" diff --git a/k8s/roles/agola/templates/rbac/clusterrolebinding.yml.j2 b/k8s/roles/agola/templates/rbac/clusterrolebinding.yml.j2 deleted file mode 100644 index 160b590..0000000 --- a/k8s/roles/agola/templates/rbac/clusterrolebinding.yml.j2 +++ /dev/null @@ -1,13 +0,0 @@ ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: agola -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: agola -subjects: -- kind: ServiceAccount - name: agola - namespace: agola diff --git a/k8s/roles/agola/templates/rbac/role.yml.j2 b/k8s/roles/agola/templates/rbac/role.yml.j2 deleted file mode 100644 index 7f0341a..0000000 --- a/k8s/roles/agola/templates/rbac/role.yml.j2 +++ /dev/null @@ -1,23 +0,0 @@ ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - name: agola -rules: -- apiGroups: - - "" - resources: - - nodes - - pods - - pods/exec - - configmaps - - secrets - verbs: - - "*" - -- apiGroups: - - "coordination.k8s.io" - resources: - - leases - verbs: - - "*" diff --git a/k8s/roles/agola/templates/rbac/rolebinding.yml.j2 b/k8s/roles/agola/templates/rbac/rolebinding.yml.j2 deleted file mode 100644 index 2f632b9..0000000 --- a/k8s/roles/agola/templates/rbac/rolebinding.yml.j2 +++ /dev/null @@ -1,13 +0,0 @@ ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: agola -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: agola -subjects: -- kind: ServiceAccount - name: agola - namespace: agola diff --git a/k8s/roles/agola/templates/rbac/serviceaccount.yml.j2 b/k8s/roles/agola/templates/rbac/serviceaccount.yml.j2 deleted file mode 100644 index 500d5f4..0000000 --- a/k8s/roles/agola/templates/rbac/serviceaccount.yml.j2 +++ /dev/null @@ -1,5 +0,0 @@ ---- -apiVersion: v1 -kind: ServiceAccount -metadata: - name: agola diff --git a/k8s/roles/agola/templates/runservice-deployment.yml.j2 b/k8s/roles/agola/templates/runservice-deployment.yml.j2 deleted file mode 100644 index 6d88118..0000000 --- a/k8s/roles/agola/templates/runservice-deployment.yml.j2 +++ /dev/null @@ -1,43 +0,0 @@ ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: agola-runservice -spec: - replicas: 1 - selector: - matchLabels: - app: agola - component: runservice - template: - metadata: - labels: - app: agola - component: runservice - spec: - serviceAccount: agola - containers: - - name: agola - image: {{ agola_image }} - command: - - /bin/agola - - serve - - "--config" - - /mnt/agola/config/config.yml - - "--components" - - runservice - - --embedded-etcd - env: - ports: - - containerPort: 4000 - volumeMounts: - - name: config-volume - mountPath: /mnt/agola/config - - name: agola-localdata - mountPath: /mnt/agola/local - volumes: - - name: config-volume - secret: - secretName: agola - - name: agola-localdata - emptyDir: {} diff --git a/k8s/roles/agola/templates/runservice-svc.yml.j2 b/k8s/roles/agola/templates/runservice-svc.yml.j2 deleted file mode 100644 index 228bf91..0000000 --- a/k8s/roles/agola/templates/runservice-svc.yml.j2 +++ /dev/null @@ -1,12 +0,0 @@ ---- -# The service for internal components communication with the runservice. -apiVersion: v1 -kind: Service -metadata: - name: agola-runservice -spec: - ports: - - port: 4000 - selector: - app: agola - component: runservice diff --git a/k8s/roles/concourse-worker/tasks/main.yml b/k8s/roles/concourse-worker/tasks/main.yml new file mode 100644 index 0000000..dee05ae --- /dev/null +++ b/k8s/roles/concourse-worker/tasks/main.yml @@ -0,0 +1,104 @@ +--- +- name: Install Docker dependencies + ansible.builtin.package: + name: + - ca-certificates + - curl + - gnupg + - lsb-release + state: latest + +- name: Add Docker GPG key + ansible.builtin.apt_key: + url: https://download.docker.com/linux/ubuntu/gpg + state: present + keyring: /etc/apt/keyrings/docker.gpg + +- name: Add Docker repository + ansible.builtin.apt_repository: + repo: deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable + state: present + +- name: Install Docker + ansible.builtin.package: + name: + - docker-ce + - docker-ce-cli + - containerd.io + - docker-compose-plugin + state: latest + register: install_docker + +- name: Restart Docker service + ansible.builtin.service: + name: docker + state: restarted + when: install_docker.changed + +- name: Download concourse + ansible.builtin.get_url: + url: https://github.com/concourse/concourse/releases/download/v{{ concourse_version }}/concourse-{{ concourse_version }}-linux-amd64.tgz + dest: /tmp/concourse.tgz + mode: '0640' + checksum: sha1:https://github.com/concourse/concourse/releases/download/v{{ concourse_version }}/concourse-{{ concourse_version }}-linux-amd64.tgz.sha1 + register: download_concourse + +- name: Extract concourse + ansible.builtin.unarchive: + src: /tmp/concourse.tgz + dest: /opt/ + remote_src: true + when: download_concourse.changed + +- name: Create concourse user + ansible.builtin.user: + name: concourse + home: /var/lib/concourse + shell: /bin/false + groups: users,docker + +- name: Create /etc/concourse + ansible.builtin.file: + path: /etc/concourse + state: directory + +- name: Create /etc/concourse + ansible.builtin.file: + path: /var/lib/concourse/.ssh + state: directory + owner: concourse + +- name: Deploy concourse keys + ansible.builtin.copy: + content: "{{ item.content }}" + dest: "{{ item.dest }}" + mode: '0440' + loop: + - content: "{{ concourse.worker.workerKey }}" + dest: /var/lib/concourse/.ssh/id_rsa + - content: "{{ concourse.worker.workerKeyPub }}" + dest: /var/lib/concourse/.ssh/id_rsa.pub + - content: "{{ concourse.worker.hostKeyPub }}" + dest: /var/lib/concourse/.ssh/web_key.pub + +- name: Create concourse config + ansible.builtin.template: + src: concourse-cfg.j2 + dest: /etc/concourse/worker + mode: '0640' + register: create_concourse_config + +- name: Create concourse service file + ansible.builtin.template: + src: concourse-worker.service.j2 + dest: /lib/systemd/system/concourse-worker.service + mode: '0640' + register: create_concourse_service + +- name: Make sure a service unit is running + ansible.builtin.systemd: + name: concourse-worker + state: restarted + daemon_reload: true + enabled: true + when: create_concourse_service.changed or create_concourse_config.changed \ No newline at end of file diff --git a/k8s/roles/concourse-worker/templates/concourse-cfg.j2 b/k8s/roles/concourse-worker/templates/concourse-cfg.j2 new file mode 100644 index 0000000..0a0dd68 --- /dev/null +++ b/k8s/roles/concourse-worker/templates/concourse-cfg.j2 @@ -0,0 +1,8 @@ +CONCOURSE_WORK_DIR=/var/lib/concourse +CONCOURSE_TSA_HOST=172.23.2.10:32222 +CONCOURSE_CONTAINERD_DNS_SERVER="1.1.1.1" +CONCOURSE_CONTAINERD_ALLOW_HOST_ACCESS="true" +CONCOURSE_TSA_PUBLIC_KEY=/var/lib/concourse/.ssh/web_key.pub +CONCOURSE_TSA_WORKER_PRIVATE_KEY=/var/lib/concourse/.ssh/id_rsa +CONCOURSE_RUNTIME=containerd +CONCOURSE_TAG="linux,vm,ubuntu" diff --git a/k8s/roles/concourse-worker/templates/concourse-worker.service.j2 b/k8s/roles/concourse-worker/templates/concourse-worker.service.j2 new file mode 100644 index 0000000..500b43e --- /dev/null +++ b/k8s/roles/concourse-worker/templates/concourse-worker.service.j2 @@ -0,0 +1,11 @@ +[Unit] +Description=Concourse worker + +[Service] +EnvironmentFile=/etc/concourse/worker +ExecStart=/opt/concourse/bin/concourse worker +KillSignal=SIGUSR1 +TimeoutStopSec=300 + +[Install] +WantedBy=multi-user.target \ No newline at end of file diff --git a/k8s/roles/concourse/tasks/main.yml b/k8s/roles/concourse/tasks/main.yml index c44d091..0b449b4 100644 --- a/k8s/roles/concourse/tasks/main.yml +++ b/k8s/roles/concourse/tasks/main.yml @@ -53,3 +53,34 @@ chart_version: 17.0.37 update_repo_cache: true release_values: "{{ lookup('template', 'values.concourse.yml.j2') | from_yaml }}" + +- name: Create concourse RBAC resources + kubernetes.core.k8s: + state: present + definition: "{{ lookup('template', 'rbac/deploy-role.yml.j2') | from_yaml }}" + +- name: Bind service account for deployment + kubernetes.core.k8s: + name: "concourse-{{ item }}" + namespace: "concourse-{{ item }}" + definition: "{{ lookup('template', 'rbac/deploy-rolebinding.yml.j2') | from_yaml }}" + state: present + loop: + - main + - inetmock + +- name: Create Gitea team credentials + kubernetes.core.k8s: + state: present + definition: + apiVersion: v1 + kind: Secret + metadata: + name: gitea-credentials + namespace: "concourse-{{ item }}" + data: + user: "{{ concourse.gitea.user | b64encode}}" + token: "{{ concourse.gitea.token | b64encode}}" + loop: + - main + - inetmock \ No newline at end of file diff --git a/k8s/roles/agola/templates/rbac/agola-deploy-role.yml.j2 b/k8s/roles/concourse/templates/rbac/deploy-role.yml.j2 similarity index 72% rename from k8s/roles/agola/templates/rbac/agola-deploy-role.yml.j2 rename to k8s/roles/concourse/templates/rbac/deploy-role.yml.j2 index e3a4d77..37d6d6b 100644 --- a/k8s/roles/agola/templates/rbac/agola-deploy-role.yml.j2 +++ b/k8s/roles/concourse/templates/rbac/deploy-role.yml.j2 @@ -2,7 +2,11 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: agola-deploy + name: concourse-deploy + labels: + app.kubernetes.io/name: concourse + app.kubernetes.io/part-of: concourse + app.kubernetes.io/component: worker rules: - apiGroups: - "" diff --git a/k8s/roles/agola/templates/rbac/agola-deploy-rolebinding.yml.j2 b/k8s/roles/concourse/templates/rbac/deploy-rolebinding.yml.j2 similarity index 65% rename from k8s/roles/agola/templates/rbac/agola-deploy-rolebinding.yml.j2 rename to k8s/roles/concourse/templates/rbac/deploy-rolebinding.yml.j2 index 4c5f5a6..93fb45a 100644 --- a/k8s/roles/agola/templates/rbac/agola-deploy-rolebinding.yml.j2 +++ b/k8s/roles/concourse/templates/rbac/deploy-rolebinding.yml.j2 @@ -2,12 +2,12 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: - name: agola-deploy + name: {{ item }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: agola-deploy + name: concourse-deploy subjects: - kind: ServiceAccount - name: agola - namespace: agola + name: concourse-worker + namespace: concourse diff --git a/k8s/roles/concourse/templates/values.concourse.yml.j2 b/k8s/roles/concourse/templates/values.concourse.yml.j2 index 3e934c2..046144c 100644 --- a/k8s/roles/concourse/templates/values.concourse.yml.j2 +++ b/k8s/roles/concourse/templates/values.concourse.yml.j2 @@ -1,5 +1,14 @@ web: enabled: true + env: + - name: CONCOURSE_ENABLE_ACROSS_STEP + value: "true" + - name: CONCOURSE_ENABLE_PIPELINE_INSTANCES + value: "true" + service: + workerGateway: + type: NodePort + NodePort: 32222 ingress: enabled: true hosts: @@ -27,7 +36,10 @@ concourse: host: default-postgres-postgresql.postgres.svc.cluster.local port: "5432" database: concourse - + kubernetes: + teams: + - main + - inetmock worker: runtime: containerd persistence: diff --git a/k8s/setup_concourse_workers.yaml b/k8s/setup_concourse_workers.yaml new file mode 100644 index 0000000..b1ceaf8 --- /dev/null +++ b/k8s/setup_concourse_workers.yaml @@ -0,0 +1,5 @@ +--- +- name: Prepare nodes + hosts: concourse_workers + roles: + - role: concourse-worker \ No newline at end of file